acrn-hypervisor/hypervisor/boot
Mingqiang Chi aa2b2d80d4 hv: change several APIs to void type
Change these 6 APIs to void type:
  init_default_irqs
  interrupt_init
  early_init_lapic
  init_lapic
  init_iommu
  destroy_iommu_domain
It has checked the argument of destroy_iommu_domain in shutdown_vm,
then no need to check it again inside destroy_iommu_domain.

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-18 12:30:37 +08:00
..
include hv: cleanup cpu.c and cpu.h 2018-07-11 10:25:16 +08:00
sbl HV: Fix missing brackets for MISRA C Violations 2018-07-13 09:09:12 +08:00
acpi.c HV: prototyping non-static function 2018-07-16 10:35:54 +08:00
dmar_parse.c hv: change several APIs to void type 2018-07-18 12:30:37 +08:00
reloc.c hv: further fix to configurable relocatoin 2018-07-16 13:05:04 +08:00