summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-balloon.c
Commit message (Expand)AuthorAgeFilesLines
* Inhibit ballooning during postcopyDr. David Alan Gilbert2015-11-101-1/+3
* virtio: avoid leading underscores for helpersCornelia Huck2015-09-101-1/+1
* virtio: get_features() can failJason Wang2015-07-271-1/+2
* balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev2015-06-231-0/+4
* virtio-balloon: switch to virtio_add_featureCornelia Huck2015-06-101-1/+1
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-1/+1
* hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_initShannon Zhao2015-05-311-8/+14
* balloon: improve error msg when adding second deviceLuiz Capitulino2015-04-241-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-091-1/+1
|\
| * virtio: add feature checking helpersCornelia Huck2015-02-261-1/+1
* | virtio-balloon: Add some trace eventszhanghailiang2015-03-041-0/+6
* | virtio-balloon: Fix balloon not working correctly when hotplug memoryzhanghailiang2015-03-041-6/+9
|/
* virtio-balloon: Tweak recent fix for integer overflowMarkus Armbruster2014-10-231-1/+1
* virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino2014-09-261-1/+6
* virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell2014-06-291-3/+5
* virtio-balloon: implement per-device migration callsGreg Kurz2014-06-291-11/+14
* virtio: introduce device specific migration callsGreg Kurz2014-06-291-1/+1
* qapi event: convert BALLOON_CHANGEWenchao Xia2014-06-231-2/+4
* virtio-balloon: return empty data when no stats are availableJán Tomko2014-05-251-5/+2
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-4/+8
* hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster2014-05-151-6/+19
* qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster2014-05-051-2/+4
* virtio-balloon: don't hardcode config size valueLuiz Capitulino2014-01-151-3/+4
* virtio: Convert exit to unrealizeAndreas Färber2013-12-091-4/+5
* virtio-balloon: Convert to QOM realizeAndreas Färber2013-12-091-5/+6
* virtio-balloon: QOM realize preparationsAndreas Färber2013-12-091-6/+6
* virtio-balloon: switch exit callback to VirtioDeviceClassPaolo Bonzini2013-12-091-6/+4
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-4/+4
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* misc: Fix new typos in comments and stringsStefan Weil2013-07-271-2/+2
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+1
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-1/+1
* virtio: cleanup: init and exit function.KONRAD Frederic2013-04-241-2/+2
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-4/+0
* virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP eventLuiz Capitulino2013-04-191-1/+1
* hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini2013-04-081-0/+416
OpenPOWER on IntegriCloud