From 6dc0318364f9baa68e9f5679fcccc16334371a7b Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 10 May 2016 09:09:40 +0200 Subject: [PATCH] configs: Update QEMU IOAPIC ID to upcoming VT-d IR patches Peter Xu's VT-d interrupt remapping patches use a different IOAPIC ID than older patches of me. Adjust the QEMU config to be ready for them. Tested successfully with v6 of Peter's patches and -machine q35,kernel_irqchip=split,iommu=on,intremap=on. Signed-off-by: Jan Kiszka --- configs/qemu-vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/qemu-vm.c b/configs/qemu-vm.c index 64b9a25..a69672e 100644 --- a/configs/qemu-vm.c +++ b/configs/qemu-vm.c @@ -173,7 +173,7 @@ struct { .irqchips = { /* IOAPIC */ { .address = 0xfec00000, - .id = 0xff01, + .id = 0xff00, .pin_bitmap = 0xffffff, }, }, -- 2.39.2