qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] default devices: qdev integration.
@ 2009-11-24  8:58 Gerd Hoffmann
  2009-11-24  8:58 ` [Qemu-devel] [PATCH 01/10] chardev: move greeting into vc backend Gerd Hoffmann
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Gerd Hoffmann @ 2009-11-24  8:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Qemu creates a bunch of default devices (serial, parallel, vga, ...) if
the user didn't specify one on the command line.  Unfortunaly this
doesn't work well with the qdev way of doing things because this logic
is tied to the -serial, -parallel, ... command line switches.  Devices
created via -device are ignored.  This patch set fixes this.  It also
adds a command line switch to disable all default devices and does a few
cleanups in the code touched anyway.

cheers,
  Gerd

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

end of thread, other threads:[~2009-11-24  9:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24  8:58 [Qemu-devel] [PATCH 00/10] default devices: qdev integration Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 01/10] chardev: move greeting into vc backend Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 02/10] vc: colorize chardev title line with blue background Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 03/10] default devices: core code & serial lines Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 04/10] default devices: parallel port Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 05/10] default devices: qemu monitor Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 06/10] zap serial_monitor_mux Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 07/10] default devices: vga adapter Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 08/10] default devices: add global cmd line option Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 09/10] default devices: network Gerd Hoffmann
2009-11-24  8:58 ` [Qemu-devel] [PATCH 10/10] default devices: drives Gerd Hoffmann
2009-11-24  9:50 ` [Qemu-devel] [PATCH 00/10] default devices: qdev integration Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).