Re: [libvirt] [PATCH 1/6] Split all QEMU process mangement code into separate file

2011-02-10 Thread Eric Blake
On 02/09/2011 12:43 PM, Eric Blake wrote: > On 02/09/2011 09:58 AM, Daniel P. Berrange wrote: >> Move the qemudStartVMDaemon and qemudShutdownVMDaemon >> methods into a separate file, renaming them to >> qemuProcessStart, qemuProcessStop. All helper methods >> called by these are also moved & renam

Re: [libvirt] [PATCH 1/6] Split all QEMU process mangement code into separate file

2011-02-09 Thread Eric Blake
On 02/09/2011 09:58 AM, Daniel P. Berrange wrote: > Move the qemudStartVMDaemon and qemudShutdownVMDaemon > methods into a separate file, renaming them to > qemuProcessStart, qemuProcessStop. All helper methods > called by these are also moved & renamed to match > > * src/Makefile.am: Add qemu_pro