Re: [PATCH v3 04/14 - ALT] x86/svm: Remove the asm/hvm/svm/emulate.h header
On 2/24/23 21:58, Andrew Cooper wrote: These days, this is just two length helpers. Move into the private svm.h No functional change intended. Signed-off-by: Andrew Cooper Reviewed-by: Xenia Ragiadakou -- Xenia
[PATCH v3 04/14 - ALT] x86/svm: Remove the asm/hvm/svm/emulate.h header
These days, this is just two length helpers. Move into the private svm.h No functional change intended. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Xenia Ragiadakou --- xen/arch/x86/hvm/svm/emulate.c | 3 +- xen/arch/x86/hvm/svm/nestedsvm.c | 1 - xen/arch/x8