aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-balloon.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-12virtio-balloon: Restore MADV_WILLNEED hint on balloon deflateDavid Gibson1-0/+13
2019-03-12virtio-balloon: Fix possible guest memory corruption with inflates & deflatesDavid Gibson1-2/+46
2019-03-12virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)David Gibson1-2/+2
2019-03-12virtio-balloon: fix a use-after-free caseWei Wang1-6/+7
2019-03-06virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang1-0/+263
2019-02-22virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page sizeDavid Gibson1-10/+59
2019-02-21virtio-balloon: Use ram_block_discard_range() instead of raw madvise()David Gibson1-1/+22
2019-02-21virtio-balloon: Rework ballon_page() interfaceDavid Gibson1-10/+8
2019-02-21virtio-balloon: Corrections to address verificationDavid Gibson1-7/+10
2019-02-21virtio-balloon: Remove unnecessary MADV_WILLNEED on deflateDavid Gibson1-3/+2
2019-01-21hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config structPeter Maydell1-1/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-2/+1
2018-08-17kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson1-3/+1
2018-05-23virtio-balloon: add hugetlb page allocation countsJonathan Helman1-0/+2
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+2
2018-02-13virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský1-0/+1
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-12-18hw/virtio-balloon: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+1
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+2
2017-01-10balloon: Don't balloon romsDr. David Alan Gilbert1-1/+6
2016-11-15virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek1-1/+1
2016-10-30virtio/migration: Migrate balloon to VMStateDr. David Alan Gilbert1-16/+15
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic1-2/+0
2016-10-10virtio-balloon: convert VMSTATE_VIRTIO_DEVICEHalil Pasic1-6/+11
2016-10-10virtio-balloon: Remove needless precompiled directiveLiang Li1-2/+0
2016-09-09virtio-balloon: fix stats vq migrationLadi Prosek1-0/+13
2016-09-09virtio-balloon: discard virtqueue element on resetLadi Prosek1-0/+1
2016-07-21virtio-balloon: Wrap in vmstateDr. David Alan Gilbert1-14/+5
2016-07-06qapi: Add parameter to visit_end_*Eric Blake1-2/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-4/+0
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake1-7/+8
2016-04-14hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZEThomas Huth1-2/+3
2016-04-07virtio-balloon: reset the statistic timer to load devicePavel Butsykin1-0/+4
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev1-0/+1
2016-03-11balloon: fix segfault and harden the stats queueLadi Prosek1-2/+22