diff options
author | Xiaoyao Li <xiaoyao.li@intel.com> | 2025-05-08 10:59:43 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-28 19:35:54 +0200 |
commit | e7ef60892c80a9ce5b8504ceb13a81f4e0d4b3f7 (patch) | |
tree | 55652c77aedb5ca1552433d8050c35c1443a1953 /hw/avr/arduino.c | |
parent | 810d4e83d07ca0d072205453a42c324a51d5a5fa (diff) | |
download | qemu-e7ef60892c80a9ce5b8504ceb13a81f4e0d4b3f7.zip qemu-e7ef60892c80a9ce5b8504ceb13a81f4e0d4b3f7.tar.gz qemu-e7ef60892c80a9ce5b8504ceb13a81f4e0d4b3f7.tar.bz2 |
i386/tdx: Disable PIC for TDX VMs
Legacy PIC (8259) cannot be supported for TDX VMs since TDX module
doesn't allow directly interrupt injection. Using posted interrupts
for the PIC is not a viable option as the guest BIOS/kernel will not
do EOI for PIC IRQs, i.e. will leave the vIRR bit set.
Hence disable PIC for TDX VMs and error out if user wants PIC.
Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250508150002.689633-38-xiaoyao.li@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/avr/arduino.c')
0 files changed, 0 insertions, 0 deletions