summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-balloon.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-2/+1Star
* Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-8/+1Star
* virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow2022-03-181-5/+5
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-0/+1
* virtio-balloon: correct used lengthJason Wang2021-11-291-3/+3
* virtio-balloon: process all in sgs for free_page_vqJason Wang2021-11-291-2/+5
* virtio-balloon: Fix page-poison subsection nameDr. David Alan Gilbert2021-10-051-1/+1
* virtio-balloon: free page hinting cleanupsDavid Hildenbrand2021-09-041-20/+8Star
* virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand2021-09-041-0/+13
* migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand2021-05-131-3/+1Star
* migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev2021-04-061-2/+6
* 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