]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Do not access the domain definition in qemuMonitorFindBalloonObjectPath
authorJán Tomko <jtomko@redhat.com>
Wed, 3 Jun 2015 15:19:06 +0000 (17:19 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 5 Jun 2015 14:19:07 +0000 (16:19 +0200)
commit19c633c6785e7f1d9c241a82269f6ec793d654a1
treeb55513f001d89d188d60494c21c259793d1b89f3
parent084ad13774ef54f5e81068024484aa04f2ad35c4
Do not access the domain definition in qemuMonitorFindBalloonObjectPath

The monitor code does not hold the virDomainObjPtr lock and should
not access the defitinion.
src/qemu/qemu_monitor.c