search for: sync_all

Displaying 5 results from an estimated 5 matches for "sync_all".

Did you mean: sync_acl
2006 Jun 26
0
[PATCH - proposed] XI Shadow Page Table Mechanism
...ope of change to Xen hypervisor This design has been coded, and tested on a variety of operating systems. I''ve included this weekend''s test report. Of particular interest from the following table are the Average Time comparisions (smaller is better): pfault 10.56 vs 2.43 (XI) sync_all 39.72 vs 33.51 (XI) invl_pg 22.75 vs 4.00 (XI) The patch is too large for the mailing list, and may be obtained from http://s3.amazonaws.com/VIDownloads/xi-20060626.patch The patch applies against changeset 10352 (and possibly others) We look forward to any comments and suggestions. Thanks, -...
2006 Jun 30
5
[PATCH - proposed] XI Shadow Page Table Mechanism]
...#39;s test report. >>>>>> >>>>>> Of particular interest from the following table are the Average Time >>>>>> comparisions (smaller is better): >>>>>> >>>>>> pfault 10.56 vs 2.43 (XI) >>>>>> sync_all 39.72 vs 33.51 (XI) >>>>>> invl_pg 22.75 vs 4.00 (XI) >>>>>> >>>>>> The patch is too large for the mailing list, and may be obtained from >>>>>> >>>>>> http://s3.amazonaws.com/VIDownloads/xi-20060626.patch &g...
2006 Feb 09
11
X86_64 "assert" when booting 64-bit image.
...fff800000000808 ffff830000fd0080 (XEN) Xen call trace: (XEN) [<ffff830000185ab8>] __shadow_status+0x2f0/0x31e (XEN) [<ffff83000019000f>] entry_propagate_from_guest+0x97/0xe6 (XEN) [<ffff83000018bea1>] validate_entry_change+0x41/0x125 (XEN) [<ffff830000187d43>] resync_all+0x5e3/0x86c (XEN) [<ffff8300001881ef>] sync_all+0x223/0x29d (XEN) [<ffff830000190aec>] __shadow_sync_all+0x21/0x23 (XEN) [<ffff830000181395>] shadow_sync_all+0x86/0x176 (XEN) [<ffff83000017ebe1>] mov_to_cr+0x217/0x4d6 (XEN) [<ffff83000017f122>] svm_cr_ac...
2015 Sep 02
1
DC sync
Morning, On a DC: [root at BPCTASRVSDC003 ~]# samba-tool drs showrepl | grep failure 0 consecutive failure(s). 0 consecutive failure(s). 0 consecutive failure(s). 0 consecutive failure(s). 0 consecutive failure(s). 0 consecutive failure(s). 0 consecutive failure(s). 0 consecutive failure(s). 0 consecutive failure(s). 0 consecutive failure(s). 0 consecutive failure(s). 0
2006 May 05
6
PAE mode mismatch in Xen (xen=no Dom0=yes)
Hi, I just added 32GB memory in my system and wanted Xen to see that memory, so enabled PAE in xen0 and XenU. I did a make menuconfig in xen0 and xenU, then did a make in xen-unstable and a make install. Whilebooting this kernel, I get the above error PAE mode mismatch. I looked under xen/include/asm-x86/processor.h has #define X86_CR4_PAE defined and so does cpufeature.h have this defined.