From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH uq/master] kvm: Allow to set shadow MMU size Date: Mon, 6 Feb 2012 16:32:38 -0200 Message-ID: <20120206183238.GD19821@amt.cnet> References: <4F203867.7070203@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm , qemu-devel To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:9332 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755731Ab2BFSkS (ORCPT ); Mon, 6 Feb 2012 13:40:18 -0500 Content-Disposition: inline In-Reply-To: <4F203867.7070203@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jan 25, 2012 at 06:14:15PM +0100, Jan Kiszka wrote: > 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 Applied, thanks.