File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
hypervisor/include/arch/x86 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -486,8 +486,8 @@ assign all devices to VM0 except the UART.
486
486
487
487
If a PCI device (with MSI/MSI-x) is assigned to Guest, the User OS will
488
488
program the PCI config space and set the guest vector to this device. A
489
- Hypercall ``CWP_VM_PCI_MSIX_FIXUP `` is provided. Once the guest programs
490
- the guest vector, the User OS may call this hypercall to notify the ACRN
489
+ Hypercall ``HC_VM_PCI_MSIX_REMAP `` is provided. Once the guest programs
490
+ the guest vector, the Service OS may call this hypercall to notify the ACRN
491
491
hypervisor. The hypervisor allocates a host vector, creates a guest-host
492
492
mapping relation, and replaces the guest vector with a real native
493
493
vector for the device:
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ struct trusty_key_info {
40
40
0: Dummy (fake secret)
41
41
1: APL (APL + ABL)
42
42
2: ICL (ICL + SBL)
43
- 3: CWP (APL|ICL + SBL + CWP )
43
+ 3: ACRN (APL|ICL + SBL + ACRN )
44
44
4: Brillo (Android Things)
45
45
*/
46
46
uint32_t platform ;
You can’t perform that action at this time.
0 commit comments