]> xenbits.xensource.com Git - xen.git/commitdiff
docs: fixup PVHv2 documentation regarding AP startup
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 3 Nov 2016 11:29:21 +0000 (12:29 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 3 Nov 2016 12:33:52 +0000 (12:33 +0000)
On PVHv2 guests the local APIC can also be used to start APs if present.
Amend the documentation in order to reflect this.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
docs/misc/hvmlite.markdown

index 69d90fed1ab2313c3489b3a2f9f334807297668c..09051ee2f00a16bc9b1eaf4f32518b27a9a3aa1e 100644 (file)
@@ -49,8 +49,8 @@ as HVM guests, using the hypervisor cpuid leaves and msr ranges.
 
 ## AP startup ##
 
-AP startup is performed using hypercalls. The following VCPU operations
-are used in order to bring up secondary vCPUs:
+AP startup can be performed using hypercalls or the local APIC if present.
+The following VCPU hypercalls can be used in order to bring up secondary vCPUs:
 
  * `VCPUOP_initialise` is used to set the initial state of the vCPU. The
    argument passed to the hypercall must be of the type vcpu_hvm_context.