]> xenbits.xensource.com Git - libvirt.git/commit
qemu: avoid calling the balloon info command if disabled
authorDaniel Veillard <veillard@redhat.com>
Thu, 12 Aug 2010 16:32:16 +0000 (18:32 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 12 Aug 2010 16:32:16 +0000 (18:32 +0200)
commit986c2086958e351da35079501fb51e40af2d5b48
treee47fec259d861f93d5460353357704d90d6453f4
parente26672f78661272274580e0653b21017c7c31d4e
qemu: avoid calling the balloon info command if disabled

 Basically a followup of the previous patch about balloon desactivation
if desactivated, to not ask for balloon information to qemu as we will
just get an error back.
 This can make a huge difference in the time needed for domain
information or list when a machine is loaded, and balloon has been
desactivated in the guests.

* src/qemu/qemu_driver.c: do not get the balloon info if the balloon
  suppor is disabled
src/qemu/qemu_driver.c