On Tue, Aug 02, 2022 at 03:47:44PM +0800, Xiaoyao Li wrote: > Add a new bool member, eoi_intercept_unsupported, to X86MachineState > with default value false. Set true for TDX VM. > > Inability to intercept eoi causes impossibility to emulate level > triggered interrupt to be re-injected when level is still kept active. > which affects interrupt controller emulation.
Acked-by: Gerd Hoffmann <kra...@redhat.com>