[PATCH 1/4] target/i386: Moved int_ctl into CPUX86State structure

2021-08-20 Thread Lara Lazier
Moved int_ctl into the CPUX86State structure to remove some unnecessary stores and loads. Signed-off-by: Lara Lazier --- slirp| 2 +- target/i386/cpu.c| 2 +- target/i386/cpu.h| 1 + target/i386/machine.c|

[PATCH 1/4] target/i386: Moved int_ctl into CPUX86State structure

2021-08-18 Thread Lara Lazier
Moved int_ctl into the CPUX86State structure to remove some unnecessary stores and loads. Signed-off-by: Lara Lazier --- slirp| 2 +- target/i386/cpu.c| 2 +- target/i386/cpu.h| 1 + target/i386/machine.c|