aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-balloon.c
AgeCommit message (Expand)Author
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-04-24migration: Create options.cJuan Quintela
2023-04-21virtio-balloon: optimize the virtio-balloon on the ARM platformYangming
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-03-18virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2021-11-29virtio-balloon: correct used lengthJason Wang
2021-11-29virtio-balloon: process all in sgs for free_page_vqJason Wang
2021-10-05virtio-balloon: Fix page-poison subsection nameDr. David Alan Gilbert
2021-09-04virtio-balloon: free page hinting cleanupsDavid Hildenbrand
2021-09-04virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand
2021-04-06migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-10make ram_size local to vl.cPaolo Bonzini
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé
2020-07-22virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck
2020-07-22virtio-balloon: Add locking to prevent possible race when starting hintingAlexander Duyck
2020-07-22virtio-balloon: Prevent guest from starting a report when we didn't request oneAlexander Duyck
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-02virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand
2020-07-02virtio-balloon: always indicate S_DONE when migration failsDavid Hildenbrand
2020-06-09virtio-balloon: Provide an interface for free page reportingAlexander Duyck
2020-06-09virtio-balloon: Implement support for page poison reporting featureAlexander Duyck
2020-06-09virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand
2020-06-09virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand
2020-06-09virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-05virtio-balloon: fix memory leak while attach virtio-balloon devicePan Nengyuan
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
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