acrn-hypervisor/devicemodel/core
Xiangyang Wu 4bd378a248 DM: Update the vcpu id type as uint16_t for vm_create_vcpu
Update the vcpu id type as uint16_t for vm_create_vcpu, this
keeps alignment with the updates for the structure acrn_create_vcpu
used by hcall_create_vcpu in the hypervisor.

In the device model, the caller is responsible for vcpu id type
conversion; vcpu id type is uint16_t for external interface in the
current implement.

Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-27 14:25:22 +08:00
..
console.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
consport.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
gc.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
hugetlb.c improve memory allocation for UOS by hugeTLB mmap 2018-06-21 17:01:23 +08:00
inout.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
main.c DM: Update the vcpu id type as uint16_t for vm_create_vcpu 2018-06-27 14:25:22 +08:00
mem.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
mevent.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
monitor.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
mptbl.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
post.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
smbiostbl.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
sw_load_bzimage.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
sw_load_common.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
sw_load_vsbl.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
vmmapi.c DM: Update the vcpu id type as uint16_t for vm_create_vcpu 2018-06-27 14:25:22 +08:00
vrpmb.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00