diff options
| author | Peter Maydell | 2018-02-16 19:39:04 +0100 |
|---|---|---|
| committer | Peter Maydell | 2018-02-16 19:39:05 +0100 |
| commit | e5ecc287a7bd24a1364e23e263cb60cfc8d21eb5 (patch) | |
| tree | 3d11462bff19284f56a9237c7cec9a583a5f9f76 /qemu-doc.texi | |
| parent | cuda.h: Fix multiple typedef (diff) | |
| parent | monitor.c: Fix infinite loop in monitor's auto-complete (diff) | |
| download | qemu-e5ecc287a7bd24a1364e23e263cb60cfc8d21eb5.tar.gz qemu-e5ecc287a7bd24a1364e23e263cb60cfc8d21eb5.tar.xz qemu-e5ecc287a7bd24a1364e23e263cb60cfc8d21eb5.zip | |
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180216' into staging
HMP pull 2018-02-16
# gpg: Signature made Fri 16 Feb 2018 17:45:06 GMT
# gpg: using RSA key 0516331EBC5BFDE7
# gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>"
# Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A 9FA9 0516 331E BC5B FDE7
* remotes/dgilbert/tags/pull-hmp-20180216:
monitor.c: Fix infinite loop in monitor's auto-complete
monitor: Remove legacy "-mon default=on" parameter
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'qemu-doc.texi')
| -rw-r--r-- | qemu-doc.texi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 137f5814a8..56388b5b33 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -2628,15 +2628,6 @@ setting ``-machine kernel_irqchip=off''. The ``-no-kvm'' argument is now a synonym for setting ``-machine accel=tcg''. -@subsection -mon default=on (since 2.4.0) - -The ``default'' option to the ``-mon'' argument is -now ignored. When multiple monitors were enabled, it -indicated which monitor would receive log messages -from the various subsystems. This feature is no longer -required as messages are now only sent to the monitor -in response to explicitly monitor commands. - @subsection -vnc tls (since 2.5.0) The ``-vnc tls'' argument is now a synonym for setting |
