[libvirt] PATCH: Fix QEMU/UML use of libnuma

2008-11-27 Thread Daniel P. Berrange
The 2.x series of numactl releases changed the ABI/API for certain libnuma.so functions we use. Fortunately it turns out that they provide back-compatability of both ABI and API with a combo of linker script magic, and header file inline compat functions. So, all we need todo is #define

Re: [libvirt] PATCH: Fix QEMU/UML use of libnuma

2008-11-27 Thread Daniel Veillard
On Thu, Nov 27, 2008 at 01:26:28PM +, Daniel P. Berrange wrote: The 2.x series of numactl releases changed the ABI/API for certain libnuma.so functions we use. Fortunately it turns out that they provide back-compatability of both ABI and API with a combo of linker script magic, and header

Re: [libvirt] PATCH: Fix QEMU/UML use of libnuma

2008-11-27 Thread Chris Lalancette
Daniel P. Berrange wrote: The 2.x series of numactl releases changed the ABI/API for certain libnuma.so functions we use. Fortunately it turns out that they provide back-compatability of both ABI and API with a combo of linker script magic, and header file inline compat functions. So, all we