summary refs log tree commit diff stats
path: root/hw/virtio/virtio-balloon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration: remove migration.h referencesSteve Sistare2024-03-111-1/+0
* migration: export fewer optionsSteve Sistare2024-03-111-1/+0
* notify: pass error to notifier with returnSteve Sistare2024-02-281-1/+2
* hw/virtio: Constify VMStateRichard Henderson2023-12-301-5/+5
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-2/+3
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2023-04-251-28/+5
|\
| * virtio-balloon: optimize the virtio-balloon on the ARM platformYangming2023-04-211-28/+5
* | migration: Create options.cJuan Quintela2023-04-241-0/+1
|/
* qapi: Use returned bool to check for failure (again)Markus Armbruster2022-12-141-11/+9
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-2/+1
* Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-8/+1
* 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/+8
* 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/+1
* migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev2021-04-061-2/+6
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0
* 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/+1
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-10/+5
* 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/+16
* 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/+16
* virtio-balloon: don't track subpages for the PBPDavid Hildenbrand2019-07-251-5/+3
* virtio-balloon: Use temporary PBP onlyDavid Hildenbrand2019-07-251-12/+9
* 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/+5
* virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZEDavid Hildenbrand2019-07-251-6/+4
* 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