Re: [libvirt] [PATCH 0/8] qemu: Fix current ballooned size after memory hot(un)plug

2016-04-14 Thread John Ferlan
On 04/06/2016 12:02 PM, Peter Krempa wrote: > Clean up some of the memory balloon code and fix the calculation of size after > hotplug. > > Peter Krempa (8): > qemu: command: Assume QEMU_CAPS_DEVICE when building memballoon args > qemu: caps: Deprecate QEMU_CAPS_BALLOON > qemu: command:

Re: [libvirt] [PATCH 0/8] qemu: Fix current ballooned size after memory hot(un)plug

2016-04-14 Thread Cole Robinson
On 04/14/2016 12:08 PM, Peter Krempa wrote: > On Wed, Apr 06, 2016 at 18:02:20 +0200, Peter Krempa wrote: >> Clean up some of the memory balloon code and fix the calculation of size >> after >> hotplug. >> >> Peter Krempa (8): >> qemu: command: Assume QEMU_CAPS_DEVICE when building memballoon

Re: [libvirt] [PATCH 0/8] qemu: Fix current ballooned size after memory hot(un)plug

2016-04-14 Thread Peter Krempa
On Wed, Apr 06, 2016 at 18:02:20 +0200, Peter Krempa wrote: > Clean up some of the memory balloon code and fix the calculation of size after > hotplug. > > Peter Krempa (8): > qemu: command: Assume QEMU_CAPS_DEVICE when building memballoon args > qemu: caps: Deprecate QEMU_CAPS_BALLOON >

[libvirt] [PATCH 0/8] qemu: Fix current ballooned size after memory hot(un)plug

2016-04-06 Thread Peter Krempa
Clean up some of the memory balloon code and fix the calculation of size after hotplug. Peter Krempa (8): qemu: command: Assume QEMU_CAPS_DEVICE when building memballoon args qemu: caps: Deprecate QEMU_CAPS_BALLOON qemu: command: Drop obsolete comment qemu: command: Refactor memballoon