Files
acrn-hypervisor/hypervisor/include/arch/x86
Mingqiang Chi 1d628c640c hv:fix MISRA-C return value violation
1) Change these 5 APIs to void type:
   vcpu_inject_pf
   uart16550_calc_baud_div
   uart16550_set_baud_rate
   console_init
   ptdev_activate_entry
No need to return 'entry' for ptdev_activate_entry
since the input parameter is 'entry'.
2) no need to check return value for the caller
   such as sbuf_put/console_putc/serial_puts/serial_get_rx_data

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
2018-07-13 13:04:39 +08:00
..
2018-06-15 17:10:41 +08:00
2018-07-11 10:25:16 +08:00
2018-06-07 09:55:29 +08:00
2018-07-10 10:28:03 +08:00
2018-07-13 13:04:39 +08:00
2018-07-10 10:27:33 +08:00
2018-07-10 16:37:40 +08:00
2018-06-08 12:06:15 +08:00
2018-05-18 16:38:40 +08:00