aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2018-03-08 13:42:26 +0000
committerPeter Maydell <peter.maydell@linaro.org>2018-03-08 13:42:26 +0000
commit83d2e94cba776c02c761a5d14b5c2504796a8c0a (patch)
tree00a858474e123cf57c14de9a18a027cbb5162ab4 /hw
parent0ab4537f08e09b13788db67efd760592fb7db769 (diff)
parent6e10f37c86068e35151f982c976a85f1bec07ef2 (diff)
downloadqemu-83d2e94cba776c02c761a5d14b5c2504796a8c0a.zip
qemu-83d2e94cba776c02c761a5d14b5c2504796a8c0a.tar.gz
qemu-83d2e94cba776c02c761a5d14b5c2504796a8c0a.tar.bz2
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging
qemu-sparc update # gpg: Signature made Thu 08 Mar 2018 07:23:01 GMT # gpg: using RSA key 5BC2C56FAE0F321F # gpg: Good signature from "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>" # Primary key fingerprint: CC62 1AB9 8E82 200D 915C C9C4 5BC2 C56F AE0F 321F * remotes/mcayland/tags/qemu-sparc-signed: sparc: fix leon3 casa instruction when MMU is disabled hw/sparc/sun4m: Fix implicit creation of "-drive if=scsi" devices Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/sparc/sun4m.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c
index 61eb424..0f5804b 100644
--- a/hw/sparc/sun4m.c
+++ b/hw/sparc/sun4m.c
@@ -324,6 +324,7 @@ static void *sparc32_dma_init(hwaddr dma_base,
esp = ESP_STATE(object_resolve_path_component(OBJECT(espdma), "esp"));
sysbus_mmio_map(SYS_BUS_DEVICE(esp), 0, esp_base);
+ scsi_bus_legacy_handle_cmdline(&esp->esp.bus);
ledma = SPARC32_LEDMA_DEVICE(object_resolve_path_component(
OBJECT(dma), "ledma"));