mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-18 01:12:21 +00:00
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:
parent
d3db5a6705
commit
38a1898542
@ -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:
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user