Files
acrn-hypervisor/hypervisor/include/arch/x86
Xiangyang Wu 188210ab03 HV:Treewide:Update the type of vcpu id as uint16_t
In the hypervisor, virtual cpu id is defined as "int" or "uint32_t"
type in the hypervisor. So there are some sign conversion issues
about virtual cpu id (vcpu_id) reported by static analysis tool.
Sign conversion violates the rules of MISRA C:2012.

BTW, virtual cpu id has different names (vcpu_id, cpu_id, logical_id)
 for different modules of HV, its type is defined as "int" or "uint32_t"
in the HV. cpu_id type and logical_id type clean up will be done in
other patchs.

V1-->V2:
         More clean up the type of vcpu id;
         "%hu" is for vcpu id in the print function.

Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
2018-07-04 14:28:52 +08:00
..
2018-06-15 17:10:41 +08:00
2018-06-07 09:55:29 +08:00
2018-07-02 12:33:06 +08:00
2018-06-08 12:06:15 +08:00
2018-07-02 11:22:48 +08:00
2018-05-18 16:38:40 +08:00
2018-07-02 12:33:06 +08:00
2018-06-29 00:50:01 +08:00