aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-04-21 08:29:26 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-04-21 08:29:26 +0100
commit284d5633be373b57954d71ca9ab13ba4bc82493d (patch)
tree3bf5785dabe447c7e66c684a6153d4e0fb0d8b9d /.hgignore
parent3cd0ba42d51b8bb2b8e534b52c7d8f10e1676868 (diff)
downloadxen-284d5633be373b57954d71ca9ab13ba4bc82493d.tar.gz
xen-284d5633be373b57954d71ca9ab13ba4bc82493d.tar.bz2
xen-284d5633be373b57954d71ca9ab13ba4bc82493d.zip
Tools: add online/offline hotplug user interfaces
Exporting cpu on/offline and memory on/offline hotplug interfaces, so that users can do those (memory/cpu) hotplug actions with following command line freely: usage: xen-hptool <command> [args] xen-hptool command list:\n\n cpu-online <cpuid> online CPU <cpuid> cpu-offline <cpuid> offline CPU <cpuid> mem-online <mfn> online MEMORY <mfn> mem-offline <mfn> offline MEMORY <mfn> mem-status <mfn> query Memory status<mfn> Signed-off-by: Yunhong Jiang<yunhong.jiang@intel.com> Signed-off-by: Liping Ke <liping.ke@intel.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 6259012190..ac47be625d 100644
--- a/.hgignore
+++ b/.hgignore
@@ -196,6 +196,7 @@
^tools/misc/xc_shadow$
^tools/misc/xen_cpuperf$
^tools/misc/xen-detect$
+^tools/misc/xen-hptool$
^tools/misc/xen-tmem-list-parse$
^tools/misc/xenperf$
^tools/misc/xenpm$