Re: [PATCH 3/4] microvm: add second ioapic

2020-10-23 Thread Igor Mammedov
On Fri, 16 Oct 2020 13:43:27 +0200 Gerd Hoffmann wrote: > Add more IRQ lines. Depends on ACPI. > Also enable this only with userspace ioapic, > not sure whenever the kernel can handle two ioapics. > > Signed-off-by: Gerd Hoffmann For ACPI part: Reviewed-by: Igor Mammedov > --- > include/hw

[PATCH 3/4] microvm: add second ioapic

2020-10-16 Thread Gerd Hoffmann
Add more IRQ lines. Depends on ACPI. Also enable this only with userspace ioapic, not sure whenever the kernel can handle two ioapics. Signed-off-by: Gerd Hoffmann --- include/hw/i386/ioapic_internal.h | 2 +- include/hw/i386/x86.h | 1 + hw/i386/acpi-common.c | 10 +++