mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
24e13a4dc1
commit
b501018339
12 changed files with 9 additions and 101 deletions
|
@ -76,7 +76,6 @@ ERROR_RULE_LIST = [
|
|||
{'device':'ics', 'expected':True}, # ics_base_realize: required link 'xics' not found: Property '.xics' not found
|
||||
# "-device ide-cd" does work on more recent QEMU versions, so it doesn't have expected=True
|
||||
{'device':'ide-cd'}, # No drive specified
|
||||
{'device':'ide-drive', 'expected':True}, # No drive specified
|
||||
{'device':'ide-hd', 'expected':True}, # No drive specified
|
||||
{'device':'ipmi-bmc-extern', 'expected':True}, # IPMI external bmc requires chardev attribute
|
||||
{'device':'isa-debugcon', 'expected':True}, # Can't create serial device, empty char device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue