From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6ODy-0007LT-BI for qemu-devel@nongnu.org; Mon, 14 Nov 2016 15:51:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6ODu-0004Qd-F7 for qemu-devel@nongnu.org; Mon, 14 Nov 2016 15:51:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50766) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6ODu-0004QQ-Ag for qemu-devel@nongnu.org; Mon, 14 Nov 2016 15:51:26 -0500 Date: Mon, 14 Nov 2016 22:51:23 +0200 From: "Michael S. Tsirkin" Message-ID: <20161114225108-mutt-send-email-mst@kernel.org> References: <1478330391-74060-1-git-send-email-chao.p.peng@linux.intel.com> <1478330391-74060-5-git-send-email-chao.p.peng@linux.intel.com> <20161106090458-mutt-send-email-mst@kernel.org> <9536bb8a-aec8-c03b-4b86-b40ce18f6d26@redhat.com> <1479110762.2421.20.camel@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479110762.2421.20.camel@linux.intel.com> Subject: Re: [Qemu-devel] [PATCH 4/4] q35: introduce q35-lite List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chao Peng Cc: Paolo Bonzini , qemu-devel@nongnu.org, Eduardo Habkost , Richard Henderson On Mon, Nov 14, 2016 at 04:06:02PM +0800, Chao Peng wrote: > On Mon, 2016-11-07 at 18:09 +0100, Paolo Bonzini wrote: > > > > On 06/11/2016 08:06, Michael S. Tsirkin wrote: > > > > > > On Sat, Nov 05, 2016 at 03:19:51AM -0400, Chao Peng wrote: > > > > > > > > > > > > > > This patch introduces a light weight machine type which shares > > > > > the > > > > > same codebase with existing q35 machine type but with some > > > > > features > > > > > disabled by default. > > > > > > > > > > Signed-off-by: Chao Peng > > > I don't find this too useful, but if others do and send acks, I'll > > > merge > > > it, but only if it also has migration disabled. > > > > > > > Agreed, it's enough to have patches 1-3. > > > > I'm fine. Pls post just the correct patches after the release.