target/i386: Moved int_ctl into CPUX86State structure
Moved int_ctl into the CPUX86State structure. It removes some unnecessary stores and loads, and prepares for tracking the vIRQ state even when it is masked due to vGIF. Signed-off-by:Lara Lazier <laramglazier@gmail.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- target/i386/cpu.c 1 addition, 1 deletiontarget/i386/cpu.c
- target/i386/cpu.h 1 addition, 0 deletionstarget/i386/cpu.h
- target/i386/machine.c 21 additions, 1 deletiontarget/i386/machine.c
- target/i386/tcg/seg_helper.c 1 addition, 1 deletiontarget/i386/tcg/seg_helper.c
- target/i386/tcg/sysemu/misc_helper.c 2 additions, 2 deletionstarget/i386/tcg/sysemu/misc_helper.c
- target/i386/tcg/sysemu/svm_helper.c 15 additions, 33 deletionstarget/i386/tcg/sysemu/svm_helper.c
Loading
Please register or sign in to comment