qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] make SMBUS/SATA/PIT configurable and introduce


From: Chao Peng
Subject: [Qemu-devel] [PATCH 0/4] make SMBUS/SATA/PIT configurable and introduce
Date: Sat, 5 Nov 2016 03:19:47 -0400

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.

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]