x86/mem_access: Make the mem_access ops generic
authorAravindh Puthiyaparambil <aravindp@cisco.com>
Wed, 16 Apr 2014 00:25:22 +0000 (17:25 -0700)
committerTim Deegan <tim@xen.org>
Thu, 24 Apr 2014 11:05:59 +0000 (12:05 +0100)
commit334f970e2c7bb4221dbf8c547f3667437248aa34
treed84eeda1f322487aa8f5c97198f5b61e6fd2ef5e
parent9793226cf8d78780602a850de7938df371af2876
x86/mem_access: Make the mem_access ops generic

This patch does the following:
1. Add mem_access ops under XENMEM_access_ops.
2. Add enums and structs whose names are generic.

Signed-off-by: Aravindh Puthiyaparambil <aravindp@cisco.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Tim Deegan <tim@xen.org>
14 files changed:
xen/arch/x86/hvm/hvm.c
xen/arch/x86/mm.c
xen/arch/x86/mm/mem_access.c
xen/arch/x86/mm/mem_event.c
xen/arch/x86/mm/p2m.c
xen/arch/x86/x86_64/compat/mm.c
xen/arch/x86/x86_64/mm.c
xen/common/compat/memory.c
xen/common/memory.c
xen/include/asm-x86/mem_access.h
xen/include/asm-x86/mm.h
xen/include/asm-x86/p2m.h
xen/include/public/memory.h
xen/include/xlat.lst