index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-balloon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-4
/
+0
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
1
-7
/
+8
2016-04-14
hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZE
Thomas Huth
1
-2
/
+3
2016-04-07
virtio-balloon: reset the statistic timer to load device
Pavel Butsykin
1
-0
/
+4
2016-03-11
virtio-balloon: add 'available' counter
Denis V. Lunev
1
-0
/
+1
2016-03-11
balloon: fix segfault and harden the stats queue
Ladi Prosek
1
-2
/
+22
2016-02-25
balloon: Use only 'pc-dimm' type dimm for ballooning
Vladimir Sementsov-Ogievskiy
1
-2
/
+20
2016-02-25
virtio-balloon: rewrite get_current_ram_size()
Vladimir Sementsov-Ogievskiy
1
-17
/
+6
2016-02-23
move get_current_ram_size to virtio-balloon.c
Vladimir Sementsov-Ogievskiy
1
-0
/
+26
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
1
-2
/
+2
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-4
/
+4
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-6
/
+6
2016-02-08
qom: Use typedef for Visitor
Eric Blake
1
-3
/
+3
2016-02-08
balloon: Improve use of qapi visitor
Eric Blake
1
-3
/
+5
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
1
-7
/
+15
2016-01-29
virtio: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-10
Inhibit ballooning during postcopy
Dr. David Alan Gilbert
1
-1
/
+3
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
1
-1
/
+1
2015-07-27
virtio: get_features() can fail
Jason Wang
1
-1
/
+2
2015-06-23
balloon: add a feature bit to let Guest OS deflate balloon on oom
Denis V. Lunev
1
-0
/
+4
2015-06-10
virtio-balloon: switch to virtio_add_feature
Cornelia Huck
1
-1
/
+1
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
1
-1
/
+1
2015-05-31
hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_init
Shannon Zhao
1
-8
/
+14
2015-04-24
balloon: improve error msg when adding second device
Luiz Capitulino
1
-1
/
+1
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2015-03-04
virtio-balloon: Add some trace events
zhanghailiang
1
-0
/
+6
2015-03-04
virtio-balloon: Fix balloon not working correctly when hotplug memory
zhanghailiang
1
-6
/
+9
2015-02-26
virtio: add feature checking helpers
Cornelia Huck
1
-1
/
+1
2014-10-23
virtio-balloon: Tweak recent fix for integer overflow
Markus Armbruster
1
-1
/
+1
2014-09-26
virtio-balloon: fix integer overflow in memory stats feature
Luiz Capitulino
1
-1
/
+6
2014-06-29
virtio-balloon: use virtio wrappers to access page frame numbers
Rusty Russell
1
-3
/
+5
2014-06-29
virtio-balloon: implement per-device migration calls
Greg Kurz
1
-11
/
+14
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
1
-1
/
+1
2014-06-23
qapi event: convert BALLOON_CHANGE
Wenchao Xia
1
-2
/
+4
2014-05-25
virtio-balloon: return empty data when no stats are available
Ján Tomko
1
-5
/
+2
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
1
-4
/
+8
2014-05-15
hw: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
1
-6
/
+19
2014-05-05
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
1
-2
/
+4
2014-01-15
virtio-balloon: don't hardcode config size value
Luiz Capitulino
1
-3
/
+4
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
1
-4
/
+5
2013-12-09
virtio-balloon: Convert to QOM realize
Andreas Färber
1
-5
/
+6
2013-12-09
virtio-balloon: QOM realize preparations
Andreas Färber
1
-6
/
+6
2013-12-09
virtio-balloon: switch exit callback to VirtioDeviceClass
Paolo Bonzini
1
-6
/
+4
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-4
/
+4
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
2013-07-27
misc: Fix new typos in comments and strings
Stefan Weil
1
-2
/
+2
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
1
-0
/
+1
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
1
-1
/
+1
2013-04-24
virtio: cleanup: init and exit function.
KONRAD Frederic
1
-2
/
+2
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
1
-4
/
+0
[next]