On 11/23/2009 02:52 AM, Gerd Hoffmann wrote: > > All not needed. Simply registering as qdev device is enougth. You can > then add a debug port like this, without adding new cmd line options: > > -chardev vc,id=debug -device isa-debugcon,chardev=debug > > Adding a second one on a non-default port works this way: > > -chardev vc,id=d2 -device isa-debugcon,iobase=0xea,chardev=d2 >
Sure, but is that user friendly? -hpa