]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
x86/mm: Make use of the default access param from xc_altp2m_create_view
authorAlexandru Stefan ISAILA <aisaila@bitdefender.com>
Fri, 17 Jan 2020 13:31:33 +0000 (13:31 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Thu, 23 Jan 2020 14:24:56 +0000 (14:24 +0000)
commit2aa977eb6baaa4e43a9ef3ad26f9eb117eb178f5
treede9a990482a3e92b40775949edda513850be3a9e
parentb701adbee37befa58c7bdec80b65f93e033252e6
x86/mm: Make use of the default access param from xc_altp2m_create_view

At this moment the default_access param from xc_altp2m_create_view is
not used.

This patch assigns default_access to p2m->default_access at the time of
initializing a new altp2m view.

Signed-off-by: Alexandru Isaila <aisaila@bitdefender.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Tamas K Lengyel <tamas@tklengyel.com>
Reviewed-by: Petre Pircalabu <ppircalabu@bitdefender.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
xen/arch/x86/hvm/hvm.c
xen/arch/x86/mm/mem_access.c
xen/arch/x86/mm/p2m.c
xen/include/asm-x86/p2m.h
xen/include/public/hvm/hvm_op.h
xen/include/xen/mem_access.h