We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824caf8 commit 35ef11eCopy full SHA for 35ef11e
hypervisor/scenarios/logical_partition/vm_configurations.c
@@ -50,7 +50,7 @@ struct acrn_vm_config vm_configs[CONFIG_MAX_VM_NUM] = {
50
/* dd87ce08-66f9-473d-bc58-7605837f935e */
51
.pcpu_bitmap = VM1_CONFIG_PCPU_BITMAP,
52
.cpu_num = VM1_CONFIG_NUM_CPUS,
53
- .guest_flags = GUEST_FLAG_IO_COMPLETION_POLLING,
+ .guest_flags = (GUEST_FLAG_RT | GUEST_FLAG_LAPIC_PASSTHROUGH | GUEST_FLAG_IO_COMPLETION_POLLING),
54
.clos = 0U,
55
.memory = {
56
.start_hpa = VM1_CONFIG_MEM_START_HPA,
0 commit comments