Re: [PATCH v6 1/4] hw/intc: Extract the IRQ counting functions into a separate file

2023-01-11 Thread Bernhard Beschow
Am 10. Januar 2023 09:53:48 UTC schrieb Thomas Huth : >These IRQ counting functions will soon be required in binaries that >do not include the APIC code, too, so let's extract them into a >separate file that can be linked independently of the APIC code. > >While we're at it, change the apic_* pr

[PATCH v6 1/4] hw/intc: Extract the IRQ counting functions into a separate file

2023-01-10 Thread Thomas Huth
These IRQ counting functions will soon be required in binaries that do not include the APIC code, too, so let's extract them into a separate file that can be linked independently of the APIC code. While we're at it, change the apic_* prefix into kvm_* since the functions are used from the i8259 PI