Files
kvmtool/command-list.txt
T
Sasha Levin 3c29e2aabd kvm tools: Add 'kvm sandbox'
This patch adds 'kvm sandbox' which is a wrapper on top of 'kvm run' which
allows the user to easily specify sandboxed command to run in a custom
rootfs guest.

Example usage:

	kvm sandbox -d test_guest -k some_kernel -- do_something_in_guest

Suggested-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
2015-06-01 16:39:49 +01:00

16 lines
323 B
Plaintext

#
# List of known perf commands.
# command name category [deprecated] [common]
#
kvm-run mainporcelain common
kvm-setup mainporcelain common
kvm-pause common
kvm-resume common
kvm-version common
kvm-list common
kvm-debug common
kvm-balloon common
kvm-stop common
kvm-stat common
kvm-sandbox common