diff options
author | Heiko Carstens | 2011-08-15 07:52:49 +0200 |
---|---|---|
committer | Heiko Carstens | 2011-08-22 13:56:31 +0200 |
commit | 0b57c6c22998996508db6ddbb38ec711fd12f8dc (patch) | |
tree | 56de6a2dc9bbe410aa6bba80a7c463e360320327 /sys-utils/.gitignore | |
parent | cpuset: add option to allow cpulist_parse() to fail (diff) | |
download | kernel-qcow2-util-linux-0b57c6c22998996508db6ddbb38ec711fd12f8dc.tar.gz kernel-qcow2-util-linux-0b57c6c22998996508db6ddbb38ec711fd12f8dc.tar.xz kernel-qcow2-util-linux-0b57c6c22998996508db6ddbb38ec711fd12f8dc.zip |
chcpu: new tool
chcpu can modify the logical state of CPUs. It can enable and disable CPUs,
scan for new CPUs, change the CPU dispatching mode of the underlying
hypervisor and request (configure) or give logical CPUs back (deconfigure)
to the the underlying hypervisor.
This is quite useful if you work a lot with virtual servers, since doing all
the configuration stuff directly via sysfs becomes a pain.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'sys-utils/.gitignore')
-rw-r--r-- | sys-utils/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/.gitignore b/sys-utils/.gitignore index 3ae7e4a7b..febeb3805 100644 --- a/sys-utils/.gitignore +++ b/sys-utils/.gitignore @@ -41,3 +41,4 @@ switch_root tunelp unshare x86_64.8 +chcpu |