]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use ShutdownVMDaemon for all startup cleanup paths
authorCole Robinson <crobinso@redhat.com>
Mon, 17 May 2010 16:37:52 +0000 (12:37 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 20 May 2010 19:11:22 +0000 (15:11 -0400)
commitac23d911df392b565c22aff87333d6a5d527f552
treec79e5e7ef9749ed59c14e2ebfff8a8ee987e9944
parent54971d9170005b4cf86a904455794392feca4514
qemu: Use ShutdownVMDaemon for all startup cleanup paths

The current cleanup: in StartVMDaemon path is a poor duplication.
qemuShutdownVMDaemon can handle teardown for inactive VMs, so let's use it.

v2: Remove old abort: label, only use cleanup:
src/qemu/qemu_driver.c