index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-balloon.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
2017-09-19
1
-1
/
+2
*
balloon: Don't balloon roms
Dr. David Alan Gilbert
2017-01-10
1
-1
/
+6
*
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
2016-11-15
1
-1
/
+1
*
virtio/migration: Migrate balloon to VMState
Dr. David Alan Gilbert
2016-10-30
1
-16
/
+15
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-2
/
+0
*
virtio-balloon: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-6
/
+11
*
virtio-balloon: Remove needless precompiled directive
Liang Li
2016-10-10
1
-2
/
+0
*
virtio-balloon: fix stats vq migration
Ladi Prosek
2016-09-09
1
-0
/
+13
*
virtio-balloon: discard virtqueue element on reset
Ladi Prosek
2016-09-09
1
-0
/
+1
*
virtio-balloon: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-14
/
+5
*
qapi: Add parameter to visit_end_*
Eric Blake
2016-07-06
1
-2
/
+2
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-4
/
+0
*
qapi: Split visit_end_struct() into pieces
Eric Blake
2016-05-12
1
-7
/
+8
*
hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZE
Thomas Huth
2016-04-14
1
-2
/
+3
*
virtio-balloon: reset the statistic timer to load device
Pavel Butsykin
2016-04-07
1
-0
/
+4
*
virtio-balloon: add 'available' counter
Denis V. Lunev
2016-03-11
1
-0
/
+1
*
balloon: fix segfault and harden the stats queue
Ladi Prosek
2016-03-11
1
-2
/
+22
*
balloon: Use only 'pc-dimm' type dimm for ballooning
Vladimir Sementsov-Ogievskiy
2016-02-25
1
-2
/
+20
*
virtio-balloon: rewrite get_current_ram_size()
Vladimir Sementsov-Ogievskiy
2016-02-25
1
-17
/
+6
*
move get_current_ram_size to virtio-balloon.c
Vladimir Sementsov-Ogievskiy
2016-02-23
1
-0
/
+26
*
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2016-02-08
1
-2
/
+2
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2016-02-08
1
-4
/
+4
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-6
/
+6
*
qom: Use typedef for Visitor
Eric Blake
2016-02-08
1
-3
/
+3
*
balloon: Improve use of qapi visitor
Eric Blake
2016-02-08
1
-3
/
+5
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
1
-7
/
+15
*
virtio: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
Inhibit ballooning during postcopy
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+3
*
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-09-10
1
-1
/
+1
*
virtio: get_features() can fail
Jason Wang
2015-07-27
1
-1
/
+2
*
balloon: add a feature bit to let Guest OS deflate balloon on oom
Denis V. Lunev
2015-06-23
1
-0
/
+4
*
virtio-balloon: switch to virtio_add_feature
Cornelia Huck
2015-06-10
1
-1
/
+1
*
virtio: make features 64bit wide
Gerd Hoffmann
2015-06-01
1
-1
/
+1
*
hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_init
Shannon Zhao
2015-05-31
1
-8
/
+14
*
balloon: improve error msg when adding second device
Luiz Capitulino
2015-04-24
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-03-09
1
-1
/
+1
|
\
|
*
virtio: add feature checking helpers
Cornelia Huck
2015-02-26
1
-1
/
+1
*
|
virtio-balloon: Add some trace events
zhanghailiang
2015-03-04
1
-0
/
+6
*
|
virtio-balloon: Fix balloon not working correctly when hotplug memory
zhanghailiang
2015-03-04
1
-6
/
+9
|
/
*
virtio-balloon: Tweak recent fix for integer overflow
Markus Armbruster
2014-10-23
1
-1
/
+1
*
virtio-balloon: fix integer overflow in memory stats feature
Luiz Capitulino
2014-09-26
1
-1
/
+6
*
virtio-balloon: use virtio wrappers to access page frame numbers
Rusty Russell
2014-06-29
1
-3
/
+5
*
virtio-balloon: implement per-device migration calls
Greg Kurz
2014-06-29
1
-11
/
+14
*
virtio: introduce device specific migration calls
Greg Kurz
2014-06-29
1
-1
/
+1
*
qapi event: convert BALLOON_CHANGE
Wenchao Xia
2014-06-23
1
-2
/
+4
*
virtio-balloon: return empty data when no stats are available
Ján Tomko
2014-05-25
1
-5
/
+2
*
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
1
-4
/
+8
*
hw: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
2014-05-15
1
-6
/
+19
*
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
2014-05-05
1
-2
/
+4
*
virtio-balloon: don't hardcode config size value
Luiz Capitulino
2014-01-15
1
-3
/
+4
[prev]
[next]