]> Git Repo - qemu.git/commit
disable guest-provided stats on "info balloon" command
authorEduardo Habkost <[email protected]>
Tue, 14 Sep 2010 16:43:39 +0000 (13:43 -0300)
committerLuiz Capitulino <[email protected]>
Fri, 1 Oct 2010 13:20:06 +0000 (10:20 -0300)
commit07b0403dfc2b2ac179ae5b48105096cc2d03375a
tree6fc8c96fd8c27174370eb88224fbc8263eded2d4
parent39eaab9ac2a82f5370758e8aeb8b7196f34fdabf
disable guest-provided stats on "info balloon" command

The addition of memory stats reporting to the virtio balloon causes
the 'info balloon' command to become asynchronous.  This is a regression
because in some cases it can hang the user monitor.

This is an alternative to Adam Litke's patch. Adam's patch disabled the
corresponding (guest-visible) virtio feature bit, causing issues for migration.
Original discussion is available at:
http://marc.info/?l=qemu-devel&m=128448124328314&w=2

Signed-off-by: Eduardo Habkost <[email protected]>
Acked-by: Adam Litke <[email protected]
Signed-off-by: Luiz Capitulino <[email protected]>
hw/virtio-balloon.c
This page took 0.022202 seconds and 4 git commands to generate.