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-balloon.c
Age
Commit message (
Expand
)
Author
2013-01-25
balloon: re-enable balloon stats
Luiz Capitulino
2013-01-25
balloon: drop old stats code & API
Luiz Capitulino
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-07-09
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
2012-06-15
Add event notification for guest balloon changes
Daniel P. Berrange
2012-06-07
change iov_* function prototypes to be more appropriate
Michael Tokarev
2012-05-21
virtio: check virtio_load return code
Orit Wassermann
2012-01-03
virtio-balloon: avoid cpu_get_physical_page_desc()
Avi Kivity
2011-10-27
qapi: Convert query-balloon
Luiz Capitulino
2011-09-09
virtio-balloon: Disassociate from the balloon handlers on unplug
Amit Shah
2011-08-04
virtio-balloon: Unregister savevm section on device unplug
Amit Shah
2011-08-04
virtio-balloon: Add exit handler, fix memleaks
Amit Shah
2011-08-04
virtio-balloon: Check if balloon registration failed
Amit Shah
2011-08-04
virtio-balloon: Fix header comment; add Copyright
Amit Shah
2011-08-04
balloon: Separate out stat and balloon handling
Amit Shah
2011-08-04
virtio-balloon: Separate status handling into separate function
Amit Shah
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
2011-04-07
virtio-balloon: fixed endianness bug in the config space
Alexey Kardashevskiy
2010-10-01
disable guest-provided stats on "info balloon" command
Eduardo Habkost
2010-09-25
Introduce qemu_madvise()
Andreas Färber
2010-07-06
savevm: Add DeviceState param
Alex Williamson
2010-04-28
iov: Add iov_to_buf and iov_size helpers
Amit Shah
2010-03-27
balloon: Fix overflow when reporting actual memory size
Adam Litke
2010-03-17
balloon: Do not save VM state wrt asynchronous virtio operations
Adam Litke
2010-01-26
virtio: Add memory statistics reporting to the balloon driver
Adam Litke
2010-01-11
virtio: add features as qdev properties
Michael S. Tsirkin
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-05-18
Separate virtio PCI code
Paul Brook
2009-05-14
Virtio-balloon qdev conversion
Paul Brook
2009-05-14
Virtio-net qdev conversion
Paul Brook
2009-04-10
Yet more phys_ram_base elimination.
pbrook
2009-02-01
Add and use #defines for PCI device classes
blueswir1
2009-01-26
Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)
aliguori
2008-12-11
pci: virtio: use pci id defines (Gerd Hoffman)
aliguori
2008-12-04
Add virtio-balloon support
aliguori