aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/amd_iommu.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-12-16 10:39:32 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2023-01-06 00:51:02 +0100
commiteaaaf8abdc9a9f3493f2cb6a751660dff3f9db57 (patch)
tree0872609e34730fa0bc3b4bf5583c3f761e5ec1de /hw/i386/amd_iommu.c
parent9d3f8b3247795ae8f482700bbbace04b04421d5b (diff)
downloadqemu-eaaaf8abdc9a9f3493f2cb6a751660dff3f9db57.zip
qemu-eaaaf8abdc9a9f3493f2cb6a751660dff3f9db57.tar.gz
qemu-eaaaf8abdc9a9f3493f2cb6a751660dff3f9db57.tar.bz2
KVM: remove support for kernel-irqchip=off
-machine kernel-irqchip=off is broken for many guest OSes; kernel-irqchip=split is the replacement that works, so remove the deprecated support for the former. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386/amd_iommu.c')
-rw-r--r--hw/i386/amd_iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c
index 725f690..bcd016f 100644
--- a/hw/i386/amd_iommu.c
+++ b/hw/i386/amd_iommu.c
@@ -1368,7 +1368,7 @@ static MemTxResult amdvi_mem_ir_write(void *opaque, hwaddr addr,
return MEMTX_ERROR;
}
- apic_get_class()->send_msi(&to);
+ apic_get_class(NULL)->send_msi(&to);
trace_amdvi_mem_ir_write(to.address, to.data);
return MEMTX_OK;