index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio-balloon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
hw: move virtio devices to hw/ subdirectories
Paolo Bonzini
1
-416
/
+0
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-4
/
+4
2013-03-28
virtio-balloon: cleanup: remove qdev field.
KONRAD Frederic
1
-1
/
+0
2013-03-28
virtio-balloon: cleanup: QOM casts.
KONRAD Frederic
1
-23
/
+20
2013-03-28
virtio-balloon: cleanup: init and exit function.
KONRAD Frederic
1
-60
/
+13
2013-03-28
virtio-balloon: add the virtio-balloon device.
KONRAD Frederic
1
-6
/
+89
2013-03-18
virtio: make virtio device's structures public.
KONRAD Frederic
1
-15
/
+0
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-3
/
+3
2013-01-25
balloon: re-enable balloon stats
Luiz Capitulino
1
-1
/
+150
2013-01-25
balloon: drop old stats code & API
Luiz Capitulino
1
-24
/
+0
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-07-09
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
1
-2
/
+2
2012-06-15
Add event notification for guest balloon changes
Daniel P. Berrange
1
-0
/
+5
2012-06-07
change iov_* function prototypes to be more appropriate
Michael Tokarev
1
-2
/
+2
2012-05-21
virtio: check virtio_load return code
Orit Wassermann
1
-1
/
+5
2012-01-03
virtio-balloon: avoid cpu_get_physical_page_desc()
Avi Kivity
1
-4
/
+9
2011-10-27
qapi: Convert query-balloon
Luiz Capitulino
1
-64
/
+14
2011-09-09
virtio-balloon: Disassociate from the balloon handlers on unplug
Amit Shah
1
-0
/
+2
2011-08-04
virtio-balloon: Unregister savevm section on device unplug
Amit Shah
1
-0
/
+4
2011-08-04
virtio-balloon: Add exit handler, fix memleaks
Amit Shah
1
-0
/
+5
2011-08-04
virtio-balloon: Check if balloon registration failed
Amit Shah
1
-1
/
+8
2011-08-04
virtio-balloon: Fix header comment; add Copyright
Amit Shah
1
-1
/
+3
2011-08-04
balloon: Separate out stat and balloon handling
Amit Shah
1
-5
/
+2
2011-08-04
virtio-balloon: Separate status handling into separate function
Amit Shah
1
-20
/
+31
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2011-04-07
virtio-balloon: fixed endianness bug in the config space
Alexey Kardashevskiy
1
-1
/
+1
2010-10-01
disable guest-provided stats on "info balloon" command
Eduardo Habkost
1
-1
/
+7
2010-09-25
Introduce qemu_madvise()
Andreas Färber
1
-2
/
+2
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-1
/
+2
2010-04-28
iov: Add iov_to_buf and iov_size helpers
Amit Shah
1
-31
/
+4
2010-03-27
balloon: Fix overflow when reporting actual memory size
Adam Litke
1
-1
/
+2
2010-03-17
balloon: Do not save VM state wrt asynchronous virtio operations
Adam Litke
1
-9
/
+0
2010-01-26
virtio: Add memory statistics reporting to the balloon driver
Adam Litke
1
-4
/
+123
2010-01-11
virtio: add features as qdev properties
Michael S. Tsirkin
1
-2
/
+2
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-4
/
+4
2009-10-01
Get rid of _t suffix
malc
1
-4
/
+4
2009-05-18
Separate virtio PCI code
Paul Brook
1
-15
/
+5
2009-05-14
Virtio-balloon qdev conversion
Paul Brook
1
-9
/
+9
2009-05-14
Virtio-net qdev conversion
Paul Brook
1
-4
/
+8
2009-04-10
Yet more phys_ram_base elimination.
pbrook
1
-1
/
+3
2009-02-01
Add and use #defines for PCI device classes
blueswir1
1
-1
/
+1
2009-01-26
Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)
aliguori
1
-1
/
+2
2008-12-11
pci: virtio: use pci id defines (Gerd Hoffman)
aliguori
1
-1
/
+2
2008-12-04
Add virtio-balloon support
aliguori
1
-0
/
+194