diff options
| author | Kevin Wolf | 2018-06-13 11:01:30 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2018-06-15 14:49:44 +0200 |
| commit | b0083267444a5e0f28391f6c2831a539f878d424 (patch) | |
| tree | 3d2f1c53735e12ef07c8b49c4319901547d440f1 /qemu-doc.texi | |
| parent | block: Remove deprecated -drive option addr (diff) | |
| download | qemu-b0083267444a5e0f28391f6c2831a539f878d424.tar.gz qemu-b0083267444a5e0f28391f6c2831a539f878d424.tar.xz qemu-b0083267444a5e0f28391f6c2831a539f878d424.zip | |
block: Remove deprecated -drive option serial
The -drive option serial was deprecated in QEMU 2.10. It's time to
remove it.
Tests need to be updated to set the serial number with -global instead
of using the -drive option.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Diffstat (limited to 'qemu-doc.texi')
| -rw-r--r-- | qemu-doc.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 338477725f..282bc3dc35 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -2850,11 +2850,6 @@ with ``-device ...,netdev=x''), or ``-nic user,smb=/some/dir'' (for embedded NICs). The new syntax allows different settings to be provided per NIC. -@subsection -drive serial=... (since 2.10.0) - -The drive serial argument is replaced by the the serial argument -that can be specified with the ``-device'' parameter. - @subsection -usbdevice (since 2.10.0) The ``-usbdevice DEV'' argument is now a synonym for setting |
