index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-balloon.c
Age
Commit message (
Expand
)
Author
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
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
2014-06-23
qapi event: convert BALLOON_CHANGE
Wenchao Xia
2014-05-25
virtio-balloon: return empty data when no stats are available
Ján Tomko
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
hw: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
2014-05-05
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
2014-01-15
virtio-balloon: don't hardcode config size value
Luiz Capitulino
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
virtio-balloon: Convert to QOM realize
Andreas Färber
2013-12-09
virtio-balloon: QOM realize preparations
Andreas Färber
2013-12-09
virtio-balloon: switch exit callback to VirtioDeviceClass
Paolo Bonzini
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-27
misc: Fix new typos in comments and strings
Stefan Weil
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
2013-04-24
virtio: cleanup: init and exit function.
KONRAD Frederic
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
2013-04-19
virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP event
Luiz Capitulino
2013-04-08
hw: move virtio devices to hw/ subdirectories
Paolo Bonzini