index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-balloon.c
Age
Commit message (
Expand
)
Author
2024-03-11
migration: remove migration.h references
Steve Sistare
2024-03-11
migration: export fewer options
Steve Sistare
2024-02-28
notify: pass error to notifier with return
Steve Sistare
2023-12-30
hw/virtio: Constify VMState
Richard Henderson
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-25
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2023-04-24
migration: Create options.c
Juan Quintela
2023-04-21
virtio-balloon: optimize the virtio-balloon on the ARM platform
Yangming
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-04-06
Replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
2022-03-18
virtio/virtio-balloon: Prefer Object* over void* parameter
Bernhard Beschow
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2021-11-29
virtio-balloon: correct used length
Jason Wang
2021-11-29
virtio-balloon: process all in sgs for free_page_vq
Jason Wang
2021-10-05
virtio-balloon: Fix page-poison subsection name
Dr. David Alan Gilbert
2021-09-04
virtio-balloon: free page hinting cleanups
David Hildenbrand
2021-09-04
virtio-balloon: don't start free page hinting if postcopy is possible
David Hildenbrand
2021-05-13
migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"
David Hildenbrand
2021-04-06
migration: Inhibit virtio-balloon for the duration of background snapshot
Andrey Gruzdev
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-12-10
make ram_size local to vl.c
Paolo Bonzini
2020-09-29
qapi: Restrict balloon-related commands to machine code
Philippe Mathieu-Daudé
2020-07-22
virtio-balloon: Replace free page hinting references to 'report' with 'hint'
Alexander Duyck
2020-07-22
virtio-balloon: Add locking to prevent possible race when starting hinting
Alexander Duyck
2020-07-22
virtio-balloon: Prevent guest from starting a report when we didn't request one
Alexander Duyck
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-02
virtio-balloon: Rip out qemu_balloon_inhibit()
David Hildenbrand
2020-07-02
virtio-balloon: always indicate S_DONE when migration fails
David Hildenbrand
2020-06-09
virtio-balloon: Provide an interface for free page reporting
Alexander Duyck
2020-06-09
virtio-balloon: Implement support for page poison reporting feature
Alexander Duyck
2020-06-09
virtio-balloon: unref the iothread when unrealizing
David Hildenbrand
2020-06-09
virtio-balloon: fix free page hinting check on unrealize
David Hildenbrand
2020-06-09
virtio-balloon: fix free page hinting without an iothread
David Hildenbrand
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-05
virtio-balloon: fix memory leak while attach virtio-balloon device
Pan Nengyuan
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-07-25
virtio-balloon: free pbp more aggressively
Michael S. Tsirkin
2019-07-25
virtio-balloon: don't track subpages for the PBP
David Hildenbrand
2019-07-25
virtio-balloon: Use temporary PBP only
David Hildenbrand
2019-07-25
virtio-balloon: Rework pbp tracking data
David Hildenbrand
2019-07-25
virtio-balloon: Better names for offset variables in inflate/deflate code
David Hildenbrand
2019-07-25
virtio-balloon: Simplify deflate with pbp
David Hildenbrand
2019-07-25
virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE
David Hildenbrand
2019-07-25
virtio-balloon: Fix wrong sign extension of PFNs
David Hildenbrand
2019-07-12
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
Stefan Hajnoczi
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
[next]