From: Avi Kivity <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
diff --git a/x86/realmode.c b/x86/realmode.c
index ccf3645..c15e532 100644
--- a/x86/realmode.c
+++ b/x86/realmode.c
@@ -78,6 +78,7 @@ static void exec_in_big_real_mode(const struct regs *inregs,
"and $-2, %[tmp] \n\t"
"mov %[tmp], %%cr0 \n\t"
+ "pushw %[save]+36; popfw \n\t"
"xchg %%eax, %[save]+0 \n\t"
"xchg %%ebx, %[save]+4 \n\t"
"xchg %%ecx, %[save]+8 \n\t"
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html