summaryrefslogtreecommitdiff
path: root/balloon.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+1
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert1-0/+11
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2015-04-24balloon: improve error msg when adding second deviceLuiz Capitulino1-1/+0
2015-02-23balloon: Fix typoEric Blake1-3/+3
2015-01-29balloon: Eliminate silly QERR_ macrosMarkus Armbruster1-2/+4
2015-01-29balloon: Factor out common "is balloon active" testMarkus Armbruster1-14/+15
2015-01-29balloon: Inline qemu_balloon(), qemu_balloon_status()Markus Armbruster1-26/+10
2014-06-23qapi event: convert BALLOON_CHANGEWenchao Xia1-13/+0
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-06-15Add event notification for guest balloon changesDaniel P. Berrange1-0/+14
2012-04-27qapi: fix qmp_balloon() conversionLuiz Capitulino1-1/+1
2011-12-06qapi: Convert balloonLuiz Capitulino1-20/+8
2011-10-27qapi: Convert query-balloonLuiz Capitulino1-58/+14
2011-09-09balloon: Disassociate handlers from balloon device on unplugAmit Shah1-0/+10
2011-08-04balloon: Reject negative balloon valuesAmit Shah1-1/+7
2011-08-04balloon: Don't allow multiple balloon handler registrationsAmit Shah1-2/+10
2011-08-04balloon: Fix header comment; add CopyrightAmit Shah1-2/+3
2011-08-04balloon: Separate out stat and balloon handlingAmit Shah1-7/+10
2011-08-04balloon: Simplify code flowAmit Shah1-9/+7
2011-08-04balloon: Add braces around if statementsAmit Shah1-3/+4
2011-08-04balloon: Make functions, local vars staticAmit Shah1-11/+11
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-09-09trace: Trace entry point of balloon request handlerPrerna Saxena1-0/+2
2010-04-09move balloon handling to balloon.cPaolo Bonzini1-0/+146