Re: [PATCH 4/4] x86/shadow: correct shadow_vcpu_init()'s comment

2024-04-24 Thread Roger Pau Monné
On Wed, Apr 24, 2024 at 01:44:39PM +0200, Jan Beulich wrote: > On 24.04.2024 12:06, Roger Pau Monné wrote: > > On Tue, Apr 23, 2024 at 04:33:09PM +0200, Jan Beulich wrote: > >> As of the commit referenced below the update_paging_modes() hook is per- > >> domain and hence also set (already) during

Re: [PATCH 4/4] x86/shadow: correct shadow_vcpu_init()'s comment

2024-04-24 Thread Jan Beulich
On 24.04.2024 12:06, Roger Pau Monné wrote: > On Tue, Apr 23, 2024 at 04:33:09PM +0200, Jan Beulich wrote: >> As of the commit referenced below the update_paging_modes() hook is per- >> domain and hence also set (already) during domain construction. >> >> Fixes: d0816a9085b5 ("x86/paging: move

Re: [PATCH 4/4] x86/shadow: correct shadow_vcpu_init()'s comment

2024-04-24 Thread Roger Pau Monné
On Tue, Apr 23, 2024 at 04:33:09PM +0200, Jan Beulich wrote: > As of the commit referenced below the update_paging_modes() hook is per- > domain and hence also set (already) during domain construction. > > Fixes: d0816a9085b5 ("x86/paging: move update_paging_modes() hook") > Signed-off-by: Jan

[PATCH 4/4] x86/shadow: correct shadow_vcpu_init()'s comment

2024-04-23 Thread Jan Beulich
As of the commit referenced below the update_paging_modes() hook is per- domain and hence also set (already) during domain construction. Fixes: d0816a9085b5 ("x86/paging: move update_paging_modes() hook") Signed-off-by: Jan Beulich --- a/xen/arch/x86/mm/shadow/common.c +++