diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-02-22 13:40:56 +0000 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2021-03-18 09:22:55 +0000 |
commit | b50101833987b47e0740f1621de48637c468c3d1 (patch) | |
tree | e478dd45fbd1fae7257df815aca477016d73c814 /docs/qdev-device-use.txt | |
parent | 24e13a4dc1eb1630eceffc7ab334145d902e763d (diff) |
hw/ide: remove 'ide-drive' device
The 'ide-hd' and 'ide-cd' devices provide suitable alternatives.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/qdev-device-use.txt')
-rw-r--r-- | docs/qdev-device-use.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt index 245cdf29c7..2408889334 100644 --- a/docs/qdev-device-use.txt +++ b/docs/qdev-device-use.txt @@ -388,7 +388,7 @@ type. some DEVNAMEs: default device suppressing DEVNAMEs - CD-ROM ide-cd, ide-drive, ide-hd, scsi-cd, scsi-hd + CD-ROM ide-cd, ide-hd, scsi-cd, scsi-hd floppy floppy, isa-fdc parallel isa-parallel serial isa-serial |