Re: [PATCH v3 00/12] microvm: add second ioapic

2020-12-03 Thread Michael S. Tsirkin
On Thu, Dec 03, 2020 at 11:54:11AM +0100, Gerd Hoffmann wrote: > Add a second ioapic to microvm. Gives us more IRQ lines we can > use for virtio-mmio devices. Bump number of possible virtio-mmio > devices from 8 to 24. acpi things all look ok: Reviewed-by: Michael S. Tsirkin > v3: > -

[PATCH v3 00/12] microvm: add second ioapic

2020-12-03 Thread Gerd Hoffmann
Add a second ioapic to microvm. Gives us more IRQ lines we can use for virtio-mmio devices. Bump number of possible virtio-mmio devices from 8 to 24. v3: - pick up some review tags. - replace magic numbers with #defines. - add asl changes to commit messages. v2: - reorganize code a bit. -