acrn-hypervisor/hypervisor/include
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
..
arch/x86/asm dm: Use new ioctl ACRN_IOCTL_GET_PLATFORM_INFO 2021-07-15 11:53:54 +08:00
common hv: Use new struct acrn_platform_info to adapt new HSM driver 2021-07-15 11:53:54 +08:00
debug hv: deny access to HV owned legacy PIO UART from SOS 2021-06-08 16:16:14 +08:00
dm HV: vpci: check if address is in VM BAR MMIO space 2021-06-08 08:39:01 +08:00
hw hv: add max payload to vrp 2021-06-15 08:53:53 +08:00
lib HV: init hv_e820 from efi mmap if boot from uefi 2021-06-11 10:06:02 +08:00
public hv: Use new struct acrn_platform_info to adapt new HSM driver 2021-07-15 11:53:54 +08:00