From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq1l1-0003ky-5m for qemu-devel@nongnu.org; Wed, 25 Jan 2012 07:15:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq1ks-0000ax-K7 for qemu-devel@nongnu.org; Wed, 25 Jan 2012 07:15:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq1ks-0000aO-DS for qemu-devel@nongnu.org; Wed, 25 Jan 2012 07:15:10 -0500 Message-ID: <4F1FF247.80301@redhat.com> Date: Wed, 25 Jan 2012 14:15:03 +0200 From: Avi Kivity MIME-Version: 1.0 References: <4F1810AF.8010002@siemens.com> <20120119172802.GD11381@amt.cnet> <4F185535.1060908@siemens.com> <4F1FE9CE.5050401@redhat.com> <4F1FEE1F.8080907@siemens.com> <4F1FEFCA.2060907@redhat.com> <4F1FF13E.5090405@siemens.com> In-Reply-To: <4F1FF13E.5090405@siemens.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu-kvm upstreaming: Do we want -kvm-shadow-memory semantics? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Marcelo Tosatti , qemu-devel , kvm On 01/25/2012 02:10 PM, Jan Kiszka wrote: > > > >> Would a machine option > >> "kvm_shadow_memory=n" be desirable? > > > > Not sure, this is a host option, not a guest option. Machine options > > should be guest-visible. > > machine options are not guest visible. Basically, this options falls > into the same category as kernel_irqchip. They should be. We should work hard to separate the guest ABI from everything else. Same as kvm-apic appearing in the qdev name. > Do we have alternatives? A top-level command line options is surely none. -kvm shadow-memory=n,... -accel kvm,shadow-memory=n,... -- error compiling committee.c: too many arguments to function