diff options
author | Thomas Huth <thuth@redhat.com> | 2019-02-05 08:29:29 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-05 09:50:52 +0100 |
commit | 09bd7ba9f5f7bd1c0cf62ba89731ae3cc6d1c72e (patch) | |
tree | f47c585e117c0d3a95a877b780f6942fe0ddf391 /qemu-deprecated.texi | |
parent | 773c4a6228fd910556cee2d477ee56c591a30000 (diff) |
Remove deprecated -no-frame option
The -no-frame option has been deprecated with QEMU v2.12. It was only
useful with SDL1.2 - now that we've removed support for SDL1.2, we
can certainly remove the -no-frame option, too.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 1549351769-19620-1-git-send-email-thuth@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'qemu-deprecated.texi')
-rw-r--r-- | qemu-deprecated.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index 9cc20b365c..0b508e738f 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -37,12 +37,6 @@ would automatically enable USB support on the machine type. If using the new syntax, USB support must be explicitly enabled via the ``-machine usb=on'' argument. -@subsection -no-frame (since 2.12.0) - -The @code{--no-frame} argument works with SDL 1.2 only. The other user -interfaces never implemented this in the first place. So this will be -removed together with SDL 1.2 support. - @subsection -virtioconsole (since 3.0.0) Option @option{-virtioconsole} has been replaced by |