mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
hv:fixed MISRA-C return value violations
-- change send_start_ipi/do_copy_earlylog to void type -- drop the return value for vcpu_queue_execption when inject GP/PF/UD/AC/SS Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
@@ -520,7 +520,7 @@ void ptdev_softirq(__unused uint16_t cpu_id)
|
||||
ptdev_intr_handle_irq(vm, entry);
|
||||
} else {
|
||||
/* TODO: msi destmode check required */
|
||||
vlapic_intr_msi(vm,
|
||||
(void)vlapic_intr_msi(vm,
|
||||
msi->vmsi_addr,
|
||||
msi->vmsi_data);
|
||||
dev_dbg(ACRN_DBG_PTIRQ,
|
||||
|
||||
Reference in New Issue
Block a user