aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-balloon.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-04virtio-balloon: free page hinting cleanupsDavid Hildenbrand1-20/+8
2021-09-04virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand1-0/+13
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand1-3/+1
2021-04-06migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev1-2/+6
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-12-10make ram_size local to vl.cPaolo Bonzini1-1/+2
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé1-1/+1
2020-07-22virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck1-38/+38
2020-07-22virtio-balloon: Add locking to prevent possible race when starting hintingAlexander Duyck1-0/+4
2020-07-22virtio-balloon: Prevent guest from starting a report when we didn't request oneAlexander Duyck1-1/+2
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-10/+5
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand1-2/+8
2020-07-02virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand1-6/+20
2020-06-09virtio-balloon: Provide an interface for free page reportingAlexander Duyck1-0/+72
2020-06-09virtio-balloon: Implement support for page poison reporting featureAlexander Duyck1-0/+29
2020-06-09virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand1-0/+1
2020-06-09virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand1-1/+1
2020-06-09virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand1-17/+16
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-05virtio-balloon: fix memory leak while attach virtio-balloon devicePan Nengyuan1-0/+7
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-07-25virtio-balloon: free pbp more aggressivelyMichael S. Tsirkin1-21/+16
2019-07-25virtio-balloon: don't track subpages for the PBPDavid Hildenbrand1-5/+3
2019-07-25virtio-balloon: Use temporary PBP onlyDavid Hildenbrand1-12/+9
2019-07-25virtio-balloon: Rework pbp tracking dataDavid Hildenbrand1-23/+46
2019-07-25virtio-balloon: Better names for offset variables in inflate/deflate codeDavid Hildenbrand1-13/+13
2019-07-25virtio-balloon: Simplify deflate with pbpDavid Hildenbrand1-21/+5
2019-07-25virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZEDavid Hildenbrand1-6/+4
2019-07-25virtio-balloon: Fix wrong sign extension of PFNsDavid Hildenbrand1-1/+1
2019-07-12virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi1-3/+25
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-03-12virtio-balloon: Restore MADV_WILLNEED hint on balloon deflateDavid Gibson1-0/+13
2019-03-12virtio-balloon: Fix possible guest memory corruption with inflates & deflatesDavid Gibson1-2/+46
2019-03-12virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)David Gibson1-2/+2
2019-03-12virtio-balloon: fix a use-after-free caseWei Wang1-6/+7
2019-03-06virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang1-0/+263
2019-02-22virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page sizeDavid Gibson1-10/+59
2019-02-21virtio-balloon: Use ram_block_discard_range() instead of raw madvise()David Gibson1-1/+22
2019-02-21virtio-balloon: Rework ballon_page() interfaceDavid Gibson1-10/+8
2019-02-21virtio-balloon: Corrections to address verificationDavid Gibson1-7/+10
2019-02-21virtio-balloon: Remove unnecessary MADV_WILLNEED on deflateDavid Gibson1-3/+2
2019-01-21hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config structPeter Maydell1-1/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-2/+1
2018-08-17kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson1-3/+1
2018-05-23virtio-balloon: add hugetlb page allocation countsJonathan Helman1-0/+2
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