qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] PATCH: arm guest on Solaris/Sparc host
@ 2007-03-19 20:19 Ben Taylor
  0 siblings, 0 replies; only message in thread
From: Ben Taylor @ 2007-03-19 20:19 UTC (permalink / raw)
  To: Qemu-devel

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]


This patch was suggested by Juergen Keil.

It prevents a crash by qemu when running the arm-test on Solaris/Sparc.

Removing the previous arm patch for sparc uncovered a use
of global registers o0-05 which hadn't been defined previously.
 
Ben

[-- Attachment #2: qemu-cpu-exec.c-sparc.diff --]
[-- Type: text/x-patch, Size: 555 bytes --]

--- qemu-ORIG/cpu-exec.c	2007-03-16 19:58:11.000000000 -0400
+++ qemu/cpu-exec.c	2007-03-19 15:14:21.930962000 -0400
@@ -648,6 +648,7 @@
                                      : /* no outputs */
                                      : "r" (gen_func) 
                                      : "i0", "i1", "i2", "i3", "i4", "i5",
+                                       "o0", "o1", "o2", "o3", "o4", "o5",
                                        "l0", "l1", "l2", "l3", "l4", "l5",
                                        "l6", "l7");
 #elif defined(__arm__)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-19 20:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-19 20:19 [Qemu-devel] PATCH: arm guest on Solaris/Sparc host Ben Taylor

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