From 38a1898542592219147e111a6c0fbb6c0ac7f527 Mon Sep 17 00:00:00 2001 From: Sainath Grandhi Date: Thu, 16 Aug 2018 14:23:47 -0700 Subject: [PATCH] hv: Fix comments referring to wrong hypervisor name Fix comments referring to wrong hypervisor name Signed-off-by: Sainath Grandhi --- doc/developer-guides/primer.rst | 4 ++-- hypervisor/include/arch/x86/trusty.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/developer-guides/primer.rst b/doc/developer-guides/primer.rst index 644f206cb..93a4361f9 100644 --- a/doc/developer-guides/primer.rst +++ b/doc/developer-guides/primer.rst @@ -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 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 -the guest vector, the User OS may call this hypercall to notify the ACRN +Hypercall ``HC_VM_PCI_MSIX_REMAP`` is provided. Once the guest programs +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 mapping relation, and replaces the guest vector with a real native vector for the device: diff --git a/hypervisor/include/arch/x86/trusty.h b/hypervisor/include/arch/x86/trusty.h index 22c673fea..1674dd2e6 100644 --- a/hypervisor/include/arch/x86/trusty.h +++ b/hypervisor/include/arch/x86/trusty.h @@ -40,7 +40,7 @@ struct trusty_key_info { 0: Dummy (fake secret) 1: APL (APL + ABL) 2: ICL (ICL + SBL) - 3: CWP (APL|ICL + SBL + CWP) + 3: ACRN (APL|ICL + SBL + ACRN) 4: Brillo (Android Things) */ uint32_t platform;