Re: [PATCH 1/7] x86/emul: ASSERT that X86EMUL_DONE doesn't escape to callers

2023-09-18 Thread Jan Beulich
On 15.09.2023 22:36, Andrew Cooper wrote: > This property is far from clear. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich

[PATCH 1/7] x86/emul: ASSERT that X86EMUL_DONE doesn't escape to callers

2023-09-15 Thread Andrew Cooper
This property is far from clear. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Wei Liu CC: Jinoh Kang v2: * New --- xen/arch/x86/x86_emulate/x86_emulate.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/xen/arch/x86/x86_emulate/x86_emulate.c b/xen/arch