From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6CHM-00068Y-CX for qemu-devel@nongnu.org; Mon, 14 Nov 2016 03:06:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6CHH-0000XH-Ea for qemu-devel@nongnu.org; Mon, 14 Nov 2016 03:06:12 -0500 Received: from mga03.intel.com ([134.134.136.65]:9873) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6CHH-0000Wr-6d for qemu-devel@nongnu.org; Mon, 14 Nov 2016 03:06:07 -0500 Message-ID: <1479110762.2421.20.camel@linux.intel.com> From: Chao Peng Date: Mon, 14 Nov 2016 16:06:02 +0800 In-Reply-To: <9536bb8a-aec8-c03b-4b86-b40ce18f6d26@redhat.com> 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> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] q35: introduce q35-lite List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, Eduardo Habkost , Richard Henderson 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.