Re: [libvirt] [PATCH] qemu: Set placement when setting numa parameters

2012-08-28 Thread Osier Yang
On 2012年08月29日 00:55, Eric Blake wrote: On 08/28/2012 09:00 AM, Osier Yang wrote: To keep the internal data structure consistent. --- src/qemu/qemu_driver.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) ACK. Thanks, pushed. -- libvir-list mailing list libvir-list@redh

Re: [libvirt] [PATCH] qemu: Set placement when setting numa parameters

2012-08-28 Thread Eric Blake
On 08/28/2012 09:00 AM, Osier Yang wrote: > To keep the internal data structure consistent. > --- > src/qemu/qemu_driver.c |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) ACK. -- Eric Blake ebl...@redhat.com+1-919-301-3266 Libvirt virtualization library http://libvirt.o

Re: [libvirt] [PATCH] qemu: Set placement when setting numa parameters

2012-08-28 Thread Osier Yang
On 2012年08月29日 00:00, Osier Yang wrote: To keep the internal data structure consistent. I should mention this is v3, v2 is here: https://www.redhat.com/archives/libvir-list/2012-July/msg01680.html --- src/qemu/qemu_driver.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-)

[libvirt] [PATCH] qemu: Set placement when setting numa parameters

2012-08-28 Thread Osier Yang
To keep the internal data structure consistent. --- src/qemu/qemu_driver.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index d74bf52..955744a 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -7585