acrn-hypervisor/hypervisor/include/public
Shuo A Liu 7efe18a84b hv: Use new struct acrn_platform_info to adapt new HSM driver
struct hc_platform_info	->	struct acrn_platform_info
MAX_PLATFORM_LAPIC_IDS	->	ACRN_PLATFORM_LAPIC_IDS_MAX

A layout change to the struct hc_platform_info is that move
max_kata_containers to back of vm_config_size,
		uint16_t max_vcpus_per_vm;
		uint16_t max_vms;
		uint32_t vm_config_size;
		uint64_t max_kata_containers;
Then, they are nature 64-bits aligned.

Tracked-On: #6282
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
2021-07-15 11:53:54 +08:00
..
acrn_common.h dm: Use new ioctl ACRN_IOCTL_GET_PLATFORM_INFO 2021-07-15 11:53:54 +08:00
acrn_hv_defs.h hv: Use new struct acrn_platform_info to adapt new HSM driver 2021-07-15 11:53:54 +08:00