qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] 4/5: Adjustment needed for (some?) amd64 guests on i386 hosts
@ 2008-10-01 18:40 Juergen Lock
  2008-10-01 20:20 ` Thiemo Seufer
  0 siblings, 1 reply; 6+ messages in thread
From: Juergen Lock @ 2008-10-01 18:40 UTC (permalink / raw)
  To: qemu-devel

Index: qemu/exec-all.h
@@ -30,7 +30,7 @@
 struct TranslationBlock;
 
 /* XXX: make safe guess about sizes */
-#define MAX_OP_PER_INSTR 64
+#define MAX_OP_PER_INSTR 128 /* 64 */
 /* A Call op needs up to 6 + 2N parameters (N = number of arguments).  */
 #define MAX_OPC_PARAM 10
 #define OPC_BUF_SIZE 512

Signed-off-by: Juergen Lock <nox@jelal.kn-bremen.de>

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

end of thread, other threads:[~2008-10-03 23:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 18:40 [Qemu-devel] [PATCH] 4/5: Adjustment needed for (some?) amd64 guests on i386 hosts Juergen Lock
2008-10-01 20:20 ` Thiemo Seufer
2008-10-01 21:18   ` [Qemu-devel] Documentation/tools on debuging dyngen code? Bruce Beare (bbeare)
2008-10-02 14:51     ` Mulyadi Santosa
2008-10-03 23:38     ` andrzej zaborowski
2008-10-02 18:47   ` [Qemu-devel] [PATCH] 4/5: Adjustment needed for (some?) amd64 guests on i386 hosts Juergen Lock

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