Re: [libvirt] [PATCH 08/10] Move QEMU driver lock helpers to a separate file

2010-12-16 Thread Eric Blake
On 12/16/2010 09:50 AM, Daniel P. Berrange wrote: > To allow their use from other source files, move qemuDriverLock > and qemuDriverUnlock to qemu_conf.h and make them non-static > > * src/qemu/qemu_conf.c, src/qemu/qemu_conf.h: Add qemuDriverLock > qemuDriverUnlock > * src/qemu/qemu_driver.c: R

[libvirt] [PATCH 08/10] Move QEMU driver lock helpers to a separate file

2010-12-16 Thread Daniel P. Berrange
To allow their use from other source files, move qemuDriverLock and qemuDriverUnlock to qemu_conf.h and make them non-static * src/qemu/qemu_conf.c, src/qemu/qemu_conf.h: Add qemuDriverLock qemuDriverUnlock * src/qemu/qemu_driver.c: Remove qemuDriverLock and qemuDriverUnlock --- src/qemu/qemu_c