Re: [PATCH v2 12/12] x86/p2m: re-arrange struct p2m_domain

2021-04-30 Thread Roger Pau Monné
On Mon, Apr 12, 2021 at 04:14:22PM +0200, Jan Beulich wrote: > Combine two HVM-specific sections in two cases (i.e. going from four of > them to just two). Make defer_nested_flush bool and HVM-only, moving it > next to other nested stuff. Move default_access up into a padding hole. > > When moving

[PATCH v2 12/12] x86/p2m: re-arrange struct p2m_domain

2021-04-12 Thread Jan Beulich
Combine two HVM-specific sections in two cases (i.e. going from four of them to just two). Make defer_nested_flush bool and HVM-only, moving it next to other nested stuff. Move default_access up into a padding hole. When moving them anyway, also adjust comment style. Signed-off-by: Jan Beulich -