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 | |
parent | 24e13a4dc1eb1630eceffc7ab334145d902e763d (diff) | |
download | qemu-b50101833987b47e0740f1621de48637c468c3d1.zip qemu-b50101833987b47e0740f1621de48637c468c3d1.tar.gz qemu-b50101833987b47e0740f1621de48637c468c3d1.tar.bz2 |
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')
-rw-r--r-- | docs/qdev-device-use.txt | 2 | ||||
-rw-r--r-- | docs/system/deprecated.rst | 6 | ||||
-rw-r--r-- | docs/system/removed-features.rst | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt index 245cdf2..2408889 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 diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index eed35fd..f512e05 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -278,12 +278,6 @@ this CPU is also deprecated. System emulator devices ----------------------- -``ide-drive`` (since 4.2) -''''''''''''''''''''''''' - -The 'ide-drive' device is deprecated. Users should use 'ide-hd' or -'ide-cd' as appropriate to get an IDE hard disk or CD-ROM as needed. - ``scsi-disk`` (since 4.2) ''''''''''''''''''''''''' diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index 33b8c08..794fc3f 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -224,6 +224,14 @@ the upstream Linux kernel in 2018, and it has also been dropped from glibc, so there is no new Linux development taking place with this architecture. For running the old binaries, you can use older versions of QEMU. +System emulator devices +----------------------- + +``ide-drive`` (removed in 6.0) +'''''''''''''''''''''''''''''' + +The 'ide-drive' device has been removed. Users should use 'ide-hd' or +'ide-cd' as appropriate to get an IDE hard disk or CD-ROM as needed. Related binaries ---------------- |