]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Update balloon info only if job is allowed
authorPeter Krempa <pkrempa@redhat.com>
Thu, 4 Jun 2015 11:47:02 +0000 (13:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Jun 2015 12:04:48 +0000 (14:04 +0200)
commit0f3e5325f509fd4fde5ed4c66f2be50fe9412359
treeb0e5a858178d88bfb3c9f9d6e7fbb700004dc06a
parentf9ab9effc559f63754805c4fc7d090bef495b8d9
qemu: Update balloon info only if job is allowed

In qemuDomainUpdateCurrentMemorySize I misplaced the actual update of
the balloon size to a place where it may not be initialized. Move it a
few lines above.
src/qemu/qemu_domain.c