From 284d5633be373b57954d71ca9ab13ba4bc82493d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 21 Apr 2010 08:29:26 +0100 Subject: 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 [args] xen-hptool command list:\n\n cpu-online online CPU cpu-offline offline CPU mem-online online MEMORY mem-offline offline MEMORY mem-status query Memory status Signed-off-by: Yunhong Jiang Signed-off-by: Liping Ke --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') 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$ -- cgit v1.2.3