]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: fix a bug in numatune
authorHu Tao <hutao@cn.fujitsu.com>
Wed, 4 Jan 2012 09:41:43 +0000 (17:41 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 5 Jan 2012 20:04:02 +0000 (13:04 -0700)
commit6b780f744b02b456931932a6d8c3db8c3a149656
tree147ea002d6697620338fb6c1940bf3c344b68c47
parent820a2159e996fb6f72ce7a5f6af12f653deef127
qemu: fix a bug in numatune

When setting numa nodeset for a domain which has no nodeset set
before, libvirtd crashes by dereferencing the pointer to the old
nodemask which is null in that case.
src/qemu/qemu_driver.c