Re: [PATCH 4/8] x86/shadow: exclude HVM-only code from sh_remove_shadows() when !HVM
On 26/07/2022 17:05, Jan Beulich wrote: > In my (debug) build this amounts to well over 500 bytes of dead code. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper
[PATCH 4/8] x86/shadow: exclude HVM-only code from sh_remove_shadows() when !HVM
In my (debug) build this amounts to well over 500 bytes of dead code. Signed-off-by: Jan Beulich --- a/xen/arch/x86/mm/shadow/common.c +++ b/xen/arch/x86/mm/shadow/common.c @@ -2240,10 +2240,12 @@ void sh_remove_shadows(struct domain *d, }