Re: [libvirt] [PATCHv2 3/3] qemu: add support of optional 'autodeflate' attribute

2016-01-05 Thread John Ferlan
On 12/23/2015 07:33 AM, Dmitry Andreev wrote: > Autodeflate can be enabled/disabled for memballon device > of model 'virtio'. > > xml: > > > > > qemu: > qemu -device virtio-balloon-pci,...,deflate-on-oom=on > > Autodeflate cannot be enabled/disabled for running domain. > --- >

[libvirt] [PATCHv2 3/3] qemu: add support of optional 'autodeflate' attribute

2015-12-23 Thread Dmitry Andreev
Autodeflate can be enabled/disabled for memballon device of model 'virtio'. xml: qemu: qemu -device virtio-balloon-pci,...,deflate-on-oom=on Autodeflate cannot be enabled/disabled for running domain. --- src/qemu/qemu_command.c| 11