On 20.04.2021 16:07, Roger Pau Monne wrote: > Switch the emulated IO-APIC code to use the local APIC EOI callback > mechanism. This allows to remove the last hardcoded callback from > vlapic_handle_EOI. Removing the hardcoded vIO-APIC callback also > allows to getting rid of setting the EOI exit bitmap based on the > triggering mode, as now all users that require an EOI action use the > newly introduced callback mechanism. > > Move and rename the vioapic_update_EOI now that it can be made static. > > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>