mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
docs qemu-doc: Avoid ide-drive, it's deprecated
Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
2f8d8f01c8
commit
1c9f3b887b
3 changed files with 4 additions and 4 deletions
|
@ -31,8 +31,8 @@ A QEMU block device (drive) has a host and a guest part.
|
|||
|
||||
In the general case, the guest device is connected to a controller
|
||||
device. For instance, the IDE controller provides two IDE buses, each
|
||||
of which can have up to two ide-drive devices, and each ide-drive
|
||||
device is a guest part, and is connected to a host part.
|
||||
of which can have up to two devices, and each device is a guest part,
|
||||
and is connected to a host part.
|
||||
|
||||
Except we sometimes lump controller, bus(es) and drive device(s) all
|
||||
together into a single device. For instance, the ISA floppy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue