|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] writable_pl1e in shadow mode is a machine address, so
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID d963256dc3e0e823f1bf1842d5c4b83d698df1b9
# Parent ccf76e51e7e6661df56c35c244fca0a52aa8f481
writable_pl1e in shadow mode is a machine address, so
is type physaddr_t, not unsigned long.
Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx>
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
diff -r ccf76e51e7e6 -r d963256dc3e0 xen/include/asm-x86/shadow.h
--- a/xen/include/asm-x86/shadow.h Tue Nov 29 16:59:03 2005
+++ b/xen/include/asm-x86/shadow.h Wed Nov 30 10:36:57 2005
@@ -317,7 +317,7 @@
unsigned long gpfn; /* why is this here? */
unsigned long gmfn;
unsigned long snapshot_mfn;
- unsigned long writable_pl1e; /* NB: this is a machine address */
+ physaddr_t writable_pl1e; /* NB: this is a machine address */
unsigned long va;
};
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] writable_pl1e in shadow mode is a machine address, so,
Xen patchbot -unstable <=
|
|
|
|
|