mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-14 05:19:42 +00:00
hv:change register_mmio_emulation_handler to void
change this api to void type Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
@@ -457,7 +457,7 @@ vioapic_init(struct acrn_vm *vm)
|
||||
|
||||
vioapic_reset(vm);
|
||||
|
||||
(void)register_mmio_emulation_handler(vm,
|
||||
register_mmio_emulation_handler(vm,
|
||||
vioapic_mmio_access_handler,
|
||||
(uint64_t)VIOAPIC_BASE,
|
||||
(uint64_t)VIOAPIC_BASE + VIOAPIC_SIZE,
|
||||
|
Reference in New Issue
Block a user