aboutsummaryrefslogtreecommitdiff
path: root/balloon.c
AgeCommit message (Expand)Author
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2016-02-04all: Clean up includesPeter Maydell
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-04-24balloon: improve error msg when adding second deviceLuiz Capitulino
2015-02-23balloon: Fix typoEric Blake
2015-01-29balloon: Eliminate silly QERR_ macrosMarkus Armbruster
2015-01-29balloon: Factor out common "is balloon active" testMarkus Armbruster
2015-01-29balloon: Inline qemu_balloon(), qemu_balloon_status()Markus Armbruster
2014-06-23qapi event: convert BALLOON_CHANGEWenchao Xia
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-06-15Add event notification for guest balloon changesDaniel P. Berrange
2012-04-27qapi: fix qmp_balloon() conversionLuiz Capitulino
2011-12-06qapi: Convert balloonLuiz Capitulino
2011-10-27qapi: Convert query-balloonLuiz Capitulino
2011-09-09balloon: Disassociate handlers from balloon device on unplugAmit Shah
2011-08-04balloon: Reject negative balloon valuesAmit Shah
2011-08-04balloon: Don't allow multiple balloon handler registrationsAmit Shah
2011-08-04balloon: Fix header comment; add CopyrightAmit Shah
2011-08-04balloon: Separate out stat and balloon handlingAmit Shah
2011-08-04balloon: Simplify code flowAmit Shah
2011-08-04balloon: Add braces around if statementsAmit Shah
2011-08-04balloon: Make functions, local vars staticAmit Shah
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2010-09-09trace: Trace entry point of balloon request handlerPrerna Saxena
2010-04-09move balloon handling to balloon.cPaolo Bonzini