diff options
author | Daniel P. Berrangé | 2021-02-22 14:40:56 +0100 |
---|---|---|
committer | Daniel P. Berrangé | 2021-03-18 10:22:55 +0100 |
commit | 879be3af49132d232602e0ca783ec9b4112530fa (patch) | |
tree | 527298850da80a21e5df103a84300a716d9cc0d3 /hw/i386 | |
parent | hw/ide: remove 'ide-drive' device (diff) | |
download | qemu-879be3af49132d232602e0ca783ec9b4112530fa.tar.gz qemu-879be3af49132d232602e0ca783ec9b4112530fa.tar.xz qemu-879be3af49132d232602e0ca783ec9b4112530fa.zip |
hw/scsi: remove 'scsi-disk' device
The 'scsi-hd' and 'scsi-cd' devices provide suitable alternatives.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r-- | hw/i386/pc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 804913bb7e..35e1770950 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -338,7 +338,6 @@ GlobalProperty pc_compat_1_4[] = { PC_CPU_MODEL_IDS("1.4.0") { "scsi-hd", "discard_granularity", "0" }, { "scsi-cd", "discard_granularity", "0" }, - { "scsi-disk", "discard_granularity", "0" }, { "ide-hd", "discard_granularity", "0" }, { "ide-cd", "discard_granularity", "0" }, { "virtio-blk-pci", "discard_granularity", "0" }, |