1 Sep 2008 03:46
[PATCH] kvm: testsuite: Save eflags in exec_in_big_real_mode()
Mohammed Gamal <m.gamal005 <at> gmail.com>
2008-09-01 01:46:00 GMT
2008-09-01 01:46:00 GMT
Save eflags in exec_in_big_real_mode(). This is needed to test instructions that modify the eflags register. Signed-off-by: Mohammed Gamal <m.gamal005 <at> gmail.com> --- user/test/x86/realmode.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/user/test/x86/realmode.c b/user/test/x86/realmode.c index 79df0f5..906be09 100644 --- a/user/test/x86/realmode.c +++ b/user/test/x86/realmode.c <at> <at> -82,6 +82,10 <at> <at> static void exec_in_big_real_mode(const struct regs *inregs, "test_insn: . = . + 16\n\t" "test_insn_end: \n\t" + /* Save EFLAGS in outregs*/ + "pushfl \n\t" + "popl %[save]+36 \n\t" + "xchg %%eax, %[save]+0 \n\t" "xchg %%ebx, %[save]+4 \n\t" "xchg %%ecx, %[save]+8 \n\t" -- -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html(Continue reading)
but i retest is again.
- kvm-74 with kmod-kvm-74 not working
- kvm-71 with kmod-kvm-74 working
any progress with this?
anyone can test it with a simple minimal mandrake-10 install. after the
install the system can't boot.
yours.
RSS Feed