summaryrefslogtreecommitdiff
path: root/src/util/virhostcpu.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 2)Jiri Denemark2023-04-011-18/+18
* virhostcpu: Fix build with clang and newest kernel headersPeter Krempa2022-08-251-9/+6
* virhostcpu: Fix non-Linux virHostCPUGetPhysAddrSize() stubMichal Privoznik2022-08-041-2/+3
* capabilities: Report number of host CPU physical address bitsJim Fehlig2022-08-041-0/+52
* util: Remove unused includesPeng Liang2022-06-161-2/+0
* virHostCPUGetCPUIDFilterVolatile: Filter out topology data on AMDPeter Krempa2022-04-251-0/+43
* virHostCPUGetCPUID: Limit the buffer size rangesPeter Krempa2022-04-251-1/+1
* virHostCPUGetCPUID: Fix possible allocation of huge amount of memoryPeter Krempa2022-04-251-4/+14
* util: virhostcpu: Extract filtering of the returned data from virHostCPUGetCPUIDPeter Krempa2022-04-251-9/+27
* virHostCPUGetCPUID: Add comment on how KVM_GET_SUPPORTED_CPUID worksPeter Krempa2022-04-251-0/+7
* util: Fix getting CPU frequency on Apple SiliconAndrea Bolognani2022-02-141-2/+8
* util: pull CPUID helper function out of CPU driverDaniel P. Berrangé2021-12-141-0/+58
* virHostCPUGetInfoPopulateLinux: Use automatic memory freeing for virBitmapPeter Krempa2021-12-101-4/+2
* virBitmapSetBitExpand: Remove return valuePeter Krempa2021-12-101-4/+2
* virHostCPUParseNode: Use automatic memory freeing for virBitmapPeter Krempa2021-12-101-10/+2
* virHostCPUHasValidSubcoreConfiguration: Refactor cleanupPeter Krempa2021-12-101-11/+5
* virHostCPUCountThreadSiblings: Refactor cleanupPeter Krempa2021-12-101-8/+3
* lib: Drop needless one line labelsMichal Privoznik2021-11-221-7/+4
* virhostcpu: Add virHostCPUGetCPUIDTim Wiederhake2021-11-051-0/+43
* util: directly query KVM for TSC scaling supportDaniel P. Berrangé2021-08-061-15/+7
* util: Add virHostCPUGetHaltPollTimeYang Fei2021-07-271-0/+39
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-20/+20
* virHostCPUGetStatsLinux: Avoid 'strcpy'Peter Krempa2021-03-051-3/+3
* util: hostcpu: convert pointers to use g_autofreeBarrett Schonefeld2020-11-241-3/+1
* change DIR* int g_autoptr(DIR) where appropriateLaine Stump2020-11-021-4/+2
* util: a-n: use g_new0Ján Tomko2020-10-061-6/+3
* virBitmapNew: Don't check return valuePeter Krempa2020-10-051-7/+3
* util: bitamp: Remove virBitmapNewEmptyPeter Krempa2020-10-051-2/+2
* lib: Prefer WITH_* prefix for #if conditionalsMichal Privoznik2020-09-021-7/+7
* virhostcpu.c: skip non x86 hosts in virHostCPUGetMicrocodeVersion()Daniel Henrique Barboza2020-08-251-2/+5
* virhostcpu.c: modernize virHostCPUGetMicrocodeVersion()Daniel Henrique Barboza2020-08-251-5/+3
* src: fix word spell typosFangge Jin2020-07-091-1/+1
* virhostcpu.c: introduce virHostCPUGetAvailableCPUsBitmap()Daniel Henrique Barboza2020-07-081-0/+30
* virhostcpu.c: refactor virHostCPUParseCountLinux()Daniel Henrique Barboza2020-07-081-23/+7
* virhostcpu.c: use g_autoptr in virHostCPUGetMap()Daniel Henrique Barboza2020-07-081-2/+1
* hostcpu: Implement virHostCPUGetSignature for s390Jiri Denemark2020-05-251-1/+20
* hostcpu: Implement virHostCPUGetSignature for ppc64Jiri Denemark2020-05-251-21/+37
* hostcpu: Implement virHostCPUGetSignature for x86Jiri Denemark2020-05-251-3/+47
* hostcpu: Introduce virHostCPUGetSignatureJiri Denemark2020-05-251-0/+37
* util: virhostcpu: Fail when fetching CPU Stats for invalid cpuMauro S. M. Rodrigues2020-03-241-1/+1
* virBitmapNewEmpty: Use g_new0 to allocate and remove error checkingPeter Krempa2020-03-201-4/+2
* virhostcpu.c: fix 'die_id' parsing for Power hostsDaniel Henrique Barboza2020-03-171-7/+14
* Use g_strerror instead of virStrerrorJán Tomko2020-03-131-5/+3
* src: remove unused sys/utsname.h includesDaniel P. Berrangé2020-01-291-1/+0
* src: conditionalize / remove use of sys/ioctl.hDaniel P. Berrangé2020-01-171-1/+3
* util: pull gnulib physmem impl into local codeDaniel P. Berrangé2020-01-171-1/+0
* src: replace use of INT_BUFSIZE_BOUND macrosDaniel P. Berrangé2020-01-171-2/+1
* hostcpu: add support for reporting die_id in NUMA topologyDaniel P. Berrangé2020-01-161-0/+16
* util: remove unneeded labelsDaniel Henrique Barboza2020-01-071-4/+2
* use g_ascii_isspace instead of c_isspace from gnulibPavel Hrdina2019-12-101-4/+3