aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-14 11:08:15 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-10-14 11:08:15 +0100
commit5e58cce9f7231305de69be9370f53e3753f19a13 (patch)
tree4b1ace246afbd879a0ee80bae6c937d4a2a16149 /tools/examples
parent39f97ffa298bba63e727ecce0117db95f0bb17f7 (diff)
downloadxen-5e58cce9f7231305de69be9370f53e3753f19a13.tar.gz
xen-5e58cce9f7231305de69be9370f53e3753f19a13.tar.bz2
xen-5e58cce9f7231305de69be9370f53e3753f19a13.zip
hvm: Battery Management virtual firmware and toolstack changes
Signed-off-by: Kamala Narasimhan <kamala.narasimhan@citrix.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xmexample.hvm8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/examples/xmexample.hvm b/tools/examples/xmexample.hvm
index 3df007fd81..aa014b529b 100644
--- a/tools/examples/xmexample.hvm
+++ b/tools/examples/xmexample.hvm
@@ -53,6 +53,14 @@ name = "ExampleHVMDomain"
# Note that this option is ignored if vcpus > 1
#apic=1
+# Enable/disable extended power management support within HVM guest, i.e., beyond
+# S3, S4, S5 within guest like exposing battery meter.
+# 0 (default option, extended power management support disabled)
+# 1 (pass-through mode; uses pass-through as needed; efficient but limited in scope)
+# 2 (non pass-through mode; extended scope, likely to work on all applicable environment
+# but comparitively less efficient than pass-through mode)
+# xen_extended_power_mgmt=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