qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] hw/vexpress: set default block type to SD
@ 2013-03-05  0:19 Aurelien Jarno
  2013-03-05  0:22 ` Peter Maydell
  0 siblings, 1 reply; 17+ messages in thread
From: Aurelien Jarno @ 2013-03-05  0:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Aurelien Jarno

The versatile express has no SCSI card, but instead boot on an SD card.
Change block_default_type accordingly.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 hw/vexpress.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/vexpress.c b/hw/vexpress.c
index 741b044..969aae6 100644
--- a/hw/vexpress.c
+++ b/hw/vexpress.c
@@ -477,7 +477,7 @@ static QEMUMachine vexpress_a9_machine = {
     .name = "vexpress-a9",
     .desc = "ARM Versatile Express for Cortex-A9",
     .init = vexpress_a9_init,
-    .block_default_type = IF_SCSI,
+    .block_default_type = IF_SD,
     .max_cpus = 4,
     DEFAULT_MACHINE_OPTIONS,
 };
@@ -486,7 +486,7 @@ static QEMUMachine vexpress_a15_machine = {
     .name = "vexpress-a15",
     .desc = "ARM Versatile Express for Cortex-A15",
     .init = vexpress_a15_init,
-    .block_default_type = IF_SCSI,
+    .block_default_type = IF_SD,
     .max_cpus = 4,
     DEFAULT_MACHINE_OPTIONS,
 };
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-03-18  8:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05  0:19 [Qemu-devel] [PATCH] hw/vexpress: set default block type to SD Aurelien Jarno
2013-03-05  0:22 ` Peter Maydell
2013-03-05  0:44   ` Aurelien Jarno
2013-03-06  9:25     ` Markus Armbruster
2013-03-15 15:35     ` Peter Maydell
2013-03-15 15:42       ` Aurelien Jarno
2013-03-15 15:45         ` Peter Maydell
2013-03-17  0:04           ` Aurelien Jarno
2013-03-17  0:23             ` Peter Maydell
2013-03-17 10:17               ` Aurelien Jarno
2013-03-17 10:56                 ` Peter Maydell
2013-03-17 18:51             ` Paolo Bonzini
2013-03-17 18:54               ` Peter Maydell
2013-03-17 19:22                 ` Aurelien Jarno
2013-03-18  8:31                 ` Paolo Bonzini
2013-03-17 19:20               ` Aurelien Jarno
2013-03-17 18:28       ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).