target/i386: Moved int_ctl into CPUX86State structure
authorLara Lazier <laramglazier@gmail.com>
Sat, 14 Aug 2021 07:51:00 +0000 (09:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Sep 2021 11:56:26 +0000 (13:56 +0200)
commite3126a5c92913b2a7e06111c8f40af3596880302
tree951607a3396abe6fd7f6ce341454ea70cc3bc57d
parent900eeca579a87011b701e523b15069e9d23b19cf
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>
target/i386/cpu.c
target/i386/cpu.h
target/i386/machine.c
target/i386/tcg/seg_helper.c
target/i386/tcg/sysemu/misc_helper.c
target/i386/tcg/sysemu/svm_helper.c