WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Missing file from previous changeset.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 864dcee1f899c52e022fadcfab9929dcdbcb1ac4
# Parent  eaeb26494a3947b79762df648778562234c277ba
Missing file from previous changeset.

diff -r eaeb26494a39 -r 864dcee1f899 xen/arch/x86/shadow_guest32pae.c
--- /dev/null   Sat Feb 18 10:56:13 2006
+++ b/xen/arch/x86/shadow_guest32pae.c  Sat Feb 18 10:56:51 2006
@@ -0,0 +1,18 @@
+#define GUEST_32PAE
+#if defined (__x86_64__)
+
+#include "shadow.c"
+struct shadow_ops MODE_64_PAE_HANDLER = {
+    .guest_paging_levels              = 3,
+    .invlpg                     = shadow_invlpg_64,
+    .fault                      = shadow_fault_64,
+    .update_pagetables          = shadow_update_pagetables,
+    .sync_all                   = sync_all,
+    .remove_all_write_access    = remove_all_write_access,
+    .do_update_va_mapping       = do_update_va_mapping,
+    .mark_mfn_out_of_sync       = mark_mfn_out_of_sync,
+    .is_out_of_sync             = is_out_of_sync,
+    .gva_to_gpa                 = gva_to_gpa_64,
+};
+
+#endif

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Missing file from previous changeset., Xen patchbot -unstable <=