]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Split all QEMU process mangement code into separate file
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 14 Feb 2011 16:09:39 +0000 (16:09 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 17 Feb 2011 12:48:55 +0000 (12:48 +0000)
commit48c2d6c65bc28da5d239bf8e356b0507515bd1a2
tree05de771f739f89eabfd676e2661d26d7ea7805f3
parentdf1011ca8ee8160a2c60b2a639392e9d86fcf262
Split all QEMU process mangement code into separate file

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_process.c/.h
* src/qemu/qemu_command.c: Add qemuDomainAssignPCIAddresses
* src/qemu/qemu_command.h: Add VNC port min/max
* src/qemu/qemu_domain.c, src/qemu/qemu_domain.h: Add
  domain event queue helpers
* src/qemu/qemu_driver.c, src/qemu/qemu_driver.h: Remove
  all QEMU process startup/shutdown functions
* src/qemu/qemu_process.c, src/qemu/qemu_process.h: Add
  all QEMU process startup/shutdown functions
po/POTFILES.in
src/Makefile.am
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c
src/qemu/qemu_driver.h
src/qemu/qemu_process.c [new file with mode: 0644]
src/qemu/qemu_process.h [new file with mode: 0644]