[libvirt] [PATCHv3 5/6] capabilities: Add additional data to the NUMA topology info

Daniel P. Berrange berrange at redhat.com
Thu Jan 24 10:04:29 UTC 2013


On Thu, Jan 24, 2013 at 10:57:33AM +0100, Peter Krempa wrote:
> diff --git a/src/nodeinfo.c b/src/nodeinfo.c
> index c29769c..5ce7d4f 100644
> --- a/src/nodeinfo.c
> +++ b/src/nodeinfo.c
> @@ -79,9 +79,11 @@ freebsdNodeGetCPUCount(void)
>  #ifdef __linux__
>  # define CPUINFO_PATH "/proc/cpuinfo"
>  # define SYSFS_SYSTEM_PATH "/sys/devices/system"
> +# define SYSFS_CPU_PATH SYSFS_SYSTEM_PATH"/cpu"
>  # define PROCSTAT_PATH "/proc/stat"
>  # define MEMINFO_PATH "/proc/meminfo"
>  # define SYSFS_MEMORY_SHARED_PATH "/sys/kernel/mm/ksm"
> +# define SYSFS_THREAD_SIBLINGS_LIST_LENGHT_MAX 1024

s/LENGHT_MAX/LENGTH_MAX/

and where it is used later too.


ACK with the typo fixed

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list