diff options
| author | Markus Armbruster <armbru@redhat.com> | 2017-05-09 11:41:15 +0200 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-06-04 18:42:55 +0300 |
| commit | 1c9f3b887baa785d0d9942ce960492b9101fb0b9 (patch) | |
| tree | f28ed65add918bbb8bd61031167bb3fe8c86042a /docs/qdev-device-use.txt | |
| parent | 2f8d8f01c8a501e74a7911555587dbb79acae727 (diff) | |
| download | focaccia-qemu-1c9f3b887baa785d0d9942ce960492b9101fb0b9.tar.gz focaccia-qemu-1c9f3b887baa785d0d9942ce960492b9101fb0b9.zip | |
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>
Diffstat (limited to 'docs/qdev-device-use.txt')
| -rw-r--r-- | docs/qdev-device-use.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt index 4274fe9f25..95a0c3ae55 100644 --- a/docs/qdev-device-use.txt +++ b/docs/qdev-device-use.txt @@ -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 |