index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
balloon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-04
all: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-10
Inhibit ballooning during postcopy
Dr. David Alan Gilbert
1
-0
/
+11
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
1
-1
/
+1
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-1
/
+1
2015-04-24
balloon: improve error msg when adding second device
Luiz Capitulino
1
-1
/
+0
2015-02-23
balloon: Fix typo
Eric Blake
1
-3
/
+3
2015-01-29
balloon: Eliminate silly QERR_ macros
Markus Armbruster
1
-2
/
+4
2015-01-29
balloon: Factor out common "is balloon active" test
Markus Armbruster
1
-14
/
+15
2015-01-29
balloon: Inline qemu_balloon(), qemu_balloon_status()
Markus Armbruster
1
-26
/
+10
2014-06-23
qapi event: convert BALLOON_CHANGE
Wenchao Xia
1
-13
/
+0
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-1
/
+1
2012-06-15
Add event notification for guest balloon changes
Daniel P. Berrange
1
-0
/
+14
2012-04-27
qapi: fix qmp_balloon() conversion
Luiz Capitulino
1
-1
/
+1
2011-12-06
qapi: Convert balloon
Luiz Capitulino
1
-20
/
+8
2011-10-27
qapi: Convert query-balloon
Luiz Capitulino
1
-58
/
+14
2011-09-09
balloon: Disassociate handlers from balloon device on unplug
Amit Shah
1
-0
/
+10
2011-08-04
balloon: Reject negative balloon values
Amit Shah
1
-1
/
+7
2011-08-04
balloon: Don't allow multiple balloon handler registrations
Amit Shah
1
-2
/
+10
2011-08-04
balloon: Fix header comment; add Copyright
Amit Shah
1
-2
/
+3
2011-08-04
balloon: Separate out stat and balloon handling
Amit Shah
1
-7
/
+10
2011-08-04
balloon: Simplify code flow
Amit Shah
1
-9
/
+7
2011-08-04
balloon: Add braces around if statements
Amit Shah
1
-3
/
+4
2011-08-04
balloon: Make functions, local vars static
Amit Shah
1
-11
/
+11
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2010-09-09
trace: Trace entry point of balloon request handler
Prerna Saxena
1
-0
/
+2
2010-04-09
move balloon handling to balloon.c
Paolo Bonzini
1
-0
/
+146