mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
dm: adapt mptable generation for VM with lapic pt
- don't generate io apic entry for vm with lapic pt. Tracked-On: #2351 Signed-off-by: Yan, Like <like.yan@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -88,6 +88,7 @@ char *elf_file_name;
|
||||
uint8_t trusty_enabled;
|
||||
char *mac_seed;
|
||||
bool stdio_in_use;
|
||||
bool lapic_pt;
|
||||
|
||||
static int virtio_msix = 1;
|
||||
static bool debugexit_enabled;
|
||||
|
Reference in New Issue
Block a user