summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-balloon.c
AgeCommit message (Expand)Author
2017-01-10balloon: Don't balloon romsDr. David Alan Gilbert
2016-11-15virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek
2016-10-30virtio/migration: Migrate balloon to VMStateDr. David Alan Gilbert
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-balloon: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-balloon: Remove needless precompiled directiveLiang Li
2016-09-09virtio-balloon: fix stats vq migrationLadi Prosek
2016-09-09virtio-balloon: discard virtqueue element on resetLadi Prosek
2016-07-21virtio-balloon: Wrap in vmstateDr. David Alan Gilbert
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-04-14hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZEThomas Huth
2016-04-07virtio-balloon: reset the statistic timer to load devicePavel Butsykin
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev
2016-03-11balloon: fix segfault and harden the stats queueLadi Prosek
2016-02-25balloon: Use only 'pc-dimm' type dimm for ballooningVladimir Sementsov-Ogievskiy
2016-02-25virtio-balloon: rewrite get_current_ram_size()Vladimir Sementsov-Ogievskiy
2016-02-23move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-02-08balloon: Improve use of qapi visitorEric Blake
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-01-29virtio: Clean up includesPeter Maydell
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-07-27virtio: get_features() can failJason Wang
2015-06-23balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev
2015-06-10virtio-balloon: switch to virtio_add_featureCornelia Huck
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-05-31hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_initShannon Zhao
2015-04-24balloon: improve error msg when adding second deviceLuiz Capitulino
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-04virtio-balloon: Add some trace eventszhanghailiang
2015-03-04virtio-balloon: Fix balloon not working correctly when hotplug memoryzhanghailiang
2015-02-26virtio: add feature checking helpersCornelia Huck
2014-10-23virtio-balloon: Tweak recent fix for integer overflowMarkus Armbruster
2014-09-26virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino
2014-06-29virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell
2014-06-29virtio-balloon: implement per-device migration callsGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-23qapi event: convert BALLOON_CHANGEWenchao Xia
2014-05-25virtio-balloon: return empty data when no stats are availableJán Tomko
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster
2014-05-15hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster
2014-01-15virtio-balloon: don't hardcode config size valueLuiz Capitulino
2013-12-09virtio: Convert exit to unrealizeAndreas Färber