summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-balloon.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-balloon: Provide an interface for free page reportingAlexander Duyck2020-06-091-0/+72
* virtio-balloon: Implement support for page poison reporting featureAlexander Duyck2020-06-091-0/+29
* virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand2020-06-091-0/+1
* virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand2020-06-091-1/+1
* virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand2020-06-091-17/+16Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* virtio-balloon: fix memory leak while attach virtio-balloon devicePan Nengyuan2020-01-051-0/+7
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* virtio-balloon: free pbp more aggressivelyMichael S. Tsirkin2019-07-251-21/+16Star
* virtio-balloon: don't track subpages for the PBPDavid Hildenbrand2019-07-251-5/+3Star
* virtio-balloon: Use temporary PBP onlyDavid Hildenbrand2019-07-251-12/+9Star
* virtio-balloon: Rework pbp tracking dataDavid Hildenbrand2019-07-251-23/+46
* virtio-balloon: Better names for offset variables in inflate/deflate codeDavid Hildenbrand2019-07-251-13/+13
* virtio-balloon: Simplify deflate with pbpDavid Hildenbrand2019-07-251-21/+5Star
* virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZEDavid Hildenbrand2019-07-251-6/+4Star
* virtio-balloon: Fix wrong sign extension of PFNsDavid Hildenbrand2019-07-251-1/+1
* virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi2019-07-121-3/+25
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* virtio-balloon: Restore MADV_WILLNEED hint on balloon deflateDavid Gibson2019-03-131-0/+13
* virtio-balloon: Fix possible guest memory corruption with inflates & deflatesDavid Gibson2019-03-131-2/+46
* virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)David Gibson2019-03-131-2/+2
* virtio-balloon: fix a use-after-free caseWei Wang2019-03-131-6/+7
* virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang2019-03-061-0/+263
* virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page sizeDavid Gibson2019-02-221-10/+59
* virtio-balloon: Use ram_block_discard_range() instead of raw madvise()David Gibson2019-02-211-1/+22
* virtio-balloon: Rework ballon_page() interfaceDavid Gibson2019-02-211-10/+8Star
* virtio-balloon: Corrections to address verificationDavid Gibson2019-02-211-7/+10
* virtio-balloon: Remove unnecessary MADV_WILLNEED on deflateDavid Gibson2019-02-211-3/+2Star
* hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config structPeter Maydell2019-01-211-1/+1
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-2/+1Star
* kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson2018-08-171-3/+1Star
* virtio-balloon: add hugetlb page allocation countsJonathan Helman2018-05-231-0/+2
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-131-0/+2
|\
| * virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský2018-02-131-0/+1
| * virtio-balloon: unref the memory region before continuingTiwei Bie2018-02-131-0/+1
* | Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
|/
* hw/virtio-balloon: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+1
* 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