aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-balloon.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11migration: remove migration.h referencesSteve Sistare1-1/+0
2024-03-11migration: export fewer optionsSteve Sistare1-1/+0
2024-02-28notify: pass error to notifier with returnSteve Sistare1-1/+2
2023-12-30hw/virtio: Constify VMStateRichard Henderson1-5/+5
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-2/+3
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-28/+5
2023-04-24migration: Create options.cJuan Quintela1-0/+1
2023-04-21virtio-balloon: optimize the virtio-balloon on the ARM platformYangming1-28/+5
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-11/+9
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-2/+1
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau1-8/+1
2022-03-18virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow1-5/+5
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell1-0/+1
2021-11-29virtio-balloon: correct used lengthJason Wang1-3/+3
2021-11-29virtio-balloon: process all in sgs for free_page_vqJason Wang1-2/+5
2021-10-05virtio-balloon: Fix page-poison subsection nameDr. David Alan Gilbert1-1/+1
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