diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2015-04-27 20:00:57 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2015-04-27 20:00:57 +0100 |
| commit | 3d27b09cf6f62ec61c1330d0a811811a91e7514d (patch) | |
| tree | 5c67fa76257090a0d5cb00a607e9eeb382a3679c /hmp-commands.hx | |
| parent | 3f9d69ba12da6f2874631f6e426a7ef148ba4c82 (diff) | |
| parent | 700cd855def54c2a9f2b6a016dcebf75fe19c238 (diff) | |
| download | focaccia-qemu-3d27b09cf6f62ec61c1330d0a811811a91e7514d.tar.gz focaccia-qemu-3d27b09cf6f62ec61c1330d0a811811a91e7514d.zip | |
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into staging
spice: misc fixes. # gpg: Signature made Mon Apr 27 12:03:16 2015 BST using RSA key ID D3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" * remotes/spice/tags/pull-spice-20150427-1: spice: learn to hide cursor spice: set pointer position on hotspot spice: fix mouse cursor position spice: fix simple display on bigendian hosts monitor: Make client_migrate_info synchronous Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hmp-commands.hx')
| -rw-r--r-- | hmp-commands.hx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 3089533a4f..a6de819f69 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -998,8 +998,7 @@ ETEXI .params = "protocol hostname port tls-port cert-subject", .help = "send migration info to spice/vnc client", .user_print = monitor_user_noop, - .mhandler.cmd_async = client_migrate_info, - .flags = MONITOR_CMD_ASYNC, + .mhandler.cmd_new = client_migrate_info, }, STEXI |