aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>2006-11-05 20:17:40 +0000
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>2006-11-05 20:17:40 +0000
commit6bc01e4efd50e1986a9391f75980d45691f42b74 (patch)
treef7199b965f56400c4eb493d5944bf8a147ce4d9f /tools/examples/xmexample.hvm
parent5aa732c2041ec9d06b7de4a167ad6925cc1a2a97 (diff)
downloadxen-6bc01e4efd50e1986a9391f75980d45691f42b74.tar.gz
xen-6bc01e4efd50e1986a9391f75980d45691f42b74.tar.bz2
xen-6bc01e4efd50e1986a9391f75980d45691f42b74.zip
[XEN] Replace hvm_setup_platform() with hvm_domain_initialise()
and extra code in hvm_vcpu_initialise(). Remove 'apic' config option -- HVM CPUs will always have an APIC (which should be set up in virtual wire mode for backward compatibility, just as in a real system). Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 20b58af44b..5f10a76fb6 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -48,9 +48,6 @@ name = "ExampleHVMDomain"
# enable/disable HVM guest ACPI, default=0 (disabled)
#acpi=0
-# enable/disable HVM guest APIC, default=0 (disabled)
-#apic=0
-
# List of which CPUS this domain is allowed to use, default Xen picks
#cpus = "" # leave to Xen to pick
#cpus = "0" # all vcpus run on CPU0