Re: [PATCH 3/9] x86emul: drop regs field from emulator state structure

2023-04-06 Thread Andrew Cooper
On 04/04/2023 3:51 pm, Jan Beulich wrote: > For an unclear reason 0552a8cfda43 ("x86emul: track only rIP in emulator > state") converted the original struct cpu_user_regs instance to a > pointer, rather than dropping the field altogether: The pointer merely > aliases the one in the context structur

[PATCH 3/9] x86emul: drop regs field from emulator state structure

2023-04-04 Thread Jan Beulich
For an unclear reason 0552a8cfda43 ("x86emul: track only rIP in emulator state") converted the original struct cpu_user_regs instance to a pointer, rather than dropping the field altogether: The pointer merely aliases the one in the context structure. Signed-off-by: Jan Beulich --- a/xen/arch/x8