]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-options.hx
block: Remove deprecated -drive option serial
authorKevin Wolf <kwolf@redhat.com>
Wed, 13 Jun 2018 09:01:30 +0000 (11:01 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 15 Aug 2018 10:50:39 +0000 (12:50 +0200)
commit572023f7b235679716c4e57c9d701d83444f14b8
treede8d1a81e1210346507371c950b1624a0f9cd3bd
parent7f8fc971558219891ced425e8fe7a65d2a8f131f
block: Remove deprecated -drive option serial

This reinstates commit b0083267444a5e0f28391f6c2831a539f878d424,
which was temporarily reverted for the 3.0 release so that libvirt gets
some extra time to update their command lines.

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>
14 files changed:
block/block-backend.c
blockdev.c
hw/block/block.c
hw/block/nvme.c
hw/block/virtio-blk.c
hw/ide/qdev.c
hw/scsi/scsi-disk.c
hw/usb/dev-storage.c
include/hw/block/block.h
include/sysemu/blockdev.h
qemu-deprecated.texi
qemu-options.hx
tests/ahci-test.c
tests/ide-test.c