diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-02-02 11:45:32 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-02-05 16:50:19 +0100 |
commit | 9fd7e96aab30d219bceb67f768fed01bedf1199f (patch) | |
tree | c44302a19f0f67a5b4c3d7e23694c442413bb56a /qemu-deprecated.texi | |
parent | 292fa230cb9ef7d2ca2a1db59f0ff843e538f075 (diff) |
qemu-options: Remove deprecated "-virtioconsole" option
It's been deprecated since QEMU 3.0, and nobody complained so far, so
it is time to remove this option now.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1544684731-18828-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-deprecated.texi')
-rw-r--r-- | qemu-deprecated.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index dcf85a999b..87c4e55cfc 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -43,11 +43,6 @@ 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 -@option{-device virtconsole}. - @subsection -clock (since 3.0.0) The @code{-clock} option is ignored since QEMU version 1.7.0. There is no |