summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-balloon.c
Commit message (Expand)AuthorAgeFilesLines
...
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+2
* balloon: Don't balloon romsDr. David Alan Gilbert2017-01-101-1/+6
* virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek2016-11-151-1/+1
* virtio/migration: Migrate balloon to VMStateDr. David Alan Gilbert2016-10-301-16/+15Star
* virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-2/+0Star
* virtio-balloon: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-6/+11
* virtio-balloon: Remove needless precompiled directiveLiang Li2016-10-101-2/+0Star
* virtio-balloon: fix stats vq migrationLadi Prosek2016-09-091-0/+13
* virtio-balloon: discard virtqueue element on resetLadi Prosek2016-09-091-0/+1
* virtio-balloon: Wrap in vmstateDr. David Alan Gilbert2016-07-211-14/+5Star
* qapi: Add parameter to visit_end_*Eric Blake2016-07-061-2/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-4/+0Star
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-121-7/+8
* hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZEThomas Huth2016-04-141-2/+3
* virtio-balloon: reset the statistic timer to load devicePavel Butsykin2016-04-071-0/+4
* virtio-balloon: add 'available' counterDenis V. Lunev2016-03-111-0/+1
* balloon: fix segfault and harden the stats queueLadi Prosek2016-03-111-2/+22
* balloon: Use only 'pc-dimm' type dimm for ballooningVladimir Sementsov-Ogievskiy2016-02-251-2/+20
* virtio-balloon: rewrite get_current_ram_size()Vladimir Sementsov-Ogievskiy2016-02-251-17/+6Star
* move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2016-02-231-0/+26
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2016-02-081-2/+2
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-4/+4
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-6/+6
* qom: Use typedef for VisitorEric Blake2016-02-081-3/+3
* balloon: Improve use of qapi visitorEric Blake2016-02-081-3/+5
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-061-7/+15
* virtio: Clean up includesPeter Maydell2016-01-291-0/+1
* 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/+2Star
* 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