]> git.ipfire.org Git - thirdparty/qemu.git/commit - qemu-options.hx
kvm: Allow to set shadow MMU size
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 25 Jan 2012 17:14:15 +0000 (18:14 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 8 Feb 2012 17:57:50 +0000 (15:57 -0200)
commit39d6960aabfd90bf0bf7ba38d69e918962b70b16
tree5bd0698b7cb7fe62efc169dc886d3584bee3b9b9
parentcf4dc461a4cfc3e056ee24edb26154f4d34a6278
kvm: Allow to set shadow MMU size

Introduce the KVM-specific machine option kvm_shadow_mem. It allows to
set a custom shadow MMU size for the virtual machine. This is useful for
stress testing e.g.

Only x86 supports this for now, but it is in principle a generic
concept for all targets with shadow MMUs.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
qemu-config.c
qemu-options.hx
target-i386/kvm.c