hv: Fix comments referring to wrong hypervisor name

Fix comments referring to wrong hypervisor name

Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
This commit is contained in:
Sainath Grandhi 2018-08-16 14:23:47 -07:00 committed by wenlingz
parent d3db5a6705
commit 38a1898542
2 changed files with 3 additions and 3 deletions

View File

@ -486,8 +486,8 @@ assign all devices to VM0 except the UART.
If a PCI device (with MSI/MSI-x) is assigned to Guest, the User OS will If a PCI device (with MSI/MSI-x) is assigned to Guest, the User OS will
program the PCI config space and set the guest vector to this device. A program the PCI config space and set the guest vector to this device. A
Hypercall ``CWP_VM_PCI_MSIX_FIXUP`` is provided. Once the guest programs Hypercall ``HC_VM_PCI_MSIX_REMAP`` is provided. Once the guest programs
the guest vector, the User OS may call this hypercall to notify the ACRN the guest vector, the Service OS may call this hypercall to notify the ACRN
hypervisor. The hypervisor allocates a host vector, creates a guest-host hypervisor. The hypervisor allocates a host vector, creates a guest-host
mapping relation, and replaces the guest vector with a real native mapping relation, and replaces the guest vector with a real native
vector for the device: vector for the device:

View File

@ -40,7 +40,7 @@ struct trusty_key_info {
0: Dummy (fake secret) 0: Dummy (fake secret)
1: APL (APL + ABL) 1: APL (APL + ABL)
2: ICL (ICL + SBL) 2: ICL (ICL + SBL)
3: CWP (APL|ICL + SBL + CWP) 3: ACRN (APL|ICL + SBL + ACRN)
4: Brillo (Android Things) 4: Brillo (Android Things)
*/ */
uint32_t platform; uint32_t platform;