
On Thu, Dec 16, 2010 at 12:13:51PM -0700, Eric Blake wrote:
On 12/16/2010 09:50 AM, Daniel P. Berrange wrote:
Allow QEMU driver files access to qemuDomainObjPrivate struct
* src/qemu/qemu_conf.h: Add qemuDomainObjPrivate struct * src/qemu/qemu_driver.c: Remove qemuDomainObjPrivate struct --- src/qemu/qemu_driver.c | 45 --------------------------------------------- 1 files changed, 0 insertions(+), 45 deletions(-)
The diffstat doesn't agree with the commit message. And it fails to compile for me; even after manually doing what your commit message claimed, the failure was that qemuMonitorPtr was not available in qemu_conf.h.
Hmm, seems this went wrong during a rebase. The qemu_conf.h addition somehow ended up in the next patch. I should just squash the patches 3 & 4 together Daniel