Re: [libvirt] [PATCHv2] qemu: fix a bug in numatune

2012-01-05 Thread Eric Blake
On 01/04/2012 02:41 AM, Hu Tao wrote: > When setting numa nodeset for a domain which has no nodeset set > before, libvirtd crashes by dereferring the pointer to the old s/dereferring/dereferencing/ > nodemask which is null in the case. > --- > src/qemu/qemu_driver.c | 45 ++

[libvirt] [PATCHv2] qemu: fix a bug in numatune

2012-01-04 Thread Hu Tao
When setting numa nodeset for a domain which has no nodeset set before, libvirtd crashes by dereferring the pointer to the old nodemask which is null in the case. --- src/qemu/qemu_driver.c | 45 + 1 files changed, 37 insertions(+), 8 deletions(-) dif