Re: [PATCH v3] target/i386: Added VGIF feature

2021-08-02 Thread Paolo Bonzini
On 30/07/21 09:07, Lara Lazier wrote: v2->v3: moved guest check into virtual_gif_enabled VGIF allows STGI and CLGI to execute in guest mode and control virtual interrupts in guest mode. When the VGIF feature is enabled then: * executing STGI in the guest sets bit 9 of the VMCB offset 60h. *

[PATCH v3] target/i386: Added VGIF feature

2021-07-30 Thread Lara Lazier
v2->v3: moved guest check into virtual_gif_enabled VGIF allows STGI and CLGI to execute in guest mode and control virtual interrupts in guest mode. When the VGIF feature is enabled then: * executing STGI in the guest sets bit 9 of the VMCB offset 60h. * executing CLGI in the guest clears bit 9 o