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 <m...@redhat.com> > > 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 >