summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-balloon.c
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* make ram_size local to vl.cPaolo Bonzini2020-12-101-1/+2
* qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck2020-07-221-38/+38
* virtio-balloon: Add locking to prevent possible race when starting hintingAlexander Duyck2020-07-221-0/+4
* virtio-balloon: Prevent guest from starting a report when we didn't request oneAlexander Duyck2020-07-221-1/+2
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-10/+5Star
* virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand2020-07-021-2/+8
* virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand2020-07-021-6/+20
* 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