From: Ben Taylor <sol10x86@cox.net>
To: Qemu-devel@nongnu.org
Subject: [Qemu-devel] Solaris amd64 patch
Date: Fri, 2 Feb 2007 15:15:20 -0500 [thread overview]
Message-ID: <24406518.1170447320337.JavaMail.root@eastrmwml07.mgt.cox.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
This patch (by Martin Bochnig mb1x@gmx.com) fixes a register
allocation issue on Solaris.
Some supporting evidence and the original patch were posted at:
http://www.opensolaris.org/jive/thread.jspa?threadID=22392&tstart=0
[-- Attachment #2: sol-amd64-reg.diff --]
[-- Type: text/x-patch, Size: 391 bytes --]
diff -ruN qemu-ORIG/dyngen-exec.h qemu/dyngen-exec.h
--- qemu-ORIG/dyngen-exec.h 2006-12-22 19:49:32.000000000 -0500
+++ qemu/dyngen-exec.h 2007-02-02 14:30:56.001770000 -0500
@@ -88,8 +88,8 @@
#define AREG3 "edi"
#endif
#ifdef __x86_64__
-#define AREG0 "rbp"
-#define AREG1 "rbx"
+#define AREG0 "r14"
+#define AREG1 "r15"
#define AREG2 "r12"
#define AREG3 "r13"
//#define AREG4 "r14"
next reply other threads:[~2007-02-02 20:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-02 20:15 Ben Taylor [this message]
2007-02-02 20:53 ` [Qemu-devel] Solaris amd64 patch Igor Kovalenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=24406518.1170447320337.JavaMail.root@eastrmwml07.mgt.cox.net \
--to=sol10x86@cox.net \
--cc=Qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).