]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Print out important command line options at startup
authorPekka Enberg <penberg@kernel.org>
Wed, 11 May 2011 18:00:01 +0000 (21:00 +0300)
committerPekka Enberg <penberg@kernel.org>
Wed, 11 May 2011 18:00:01 +0000 (21:00 +0300)
commit7b945ad0a4cce668ca96ac44d61747b18d8462f4
treeb559b15bccf91f7660299ebfec30c26d26931773
parentc9cf7367a28d6c5a5836c6c7632e899ddb0dbe29
kvm tools: Print out important command line options at startup

It's important to know what the guest configuration looks like when debugging
issues so print out important command line options at startup:

  $ ./kvm run -k ../../arch/x86/boot/bzImage -m 512
    # kvm run -k ../../arch/x86/boot/bzImage -m 512 -c 1

Suggested-by: Ingo Molnar <mingo@elte.hu>
Cc: Asias He <asias.hejun@gmail.com>
Cc: Avi Kivity <avi@redhat.com>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Prasad Joshi <prasadjoshi124@gmail.com>
Cc: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/kvm-run.c