aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-balloon.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-03virtio-balloon: avoid cpu_get_physical_page_desc()Avi Kivity1-4/+9
2011-10-27qapi: Convert query-balloonLuiz Capitulino1-64/+14
2011-09-09virtio-balloon: Disassociate from the balloon handlers on unplugAmit Shah1-0/+2
2011-08-04virtio-balloon: Unregister savevm section on device unplugAmit Shah1-0/+4
2011-08-04virtio-balloon: Add exit handler, fix memleaksAmit Shah1-0/+5
2011-08-04virtio-balloon: Check if balloon registration failedAmit Shah1-1/+8
2011-08-04virtio-balloon: Fix header comment; add CopyrightAmit Shah1-1/+3
2011-08-04balloon: Separate out stat and balloon handlingAmit Shah1-5/+2
2011-08-04virtio-balloon: Separate status handling into separate functionAmit Shah1-20/+31
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-04-07virtio-balloon: fixed endianness bug in the config spaceAlexey Kardashevskiy1-1/+1
2010-10-01disable guest-provided stats on "info balloon" commandEduardo Habkost1-1/+7
2010-09-25Introduce qemu_madvise()Andreas Färber1-2/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+2
2010-04-28iov: Add iov_to_buf and iov_size helpersAmit Shah1-31/+4
2010-03-27balloon: Fix overflow when reporting actual memory sizeAdam Litke1-1/+2
2010-03-17balloon: Do not save VM state wrt asynchronous virtio operationsAdam Litke1-9/+0
2010-01-26virtio: Add memory statistics reporting to the balloon driverAdam Litke1-4/+123
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin1-2/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-05-18Separate virtio PCI codePaul Brook1-15/+5
2009-05-14Virtio-balloon qdev conversionPaul Brook1-9/+9
2009-05-14Virtio-net qdev conversionPaul Brook1-4/+8
2009-04-10Yet more phys_ram_base elimination.pbrook1-1/+3
2009-02-01Add and use #defines for PCI device classesblueswir11-1/+1
2009-01-26Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)aliguori1-1/+2
2008-12-11pci: virtio: use pci id defines (Gerd Hoffman)aliguori1-1/+2
2008-12-04Add virtio-balloon supportaliguori1-0/+194