acrn-hypervisor/hypervisor/include
dongshen 96b422ce9d hv: create 8-bit sum function
Move 8-bit sum code to a separate new function calculate_sum8() in
util.h and replace the old code with a call to calculate_sum8()

Minor code cleanup in found_rsdp() to make it more readable. Both break and
continue statements are used in a single for loop, changed to only use break
statement to make the logic simpler.

Fixed some coding style issues reported by checkpatch.pl for file
hypervisor/boot/acpi_base.c

Tracked-On: #3601
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
2019-08-29 10:12:25 +08:00
..
arch/x86 hv: ept: flush cache for modified ept entries 2019-08-26 10:47:17 +08:00
common hv: schedule: minor fix about the return type of need_offline 2019-07-17 09:20:54 +08:00
debug hv: uart: enable early boot uart 2019-07-26 09:10:06 +08:00
dm hv: remove 'flags' field in struct vm_io_range 2019-08-19 10:19:54 +08:00
hw hv: vpci: refine init_vdevs 2019-08-06 11:51:02 +08:00
lib hv: create 8-bit sum function 2019-08-29 10:12:25 +08:00
public HV: add kata support on sdc scenario 2019-07-12 16:34:31 +08:00