Re: [Qemu-devel] [FOR 0.12 PATCH v4 01/22] default devices: qdev integration.

2009-12-10 Thread Markus Armbruster
Gerd Hoffmann writes: > 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

[Qemu-devel] [FOR 0.12 PATCH v4 01/22] default devices: qdev integration.

2009-12-08 Thread 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