mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
5fc56aefb6
For machines that don't expose useful information through sysfs, the dummy ID 0 is used. https://issues.redhat.com/browse/RHEL-7043 Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
#
|
|
# Linux-specific private symbols.
|
|
#
|
|
|
|
# util/virhostcpu.h
|
|
virHostCPUGetCluster;
|
|
virHostCPUGetCore;
|
|
virHostCPUGetDie;
|
|
virHostCPUGetInfoPopulateLinux;
|
|
virHostCPUGetSiblingsList;
|
|
virHostCPUGetSocket;
|
|
virHostCPUGetStatsLinux;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|