aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample.hvm
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-06 18:58:41 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-06 18:58:41 +0000
commitf3cc74d2f11ce9865726e02c6d9938e76234a92a (patch)
tree0ba76911d274d05f326d3070707cdc663ee213de /tools/examples/xmexample.hvm
parent7468faf8d3780f4bc4789703f4bd8d7466438f98 (diff)
downloadxen-f3cc74d2f11ce9865726e02c6d9938e76234a92a.tar.gz
xen-f3cc74d2f11ce9865726e02c6d9938e76234a92a.tar.bz2
xen-f3cc74d2f11ce9865726e02c6d9938e76234a92a.zip
tool: make management of PCI D-states by guest optional
D3hot state in some PCI devices causes the failure of domain creation/destruction. The default is "pci_power_mgmt=3D0" which disables the guest OS from managing D-states because it would be better to avoid the trouble than advantage of low power consumption. Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
Diffstat (limited to 'tools/examples/xmexample.hvm')
-rw-r--r--tools/examples/xmexample.hvm9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 0977ef4221..e9d0738dd3 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -308,6 +308,8 @@ serial='pty'
# available options are:
# - msitranslate=0|1
# per-device overriden of pci_msitranslate, see below
+# - power_mgmt=0|1
+# per-device overriden of pci_power_mgmt, see below
#
#pci=[ '07:00.0', '07:00.1' ]
@@ -322,6 +324,13 @@ serial='pty'
#
#pci_msitranslate=1
+# PCI Power Management:
+#
+# If it's set, the guest OS will be able to program D0-D3hot states of the
+# PCI device for the purpose of low power consumption.
+#
+#pci_power_mgmt=0
+
#-----------------------------------------------------------------------------
# Configure PVSCSI devices:
#