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
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
2019-03-12
virtio-balloon: Restore MADV_WILLNEED hint on balloon deflate
David Gibson
2019-03-12
virtio-balloon: Fix possible guest memory corruption with inflates & deflates
David Gibson
2019-03-12
virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)
David Gibson
2019-03-12
virtio-balloon: fix a use-after-free case
Wei Wang
2019-03-06
virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
Wei Wang
2019-02-22
virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size
David Gibson
2019-02-21
virtio-balloon: Use ram_block_discard_range() instead of raw madvise()
David Gibson
2019-02-21
virtio-balloon: Rework ballon_page() interface
David Gibson
2019-02-21
virtio-balloon: Corrections to address verification
David Gibson
2019-02-21
virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate
David Gibson
2019-01-21
hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config struct
Peter Maydell
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-17
kvm: Use inhibit to prevent ballooning without synchronous mmu
Alex Williamson
2018-05-23
virtio-balloon: add hugetlb page allocation counts
Jonathan Helman
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-02-13
virtio-balloon: include statistics of disk/file caches
Tomáš Golembiovský
2018-02-13
virtio-balloon: unref the memory region before continuing
Tiwei Bie
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-12-18
hw/virtio-balloon: remove old i386 dependency
Philippe Mathieu-Daudé
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
2017-01-10
balloon: Don't balloon roms
Dr. David Alan Gilbert
2016-11-15
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
2016-10-30
virtio/migration: Migrate balloon to VMState
Dr. David Alan Gilbert
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
virtio-balloon: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
virtio-balloon: Remove needless precompiled directive
Liang Li
2016-09-09
virtio-balloon: fix stats vq migration
Ladi Prosek
2016-09-09
virtio-balloon: discard virtqueue element on reset
Ladi Prosek
2016-07-21
virtio-balloon: Wrap in vmstate
Dr. David Alan Gilbert
[next]