[libvirt] [Qemu-devel] [PATCH 0/3] block: Remove deprecated -drive options

Cole Robinson crobinso at redhat.com
Wed Jun 13 13:34:12 UTC 2018


On 06/13/2018 08:34 AM, Kevin Wolf wrote:
> We deprecated a bunch of -drive options in 2.10, so let's remove them
> for 3.0.
> 
> Kevin Wolf (3):
>   block: Remove deprecated -drive geometry options
>   block: Remove deprecated -drive option addr
>   block: Remove deprecated -drive option serial
> 
>  include/hw/block/block.h  |   1 -
>  include/sysemu/blockdev.h |   3 --
>  block/block-backend.c     |   1 -
>  blockdev.c                | 110 ----------------------------------------------
>  device-hotplug.c          |   4 --
>  hw/block/block.c          |  27 ------------
>  hw/block/nvme.c           |   1 -
>  hw/block/virtio-blk.c     |   1 -
>  hw/ide/qdev.c             |   1 -
>  hw/scsi/scsi-disk.c       |   1 -
>  hw/usb/dev-storage.c      |   1 -
>  tests/ahci-test.c         |   6 +--
>  tests/hd-geo-test.c       |  18 --------
>  tests/ide-test.c          |   8 ++--
>  hmp-commands.hx           |   1 -
>  qemu-doc.texi             |  15 -------
>  qemu-options.hx           |  14 +-----
>  17 files changed, 8 insertions(+), 205 deletions(-)
> 

I think libvirt needs to be adjusted to handle new style options for
patch #1 and patch #3, ccing

- Cole




More information about the libvir-list mailing list