Re: [Qemu-devel] Implementing new serial virtual HW w/ redirection

2012-02-22 Thread Emmanuel Blot
On Tue, Feb 21, 2012 at 7:58 AM, Markus Armbruster wrote: >> Any advice would be greatly appreciated, > Hope this helps. Yes, definitely. It works fine, thanks a lot. Now I need to understand why the *qdev.init function is called twice, but it's another issue. Thanks again for your help, Emman

Re: [Qemu-devel] Implementing new serial virtual HW w/ redirection

2012-02-20 Thread Markus Armbruster
Emmanuel Blot writes: > Hi All, > > I'm new to the ML. > > I've started to port Qemu to a new HW based on ARM926EJ-S core. > So far so good, I've implemented some basic HW (INT controller, System > register, UART, …) > > I'd like to redirect the virtual serial port not to the current > default st

Re: [Qemu-devel] Implementing new serial virtual HW w/ redirection

2012-02-20 Thread Emmanuel Blot
Hi All, > I've looked at several examples on virtual serial port in existing Qemu > drivers, > but I don't know what is the best and simplest way to go. > > Any advice would be greatly appreciated, Any pointer? Should I better ask this kind of questions to another QEmu ML (users, …?) Thanks, Ma

[Qemu-devel] Implementing new serial virtual HW w/ redirection

2012-02-20 Thread Emmanuel Blot
Hi All, I'm new to the ML. I've started to port Qemu to a new HW based on ARM926EJ-S core. So far so good, I've implemented some basic HW (INT controller, System register, UART, …) I'd like to redirect the virtual serial port not to the current default stdin/stdout of the Qemu application, but t