Page 1 of 1

Is it possible to add multiple IOAPIC to QEMU?

Posted: Tue Dec 01, 2020 2:09 am
by haolee
I can't find any documentation that explain how to add multiple IOAPIC to QEMU. Is it possible to do this? Thanks!!

Re: Is it possible to add multiple IOAPIC to QEMU?

Posted: Tue Dec 01, 2020 1:49 pm
by Octocontrabass
QEMU can only report one IOAPIC in its ACPI tables, so you probably can't have more than one. (And if you can have more than one, it won't be listed in the MADT, so you won't be able to use it.)

Re: Is it possible to add multiple IOAPIC to QEMU?

Posted: Tue Dec 01, 2020 9:19 pm
by haolee
Octocontrabass wrote:QEMU can only report one IOAPIC in its ACPI tables, so you probably can't have more than one. (And if you can have more than one, it won't be listed in the MADT, so you won't be able to use it.)
Get it! Thanks!