From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuTUF-0002Pq-PO for qemu-devel@nongnu.org; Mon, 06 Feb 2012 13:40:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuTU9-0001in-Be for qemu-devel@nongnu.org; Mon, 06 Feb 2012 13:40:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuTU9-0001iY-4s for qemu-devel@nongnu.org; Mon, 06 Feb 2012 13:40:17 -0500 Date: Mon, 6 Feb 2012 16:32:38 -0200 From: Marcelo Tosatti Message-ID: <20120206183238.GD19821@amt.cnet> References: <4F203867.7070203@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F203867.7070203@siemens.com> Subject: Re: [Qemu-devel] [PATCH uq/master] kvm: Allow to set shadow MMU size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Avi Kivity , kvm , qemu-devel 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.