All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] fixup default device handling.
@ 2009-11-17  9:38 Gerd Hoffmann
  2009-11-17  9:38 ` [Qemu-devel] [PATCH 1/9] chardev: add greeting Gerd Hoffmann
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Gerd Hoffmann @ 2009-11-17  9:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

qemu silently creates default devices for you if you didn't specify one
on the command line, i.e. you'll get a vga, a serial port, a nic, ...
created by default.  Right now this doesn't integrate with qdev at all,
i.e. if you try to add -- for example -- a serial line the new qdev way
using '-device isa-serial,chardev=something' it will conflict with the
automagically created serial port.  This patch series addresses this
problem.

cheers,
  Gerd

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

end of thread, other threads:[~2009-12-02 14:55 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-17  9:38 [Qemu-devel] [PATCH 0/9] fixup default device handling Gerd Hoffmann
2009-11-17  9:38 ` [Qemu-devel] [PATCH 1/9] chardev: add greeting Gerd Hoffmann
2009-11-20 17:00   ` Markus Armbruster
2009-11-20 17:41   ` Paul Brook
2009-11-23  8:22     ` Gerd Hoffmann
2009-11-23 13:26       ` Paul Brook
2009-11-23 15:10         ` Gerd Hoffmann
2009-11-23 15:18           ` Paul Brook
2009-11-23 15:20           ` Daniel P. Berrange
2009-11-23 15:20           ` Anthony Liguori
2009-11-23 16:13             ` Gerd Hoffmann
2009-12-02 14:55               ` Anthony Liguori
2009-11-17  9:38 ` [Qemu-devel] [PATCH 2/9] default devices: core code & serial lines Gerd Hoffmann
2009-11-20 16:48   ` Markus Armbruster
2009-11-17  9:38 ` [Qemu-devel] [PATCH 3/9] default devices: parallel port Gerd Hoffmann
2009-11-20 16:52   ` Markus Armbruster
2009-11-17  9:38 ` [Qemu-devel] [PATCH 4/9] default devices: monitor Gerd Hoffmann
2009-11-20 16:59   ` Markus Armbruster
2009-11-17  9:38 ` [Qemu-devel] [PATCH 5/9] zap serial_monitor_mux Gerd Hoffmann
2009-11-17  9:38 ` [Qemu-devel] [PATCH 6/9] default devices: vga Gerd Hoffmann
2009-11-17  9:38 ` [Qemu-devel] [PATCH 7/9] default devices: net Gerd Hoffmann
2009-11-17  9:38 ` [Qemu-devel] [PATCH 8/9] default devices: drives Gerd Hoffmann
2009-11-17  9:38 ` [Qemu-devel] [PATCH 9/9] default devices: global switch Gerd Hoffmann

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.