]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
x86/pvh: drop v2 suffix from pvh.pandoc
authorWei Liu <wl@xen.org>
Tue, 25 Feb 2020 14:22:32 +0000 (14:22 +0000)
committerWei Liu <wl@xen.org>
Tue, 25 Feb 2020 17:21:45 +0000 (17:21 +0000)
There is now only one version of PVH implementation in Xen. Drop "v2" to
avoid confusion.

Signed-off-by: Wei Liu <wl@xen.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
docs/misc/pvh.pandoc

index ccf1c8fe69f4eb0b6bd5000981dcdfc9cac92a30..3e18789d36e9a215f3c3c436790c901a8f2587a4 100644 (file)
@@ -64,7 +64,7 @@ The following VCPU hypercalls can be used in order to bring up secondary vCPUs:
 
 ## Hardware description ##
 
-PVHv2 guests that have access to hardware (either emulated or real) will also
+PVH guests that have access to hardware (either emulated or real) will also
 have ACPI tables with the description of the hardware that's available to the
 guest. This applies to both privileged and unprivileged guests. A pointer to
 the position of the RSDP in memory (if present) can be fetched from the start
@@ -79,7 +79,7 @@ done for HVM guests.
 
 Interrupts from physical devices are delivered using native methods, this is
 done in order to take advantage of new hardware assisted virtualization
-functions, like posted interrupts. This implies that PVHv2 guests with physical
+functions, like posted interrupts. This implies that PVH guests with physical
 devices will also have the necessary interrupt controllers in order to manage
 the delivery of interrupts from those devices, using the same interfaces that
 are available on native hardware.