Age | Commit message (Expand) | Author |
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 |
2016-07-06 | qapi: Add parameter to visit_end_* | Eric Blake |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-05-12 | qapi: Split visit_end_struct() into pieces | Eric Blake |
2016-04-14 | hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZE | Thomas Huth |
2016-04-07 | virtio-balloon: reset the statistic timer to load device | Pavel Butsykin |
2016-03-11 | virtio-balloon: add 'available' counter | Denis V. Lunev |
2016-03-11 | balloon: fix segfault and harden the stats queue | Ladi Prosek |
2016-02-25 | balloon: Use only 'pc-dimm' type dimm for ballooning | Vladimir Sementsov-Ogievskiy |
2016-02-25 | virtio-balloon: rewrite get_current_ram_size() | Vladimir Sementsov-Ogievskiy |
2016-02-23 | move get_current_ram_size to virtio-balloon.c | Vladimir Sementsov-Ogievskiy |
2016-02-08 | qapi: Drop unused 'kind' for struct/enum visit | Eric Blake |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-08 | qom: Use typedef for Visitor | Eric Blake |
2016-02-08 | balloon: Improve use of qapi visitor | Eric Blake |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini |
2016-01-29 | virtio: Clean up includes | Peter Maydell |
2015-11-10 | Inhibit ballooning during postcopy | Dr. David Alan Gilbert |
2015-09-10 | virtio: avoid leading underscores for helpers | Cornelia Huck |
2015-07-27 | virtio: get_features() can fail | Jason Wang |
2015-06-23 | balloon: add a feature bit to let Guest OS deflate balloon on oom | Denis V. Lunev |
2015-06-10 | virtio-balloon: switch to virtio_add_feature | Cornelia Huck |
2015-06-01 | virtio: make features 64bit wide | Gerd Hoffmann |
2015-05-31 | hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_init | Shannon Zhao |
2015-04-24 | balloon: improve error msg when adding second device | Luiz Capitulino |
2015-03-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-03-04 | virtio-balloon: Add some trace events | zhanghailiang |
2015-03-04 | virtio-balloon: Fix balloon not working correctly when hotplug memory | zhanghailiang |
2015-02-26 | virtio: add feature checking helpers | Cornelia Huck |
2014-10-23 | virtio-balloon: Tweak recent fix for integer overflow | Markus Armbruster |
2014-09-26 | virtio-balloon: fix integer overflow in memory stats feature | Luiz Capitulino |
2014-06-29 | virtio-balloon: use virtio wrappers to access page frame numbers | Rusty Russell |
2014-06-29 | virtio-balloon: implement per-device migration calls | Greg Kurz |