From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4qgx-00040G-Sz for qemu-devel@nongnu.org; Thu, 10 Nov 2016 09:51:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4qgu-0003ns-Pf for qemu-devel@nongnu.org; Thu, 10 Nov 2016 09:51:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47540) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4qgu-0003mT-IW for qemu-devel@nongnu.org; Thu, 10 Nov 2016 09:51:00 -0500 Date: Thu, 10 Nov 2016 16:50:58 +0200 From: "Michael S. Tsirkin" Message-ID: <20161110165013-mutt-send-email-mst@kernel.org> References: <1478330391-74060-1-git-send-email-chao.p.peng@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478330391-74060-1-git-send-email-chao.p.peng@linux.intel.com> 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: Chao Peng Cc: qemu-devel@nongnu.org, Richard Henderson , Paolo Bonzini , Eduardo Habkost 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. > 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