[PATCH 0/4] target/i386: V_IRQ masking and V_TPR fixes

2021-08-20 Thread Lara Lazier
Patch 2 adds VGIF capability to mask virtual interrupts. Patches 3 and 4 fix bugs related to vTPR, while patch 1 refactors int_ctl into the state structure to simplify the fixes in the following patches. Lara Lazier (4): target/i386: Moved int_ctl into CPUX86State structure target/i386: Added

[PATCH 0/4] target/i386: V_IRQ masking and V_TPR fixes

2021-08-18 Thread Lara Lazier
Patch 2 adds VGIF capability to mask virtual interrupts. Patches 3 and 4 fix bugs related to vTPR, while patch 1 refactors int_ctl into the state structure to simplify the fixes in the following patches. Lara Lazier (4): target/i386: Moved int_ctl into CPUX86State structure target/i386: Added