qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target-xtensa: make 'sim' to be the default machine
@ 2012-08-08 23:31 Max Filippov
  2012-08-09  7:43 ` Markus Armbruster
  2012-08-09 19:58 ` Blue Swirl
  0 siblings, 2 replies; 6+ messages in thread
From: Max Filippov @ 2012-08-08 23:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: Max Filippov

This fixes the following error:

    $ qemu-system-xtensa -cpu help
    Segmentation fault

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
 hw/xtensa_sim.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/xtensa_sim.c b/hw/xtensa_sim.c
index ed38bd4..831460b 100644
--- a/hw/xtensa_sim.c
+++ b/hw/xtensa_sim.c
@@ -111,6 +111,7 @@ static void xtensa_sim_init(ram_addr_t ram_size,
 static QEMUMachine xtensa_sim_machine = {
     .name = "sim",
     .desc = "sim machine (" XTENSA_DEFAULT_CPU_MODEL ")",
+    .is_default = true,
     .init = xtensa_sim_init,
     .max_cpus = 4,
 };
-- 
1.7.7.6

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

end of thread, other threads:[~2012-08-09 19:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 23:31 [Qemu-devel] [PATCH] target-xtensa: make 'sim' to be the default machine Max Filippov
2012-08-09  7:43 ` Markus Armbruster
2012-08-09  7:52   ` Dunrong Huang
2012-08-09  8:01     ` Markus Armbruster
2012-08-09 10:36   ` Max Filippov
2012-08-09 19:58 ` Blue Swirl

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).