]> xenbits.xensource.com Git - libvirt.git/commit
Don't raise error message from cgroups if QEMU fails to start
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 3 Mar 2010 15:48:22 +0000 (15:48 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 4 Mar 2010 11:56:21 +0000 (11:56 +0000)
commitb50d48b158291482d7095166fcd81ca9c1344f2f
tree9d5ccbbcf63fa5f6c3a315afc1d9acba71f8fdf4
parentbadfe6c75ee459c10d44beb5c52652c1af1842f1
Don't raise error message from cgroups if QEMU fails to start

The code to remove the cgroup after QEMU failed to startup could
be obscuring a real error from earlier on. It is not neccessary
to raise an error in this case, so tell cgroups to keep quiet

* src/qemu/qemu_driver.c: Don't raise cgroups error in QEMU start
  cleanup code.
src/qemu/qemu_driver.c