Skip to content

Commit 38a1898

Browse files
Sainath Grandhiwenlingz
authored andcommitted
hv: Fix comments referring to wrong hypervisor name
Fix comments referring to wrong hypervisor name Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
1 parent d3db5a6 commit 38a1898

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/developer-guides/primer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ assign all devices to VM0 except the UART.
486486

487487
If a PCI device (with MSI/MSI-x) is assigned to Guest, the User OS will
488488
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
491491
hypervisor. The hypervisor allocates a host vector, creates a guest-host
492492
mapping relation, and replaces the guest vector with a real native
493493
vector for the device:

hypervisor/include/arch/x86/trusty.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct trusty_key_info {
4040
0: Dummy (fake secret)
4141
1: APL (APL + ABL)
4242
2: ICL (ICL + SBL)
43-
3: CWP (APL|ICL + SBL + CWP)
43+
3: ACRN (APL|ICL + SBL + ACRN)
4444
4: Brillo (Android Things)
4545
*/
4646
uint32_t platform;

0 commit comments

Comments
 (0)