]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix crash cpu_shares change event crash on domain startup
authorJán Tomko <jtomko@redhat.com>
Mon, 29 Sep 2014 11:47:44 +0000 (13:47 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 29 Sep 2014 11:58:43 +0000 (13:58 +0200)
commite26bbf49cc051b5d5c2a86c572f55953e617e872
tree8d6d6f35378aaa62d8a0cf747bda692e794c25ed
parent1be67cd31b14172caee9bcc2daec64a908d71e94
Fix crash cpu_shares change event crash on domain startup

Introduced by commit 0dce260.

qemuDomainEventQueue was called with qemuDomainObjPrivatePtr instead
of virQEMUDriverPtr.

https://bugzilla.redhat.com/show_bug.cgi?id=1147494
src/qemu/qemu_cgroup.c