Hi On 4/9/22 1:47 pm, Damien Zammit wrote:> This patch series has been tested to boot a rumpdisk > and fetch the PCI IRQs of disk controllers from acpi.static translator > via bootstrapping acpi -> pci -> rumpdisk -> ext2fs -> exec.
On native hardware, acpi translator fails with intnull(9) and hangs the machine. I believe this is due to the TODO marked in libacpica, that we do not register acpi interrupt handlers yet, therefore the handler for SCI interrupts (irq 9) is not installed (but still called somehow). Damien