From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6BtY-0000dA-F1 for qemu-devel@nongnu.org; Mon, 14 Nov 2016 02:41:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6BtU-0006ce-GM for qemu-devel@nongnu.org; Mon, 14 Nov 2016 02:41:36 -0500 Received: from mga05.intel.com ([192.55.52.43]:62993) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c6BtU-0006cI-8V for qemu-devel@nongnu.org; Mon, 14 Nov 2016 02:41:32 -0500 Message-ID: <1479109286.2421.4.camel@linux.intel.com> From: Chao Peng Date: Mon, 14 Nov 2016 15:41:26 +0800 In-Reply-To: <20161110165013-mutt-send-email-mst@kernel.org> References: <1478330391-74060-1-git-send-email-chao.p.peng@linux.intel.com> <20161110165013-mutt-send-email-mst@kernel.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 0/4] make SMBUS/SATA/PIT configurable and introduce List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Paolo Bonzini , qemu-devel@nongnu.org, Eduardo Habkost , Richard Henderson On Thu, 2016-11-10 at 16:50 +0200, Michael S. Tsirkin wrote: > On Sat, Nov 05, 2016 at 03:19:47AM -0400, Chao Peng wrote: > > > > This patchset makes SMBUS/SATA/PIT configurable and introduces a > > new > > machine type q35-lite with these features disabled by default. This > > is > > useful for creating light weight virtual machine without boot time > > penalty when these devices are unused.  > > > > See https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg00422. > > html > > for the background. > > Reviewed-by: Michael S. Tsirkin > > As we are in freeze now, please remember to re-test and ping after > the > release to get this applied. > Sure, I will ping you after the re-testing. Thanks, Chao > > > > > Chao Peng (4): > >   pc: make smbus configurable > >   pc: make sata configurable > >   pc: make pit configurable > >   q35: introduce q35-lite > > > >  hw/i386/pc.c         | 68 > > +++++++++++++++++++++++++++++++++++++++++++++++----- > >  hw/i386/pc_piix.c    |  2 +- > >  hw/i386/pc_q35.c     | 57 ++++++++++++++++++++++++++++++-------- > > ----- > >  include/hw/i386/pc.h |  8 +++++++ > >  4 files changed, 112 insertions(+), 23 deletions(-) > > > > --  > > 1.8.3.1 >