mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
hv: add ioapic reset function
ioapic reset function will be called when doing guest reset. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
|
||||
struct vioapic *vioapic_init(struct vm *vm);
|
||||
void vioapic_cleanup(struct vioapic *vioapic);
|
||||
void vioapic_reset(struct vioapic *vioapic);
|
||||
|
||||
int vioapic_assert_irq(struct vm *vm, uint32_t irq);
|
||||
int vioapic_deassert_irq(struct vm *vm, uint32_t irq);
|
||||
|
Reference in New Issue
Block a user