aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-balloon.c
AgeCommit message (Expand)Author
2019-07-25virtio-balloon: free pbp more aggressivelyMichael S. Tsirkin
2019-07-25virtio-balloon: don't track subpages for the PBPDavid Hildenbrand
2019-07-25virtio-balloon: Use temporary PBP onlyDavid Hildenbrand
2019-07-25virtio-balloon: Rework pbp tracking dataDavid Hildenbrand
2019-07-25virtio-balloon: Better names for offset variables in inflate/deflate codeDavid Hildenbrand
2019-07-25virtio-balloon: Simplify deflate with pbpDavid Hildenbrand
2019-07-25virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZEDavid Hildenbrand
2019-07-25virtio-balloon: Fix wrong sign extension of PFNsDavid Hildenbrand
2019-07-12virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-12virtio-balloon: Restore MADV_WILLNEED hint on balloon deflateDavid Gibson
2019-03-12virtio-balloon: Fix possible guest memory corruption with inflates & deflatesDavid Gibson
2019-03-12virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)David Gibson
2019-03-12virtio-balloon: fix a use-after-free caseWei Wang
2019-03-06virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang
2019-02-22virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page sizeDavid Gibson
2019-02-21virtio-balloon: Use ram_block_discard_range() instead of raw madvise()David Gibson
2019-02-21virtio-balloon: Rework ballon_page() interfaceDavid Gibson
2019-02-21virtio-balloon: Corrections to address verificationDavid Gibson
2019-02-21virtio-balloon: Remove unnecessary MADV_WILLNEED on deflateDavid Gibson
2019-01-21hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config structPeter Maydell
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-17kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson
2018-05-23virtio-balloon: add hugetlb page allocation countsJonathan Helman
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-13virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-12-18hw/virtio-balloon: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
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