Re: [Qemu-devel] [PATCH 1/2] Add Linux libnuma detection

2013-06-05 Thread Andreas Färber
Am 05.06.2013 05:58, schrieb Wanlong Gao: > Add detection of libnuma (mostly contained in the numactl package) > to the configure script. Currently this is Linux only, but can be > extended later should the need for other interfaces come up. > Can be enabled or disabled on the command line, default

[Qemu-devel] [PATCH 1/2] Add Linux libnuma detection

2013-06-04 Thread Wanlong Gao
Add detection of libnuma (mostly contained in the numactl package) to the configure script. Currently this is Linux only, but can be extended later should the need for other interfaces come up. Can be enabled or disabled on the command line, default is use if available. Original-signed-off-by: And