X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qapi%2Fblock-core.json;h=ac839afb943a0df87920b0bcbc2b3a5cf6a9e312;hb=92a539d22e0da14d5395eb2c2c8bee162ebdb0b8;hp=42c885047f451976d0dd1ced0db52e8f3b3ea1ad;hpb=cd232acfa0d70002fed89e9293f04afda577a513;p=mirror_qemu.git diff --git a/qapi/block-core.json b/qapi/block-core.json index 42c885047f..ac839afb94 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -218,6 +218,7 @@ # 'host_floppy', 'http', 'https', 'nbd', 'parallels', 'qcow', # 'qcow2', 'raw', 'tftp', 'vdi', 'vmdk', 'vpc', 'vvfat' # 2.2: 'archipelago' added, 'cow' dropped +# 2.3: 'host_floppy' deprecated # # @backing_file: #optional the name of the backing file (for copy-on-write) # @@ -1245,6 +1246,7 @@ # Drivers that are supported in block device operations. # # @host_device, @host_cdrom, @host_floppy: Since 2.1 +# @host_floppy: deprecated since 2.3 # # Since: 2.0 ##