acrn-hypervisor/hypervisor/include
Yonghua Huang bbdb204750 HV:- Refine strtol() & strtoul()
- replace 'strtol()' with 'strtol_deci()'
    -- supports string with decimal format

 - replace 'strtoul()' with 'strtoul_hex()'
    -- support string with hex format

Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-29 15:47:07 +08:00
..
arch/x86 modified the lapic_id type to uint8_t 2018-06-29 13:16:02 +08:00
common hv: pirq: add a header for common data struct and APIs 2018-06-29 00:50:01 +08:00
debug HV: trace: Add nr of data and cpuid to trace_entry 2018-06-29 13:05:27 +08:00
lib HV:- Refine strtol() & strtoul() 2018-06-29 15:47:07 +08:00
public HV: treewide: enforce unsignedness of pcpu_id 2018-06-21 16:59:21 +08:00
hv_debug.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hv_lib.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hypervisor.h hv: refine the address used in sbl multiboot code 2018-06-22 16:12:24 +08:00