2007-12-20 15:46:41 +00:00
|
|
|
Index: xen-3.2-testing/xen/arch/x86/x86_64/entry.S
|
2007-06-22 22:22:21 +00:00
|
|
|
===================================================================
|
2007-12-20 15:46:41 +00:00
|
|
|
--- xen-3.2-testing.orig/xen/arch/x86/x86_64/entry.S
|
|
|
|
+++ xen-3.2-testing/xen/arch/x86/x86_64/entry.S
|
|
|
|
@@ -93,6 +93,7 @@ failsafe_callback:
|
2007-06-22 22:22:21 +00:00
|
|
|
jnc 1f
|
2007-12-20 15:46:41 +00:00
|
|
|
orb $TBF_INTERRUPT,TRAPBOUNCE_flags(%rdx)
|
2007-06-22 22:22:21 +00:00
|
|
|
1: call create_bounce_frame
|
|
|
|
+ andl $~X86_EFLAGS_DF,UREGS_eflags(%rsp)
|
|
|
|
jmp test_all_events
|
2007-12-20 15:46:41 +00:00
|
|
|
.previous
|
|
|
|
.section __pre_ex_table,"a"
|