Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:Update
xen.1317
560a7c53-x86-p2m-pt-ignore-pt-share-flag-for-sh...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 560a7c53-x86-p2m-pt-ignore-pt-share-flag-for-shadow-mode-guests.patch of Package xen.1317
# Commit c0a85795d864dd64c116af661bf676d66ddfd5fc # Date 2015-09-29 13:56:03 +0200 # Author Jan Beulich <jbeulich@suse.com> # Committer Jan Beulich <jbeulich@suse.com> x86/p2m-pt: ignore pt-share flag for shadow mode guests There is no page table sharing in shadow mode. Signed-off-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: George Dunlap <george.dunlap@citrix.com> --- a/xen/arch/x86/mm/p2m-pt.c +++ b/xen/arch/x86/mm/p2m-pt.c @@ -426,7 +426,7 @@ p2m_set_entry(struct p2m_domain *p2m, un if ( iommu_enabled && need_iommu(p2m->domain) ) { - if ( iommu_hap_pt_share ) + if ( iommu_use_hap_pt(p2m->domain) ) { if ( old_mfn && (old_mfn != mfn_x(mfn)) ) amd_iommu_flush_pages(p2m->domain, gfn, page_order);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor