[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/4] make SMBUS/SATA/PIT configurable and introd
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-devel] [PATCH 0/4] make SMBUS/SATA/PIT configurable and introduce |
Date: |
Thu, 10 Nov 2016 16:50:58 +0200 |
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 <address@hidden>
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