]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add --debug-mmio option
authorCyrill Gorcunov <gorcunov@openvz.org>
Thu, 3 May 2012 19:16:55 +0000 (23:16 +0400)
committerPekka Enberg <penberg@kernel.org>
Tue, 8 May 2012 05:34:58 +0000 (08:34 +0300)
commitb3fdd1d126a67f071347ad605ae7f311d12d9d11
treecc1d1f636b649cc692a3441cf1813817daf685bf
parent929c89a0f6e3ae33d4904a47fbd20105de38026e
kvm tools: Add --debug-mmio option

This switches the default behaviour of lkvm if access
on unregistered MMIO address happens -- we don't spam
a user with warning messages anymore. If one needs details
on unhandled MMIOs the --debug-mmio option should be passed.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/builtin-run.c
tools/kvm/mmio.c