Signed-off-by: Avi Kivity <avi@xxxxxxxxxx> --- x86/realmode.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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" -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html