acrn-hypervisor/hypervisor/common
Huihuang Shi b8384ea0dd HV:common:transfer local variable type
The local variable type should be transfer to non-basic type,
chaned it to length-prefix(uint32_t,int32_t ...) type.

Char *type or char array type which used to pointer a string
will be keeped.

V1->V2 add extra comments.

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-29 09:49:29 +08:00
..
hv_main.c HV:common:transfer local variable type 2018-06-29 09:49:29 +08:00
hypercall.c HV:common:transfer local variable type 2018-06-29 09:49:29 +08:00
io_request.c HV:common:transfer local variable type 2018-06-29 09:49:29 +08:00
ptdev.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
schedule.c HV:common:transfer local variable type 2018-06-29 09:49:29 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
trusty_hypercall.c HV:common:transfer local variable type 2018-06-29 09:49:29 +08:00
vm_load.c HV:common:transfer local variable type 2018-06-29 09:49:29 +08:00