]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-05' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Feb 2015 11:11:56 +0000 (11:11 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Feb 2015 11:11:56 +0000 (11:11 +0000)
commit2c918a245ca2a0b3339b8ded926b3f887d6d409e
tree99730f909f4446a5f5390731a78cf2e1e6536831
parent32193cb421cecb98b48715e0740b2d948cda0779
parent2ad28a088d2cc8fd404dfa58fa1b80f9225425ff
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-05' into staging

qmp hmp balloon: Cleanups around error reporting

# gpg: Signature made Thu 05 Feb 2015 07:15:11 GMT using RSA key ID EB918653
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
# gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>"

* remotes/armbru/tags/pull-error-2015-02-05:
  balloon: Eliminate silly QERR_ macros
  balloon: Factor out common "is balloon active" test
  balloon: Inline qemu_balloon(), qemu_balloon_status()
  qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro
  qmp: Simplify recognition of capability negotiation command
  qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummy
  hmp: Compile hmp_info_spice() only with CONFIG_SPICE
  qmp hmp: Improve error messages when SPICE is not in use
  qmp hmp: Factor out common "using spice" test

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>