This commit is contained in:
committed by
Git OBS Bridge
parent
0a63222b01
commit
4246413f13
@@ -1,7 +1,7 @@
|
||||
Index: 2007-05-14/xen/arch/x86/mm.c
|
||||
===================================================================
|
||||
--- 2007-05-14.orig/xen/arch/x86/mm.c 2007-05-14 14:40:28.000000000 +0200
|
||||
+++ 2007-05-14/xen/arch/x86/mm.c 2007-05-14 14:40:43.000000000 +0200
|
||||
--- 2007-05-14.orig/xen/arch/x86/mm.c 2007-05-15 10:29:55.000000000 +0200
|
||||
+++ 2007-05-14/xen/arch/x86/mm.c 2007-05-15 10:31:42.000000000 +0200
|
||||
@@ -3499,6 +3499,7 @@ static int ptwr_emulated_cmpxchg(
|
||||
container_of(ctxt, struct ptwr_emulate_ctxt, ctxt));
|
||||
}
|
||||
@@ -30,7 +30,7 @@ Index: 2007-05-14/xen/arch/x86/mm.c
|
||||
/* Write page fault handler: check if guest is trying to modify a PTE. */
|
||||
Index: 2007-05-14/xen/arch/x86/mm/shadow/common.c
|
||||
===================================================================
|
||||
--- 2007-05-14.orig/xen/arch/x86/mm/shadow/common.c 2007-05-14 14:40:28.000000000 +0200
|
||||
--- 2007-05-14.orig/xen/arch/x86/mm/shadow/common.c 2007-05-14 14:35:02.000000000 +0200
|
||||
+++ 2007-05-14/xen/arch/x86/mm/shadow/common.c 2007-05-14 14:40:43.000000000 +0200
|
||||
@@ -310,6 +310,7 @@ hvm_emulate_cmpxchg(enum x86_segment seg
|
||||
v, addr, old, new, bytes, sh_ctxt);
|
||||
@@ -99,7 +99,7 @@ Index: 2007-05-14/xen/arch/x86/mm/shadow/common.c
|
||||
|
||||
Index: 2007-05-14/xen/arch/x86/mm/shadow/multi.c
|
||||
===================================================================
|
||||
--- 2007-05-14.orig/xen/arch/x86/mm/shadow/multi.c 2007-05-14 14:40:28.000000000 +0200
|
||||
--- 2007-05-14.orig/xen/arch/x86/mm/shadow/multi.c 2007-05-14 14:35:02.000000000 +0200
|
||||
+++ 2007-05-14/xen/arch/x86/mm/shadow/multi.c 2007-05-14 14:40:43.000000000 +0200
|
||||
@@ -4025,7 +4025,8 @@ sh_x86_emulate_cmpxchg(struct vcpu *v, u
|
||||
return rv;
|
||||
@@ -131,7 +131,7 @@ Index: 2007-05-14/xen/arch/x86/mm/shadow/multi.c
|
||||
#if SHADOW_OPTIMIZATIONS & SHOPT_WRITABLE_HEURISTIC
|
||||
Index: 2007-05-14/xen/arch/x86/x86_emulate.c
|
||||
===================================================================
|
||||
--- 2007-05-14.orig/xen/arch/x86/x86_emulate.c 2007-04-23 10:01:43.000000000 +0200
|
||||
--- 2007-05-14.orig/xen/arch/x86/x86_emulate.c 2007-05-15 10:29:19.000000000 +0200
|
||||
+++ 2007-05-14/xen/arch/x86/x86_emulate.c 2007-05-14 14:40:43.000000000 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <xen/types.h>
|
||||
@@ -259,7 +259,7 @@ Index: 2007-05-14/xen/arch/x86/x86_emulate.c
|
||||
#ifdef __x86_64__
|
||||
Index: 2007-05-14/xen/include/asm-x86/cpufeature.h
|
||||
===================================================================
|
||||
--- 2007-05-14.orig/xen/include/asm-x86/cpufeature.h 2007-05-14 14:40:20.000000000 +0200
|
||||
--- 2007-05-14.orig/xen/include/asm-x86/cpufeature.h 2007-05-15 10:29:19.000000000 +0200
|
||||
+++ 2007-05-14/xen/include/asm-x86/cpufeature.h 2007-05-14 14:40:43.000000000 +0200
|
||||
@@ -121,6 +121,7 @@
|
||||
#define cpu_has_cyrix_arr boot_cpu_has(X86_FEATURE_CYRIX_ARR)
|
||||
@@ -279,7 +279,7 @@ Index: 2007-05-14/xen/include/asm-x86/cpufeature.h
|
||||
#endif /* __ASM_I386_CPUFEATURE_H */
|
||||
Index: 2007-05-14/xen/include/asm-x86/x86_emulate.h
|
||||
===================================================================
|
||||
--- 2007-05-14.orig/xen/include/asm-x86/x86_emulate.h 2007-04-23 10:01:47.000000000 +0200
|
||||
--- 2007-05-14.orig/xen/include/asm-x86/x86_emulate.h 2007-05-15 10:29:19.000000000 +0200
|
||||
+++ 2007-05-14/xen/include/asm-x86/x86_emulate.h 2007-05-14 14:40:43.000000000 +0200
|
||||
@@ -68,8 +68,9 @@ enum x86_segment {
|
||||
* some out-of-band mechanism, unknown to the emulator. The memop signals
|
||||
@@ -318,7 +318,7 @@ Index: 2007-05-14/xen/include/asm-x86/x86_emulate.h
|
||||
unsigned long old_lo,
|
||||
Index: 2007-05-14/xen/include/asm-x86/paging.h
|
||||
===================================================================
|
||||
--- 2007-05-14.orig/xen/include/asm-x86/paging.h 2007-04-23 10:01:46.000000000 +0200
|
||||
--- 2007-05-14.orig/xen/include/asm-x86/paging.h 2007-05-15 10:29:19.000000000 +0200
|
||||
+++ 2007-05-14/xen/include/asm-x86/paging.h 2007-05-14 14:40:43.000000000 +0200
|
||||
@@ -93,12 +93,14 @@ struct shadow_paging_mode {
|
||||
unsigned long new,
|
||||
|
Reference in New Issue
Block a user