Re: [libvirt] PATCH: Add NUMA info to QEMU driver

2008-05-22 Thread Daniel P. Berrange
On Tue, May 20, 2008 at 05:01:31PM +0100, Daniel P. Berrange wrote: > On Tue, May 20, 2008 at 02:15:59PM +0200, Jim Meyering wrote: > > "Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > > > This patch includes NUMA topology info in the QEMU driver capabilities > > > XML output. It also implements t

Re: [libvirt] PATCH: Add NUMA info to QEMU driver

2008-05-20 Thread Daniel P. Berrange
On Tue, May 20, 2008 at 06:42:17PM +0200, Jim Meyering wrote: > "Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > > + else > > +AC_CHECK_HEADER([numa.h],[], > > + [AC_MSG_ERROR([You must install the numactl development package in > > order to compile libvirt])]) > > +AC_CHECK_LIB(nu

Re: [libvirt] PATCH: Add NUMA info to QEMU driver

2008-05-20 Thread Jim Meyering
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: ... > These 2 configure changes are candidates for global cleanup - the same > duplicate diagnostics & underquoting are present through-out Yep. Deferring it is fine, of course. That's why I said this: [I hesitate to mention this, since there is

Re: [libvirt] PATCH: Add NUMA info to QEMU driver

2008-05-20 Thread Daniel P. Berrange
On Tue, May 20, 2008 at 02:15:59PM +0200, Jim Meyering wrote: > "Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > > This patch includes NUMA topology info in the QEMU driver capabilities > > XML output. It also implements the free memory driver APIs. This is done > > with the LGPL'd numactl librar

Re: [libvirt] PATCH: Add NUMA info to QEMU driver

2008-05-20 Thread Jim Meyering
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > This patch includes NUMA topology info in the QEMU driver capabilities > XML output. It also implements the free memory driver APIs. This is done > with the LGPL'd numactl library. The configure script probes for it and > only enables this function

Re: [libvirt] PATCH: Add NUMA info to QEMU driver

2008-05-19 Thread Richard W.M. Jones
On Thu, May 15, 2008 at 10:10:38PM +0100, Daniel P. Berrange wrote: > This patch includes NUMA topology info in the QEMU driver capabilities > XML output. It also implements the free memory driver APIs. This is done > with the LGPL'd numactl library. The configure script probes for it and > only

[libvirt] PATCH: Add NUMA info to QEMU driver

2008-05-15 Thread Daniel P. Berrange
This patch includes NUMA topology info in the QEMU driver capabilities XML output. It also implements the free memory driver APIs. This is done with the LGPL'd numactl library. The configure script probes for it and only enables this functionality if it is found. The numactl library has been arou