summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-balloon.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+2
2018-02-13virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský1-0/+1
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-12-18hw/virtio-balloon: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+1
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+2
2017-01-10balloon: Don't balloon romsDr. David Alan Gilbert1-1/+6
2016-11-15virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek1-1/+1
2016-10-30virtio/migration: Migrate balloon to VMStateDr. David Alan Gilbert1-16/+15
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic1-2/+0
2016-10-10virtio-balloon: convert VMSTATE_VIRTIO_DEVICEHalil Pasic1-6/+11
2016-10-10virtio-balloon: Remove needless precompiled directiveLiang Li1-2/+0
2016-09-09virtio-balloon: fix stats vq migrationLadi Prosek1-0/+13
2016-09-09virtio-balloon: discard virtqueue element on resetLadi Prosek1-0/+1
2016-07-21virtio-balloon: Wrap in vmstateDr. David Alan Gilbert1-14/+5
2016-07-06qapi: Add parameter to visit_end_*Eric Blake1-2/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-4/+0
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake1-7/+8
2016-04-14hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZEThomas Huth1-2/+3
2016-04-07virtio-balloon: reset the statistic timer to load devicePavel Butsykin1-0/+4
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev1-0/+1
2016-03-11balloon: fix segfault and harden the stats queueLadi Prosek1-2/+22
2016-02-25balloon: Use only 'pc-dimm' type dimm for ballooningVladimir Sementsov-Ogievskiy1-2/+20
2016-02-25virtio-balloon: rewrite get_current_ram_size()Vladimir Sementsov-Ogievskiy1-17/+6
2016-02-23move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy1-0/+26
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake1-2/+2
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-4/+4
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-6/+6
2016-02-08qom: Use typedef for VisitorEric Blake1-3/+3
2016-02-08balloon: Improve use of qapi visitorEric Blake1-3/+5
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-7/+15
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert1-1/+3
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-1/+1
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-06-23balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev1-0/+4
2015-06-10virtio-balloon: switch to virtio_add_featureCornelia Huck1-1/+1
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-1/+1
2015-05-31hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_initShannon Zhao1-8/+14
2015-04-24balloon: improve error msg when adding second deviceLuiz Capitulino1-1/+1
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2015-03-04virtio-balloon: Add some trace eventszhanghailiang1-0/+6
2015-03-04virtio-balloon: Fix balloon not working correctly when hotplug memoryzhanghailiang1-6/+9
2015-02-26virtio: add feature checking helpersCornelia Huck1-1/+1
2014-10-23virtio-balloon: Tweak recent fix for integer overflowMarkus Armbruster1-1/+1
2014-09-26virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino1-1/+6
2014-06-29virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell1-3/+5
2014-06-29virtio-balloon: implement per-device migration callsGreg Kurz1-11/+14
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1