981c01d qemu: add support of optional 'autodeflate' attribute

10 files Authored by Dmitry Andreev 8 years ago, Committed by John Ferlan 8 years ago,
    qemu: add support of optional 'autodeflate' attribute
    
    Autodeflate can be enabled/disabled for memballon device
    of model 'virtio'.
    
    xml:
    <devices>
      <memballoon model='virtio' autodeflate='on'/>
    </devices>
    
    qemu:
    qemu -device virtio-balloon-pci,...,deflate-on-oom=on
    
    Autodeflate cannot be enabled/disabled for running domain.
    
        
file modified
+11 -0
file modified
+9 -0