Re: [Xen-devel] [PATCH 02/34] x86/vvmx: make get_shadow_eptp static function

2018-08-21 Thread Tian, Kevin
> From: Wei Liu [mailto:wei.l...@citrix.com] > Sent: Friday, August 17, 2018 11:12 PM > > Signed-off-by: Wei Liu Acked-by: Kevin Tian ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH 02/34] x86/vvmx: make get_shadow_eptp static function

2018-08-17 Thread Wei Liu
Its callers live within the same file. Signed-off-by: Wei Liu --- xen/arch/x86/hvm/vmx/vvmx.c| 2 +- xen/include/asm-x86/hvm/vmx/vvmx.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/xen/arch/x86/hvm/vmx/vvmx.c b/xen/arch/x86/hvm/vmx/vvmx.c index 918d47d..b7d9a1a 1