[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] VMX domains should not have SHM_write_all enabled.
ChangeSet 1.1587, 2005/05/29 02:03:56+01:00, maf46@xxxxxxxxxxxxxxxxx VMX domains should not have SHM_write_all enabled. domain.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c --- a/xen/arch/x86/domain.c 2005-05-29 07:03:33 -04:00 +++ b/xen/arch/x86/domain.c 2005-05-29 07:03:34 -04:00 @@ -357,7 +357,7 @@ /* Put the domain in shadow mode even though we're going to be using * the shared 1:1 page table initially. It shouldn't hurt */ shadow_mode_enable(ed->domain, - SHM_enable|SHM_write_all|SHM_refcounts| + SHM_enable|SHM_refcounts| SHM_translate|SHM_external); } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |