qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/9] fixup default device handling.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/9] fixup default device handling.
Date: Tue, 17 Nov 2009 10:38:10 +0100

  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





reply via email to

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