Re: [PATCH 11/25] target/i386: replace read_crN helper with read_cr8

2024-06-10 Thread Paolo Bonzini
On Sat, Jun 8, 2024 at 8:46 PM Richard Henderson wrote: > > On 6/8/24 01:40, Paolo Bonzini wrote: > > All other control registers are stored plainly in CPUX86State. > > s/stored/read/ I mean the CPUX86State is their storage and it's plain. :) Paolo > > Reviewed-by: Richard Henderson > > > r~ >

Re: [PATCH 11/25] target/i386: replace read_crN helper with read_cr8

2024-06-08 Thread Richard Henderson
On 6/8/24 01:40, Paolo Bonzini wrote: All other control registers are stored plainly in CPUX86State. s/stored/read/ Reviewed-by: Richard Henderson r~

[PATCH 11/25] target/i386: replace read_crN helper with read_cr8

2024-06-08 Thread Paolo Bonzini
All other control registers are stored plainly in CPUX86State. Signed-off-by: Paolo Bonzini --- target/i386/helper.h | 2 +- target/i386/tcg/sysemu/misc_helper.c | 20 +--- target/i386/tcg/emit.c.inc | 2 +- 3 files changed, 7 insertions(+), 17 deletio