OSDN Git Service

hw/arm/highbank: Default -drive to if=ide instead of if=scsi
authorMarkus Armbruster <armbru@redhat.com>
Wed, 15 Feb 2017 10:05:44 +0000 (11:05 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 21 Feb 2017 12:10:53 +0000 (13:10 +0100)
commit2a7ae4ee50002a2fb5ac67fc8c32cc9009335cd8
tree1544c2a3eb9844f4a568e3d383eff78718cd31a5
parent7e465513c1c8a384003053eb8f8362039bbb7a2c
hw/arm/highbank: Default -drive to if=ide instead of if=scsi

These machines have no onboard SCSI HBA, and no way to plug one.
-drive if=scsi therefore cannot work.  They do have an onboard IDE
controller (sysbus-ahci), but fail to honor if=ide.

Change their default to if=ide, and add a TODO comment on what needs
to be done to actually honor -drive if=ide.

Cc: Rob Herring <robh@kernel.org>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-arm@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1487153147-11530-6-git-send-email-armbru@redhat.com>
hw/arm/highbank.c