summaryrefslogtreecommitdiffstats
path: root/hw/virtio-balloon.c
Commit message (Expand)AuthorAgeFilesLines
* balloon: re-enable balloon statsLuiz Capitulino2013-01-251-1/+150
* balloon: drop old stats code & APILuiz Capitulino2013-01-251-24/+0
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-091-2/+2
|\
| * change iov_* function prototypes to be more appropriateMichael Tokarev2012-06-071-2/+2
* | Add event notification for guest balloon changesDaniel P. Berrange2012-06-151-0/+5
|/
* virtio: check virtio_load return codeOrit Wassermann2012-05-211-1/+5
* virtio-balloon: avoid cpu_get_physical_page_desc()Avi Kivity2012-01-031-4/+9
* qapi: Convert query-balloonLuiz Capitulino2011-10-271-64/+14
* virtio-balloon: Disassociate from the balloon handlers on unplugAmit Shah2011-09-091-0/+2
* virtio-balloon: Unregister savevm section on device unplugAmit Shah2011-08-041-0/+4
* virtio-balloon: Add exit handler, fix memleaksAmit Shah2011-08-041-0/+5
* virtio-balloon: Check if balloon registration failedAmit Shah2011-08-041-1/+8
* virtio-balloon: Fix header comment; add CopyrightAmit Shah2011-08-041-1/+3
* balloon: Separate out stat and balloon handlingAmit Shah2011-08-041-5/+2
* virtio-balloon: Separate status handling into separate functionAmit Shah2011-08-041-20/+31
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* virtio-balloon: fixed endianness bug in the config spaceAlexey Kardashevskiy2011-04-071-1/+1
* disable guest-provided stats on "info balloon" commandEduardo Habkost2010-10-011-1/+7
* Introduce qemu_madvise()Andreas Färber2010-09-251-2/+2
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+2
* iov: Add iov_to_buf and iov_size helpersAmit Shah2010-04-281-31/+4
* balloon: Fix overflow when reporting actual memory sizeAdam Litke2010-03-271-1/+2
* balloon: Do not save VM state wrt asynchronous virtio operationsAdam Litke2010-03-171-9/+0
* virtio: Add memory statistics reporting to the balloon driverAdam Litke2010-01-261-4/+123
* virtio: add features as qdev propertiesMichael S. Tsirkin2010-01-111-2/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* Separate virtio PCI codePaul Brook2009-05-181-15/+5
* Virtio-balloon qdev conversionPaul Brook2009-05-141-9/+9
* Virtio-net qdev conversionPaul Brook2009-05-141-4/+8
* Yet more phys_ram_base elimination.pbrook2009-04-101-1/+3
* Add and use #defines for PCI device classesblueswir12009-02-011-1/+1
* Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)aliguori2009-01-261-1/+2
* pci: virtio: use pci id defines (Gerd Hoffman)aliguori2008-12-111-1/+2
* Add virtio-balloon supportaliguori2008-12-041-0/+194
OpenPOWER on IntegriCloud