All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] make SMBUS/SATA/PIT configurable and introduce
@ 2016-11-05  7:19 Chao Peng
  2016-11-05  7:19 ` [Qemu-devel] [PATCH 1/4] pc: make smbus configurable Chao Peng
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Chao Peng @ 2016-11-05  7:19 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Richard Henderson, Paolo Bonzini,
	Eduardo Habkost

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-12-14 16:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05  7:19 [Qemu-devel] [PATCH 0/4] make SMBUS/SATA/PIT configurable and introduce Chao Peng
2016-11-05  7:19 ` [Qemu-devel] [PATCH 1/4] pc: make smbus configurable Chao Peng
2016-11-05  7:19 ` [Qemu-devel] [PATCH 2/4] pc: make sata configurable Chao Peng
2016-11-05  7:19 ` [Qemu-devel] [PATCH 3/4] pc: make pit configurable Chao Peng
2016-11-05  7:19 ` [Qemu-devel] [PATCH 4/4] q35: introduce q35-lite Chao Peng
2016-11-06  7:06   ` Michael S. Tsirkin
2016-11-07 17:09     ` Paolo Bonzini
2016-11-14  8:06       ` Chao Peng
2016-11-14 20:51         ` Michael S. Tsirkin
2016-12-14 16:58           ` Paolo Bonzini
2016-11-10 14:50 ` [Qemu-devel] [PATCH 0/4] make SMBUS/SATA/PIT configurable and introduce Michael S. Tsirkin
2016-11-14  7:41   ` Chao Peng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.