Re: [Qemu-devel] [SeaBIOS] [PATCH 3/3] add serial console support

2016-07-05 Thread Kevin O'Connor
On Tue, Jul 05, 2016 at 05:07:08PM +0200, Gerd Hoffmann wrote: > I also hacked up a patch to send output to both vga + serial: > > https://www.kraxel.org/cgit/seabios/commit/?h=serial=3afd7b8bb96126b00989f3ae09f451bbec4f00f7 > > Not working stable though, seems to corrupt memory, not sure why. >

Re: [Qemu-devel] [SeaBIOS] [PATCH 3/3] add serial console support

2016-07-05 Thread Gerd Hoffmann
On Di, 2016-07-05 at 10:30 -0400, Kevin O'Connor wrote: > On Mon, Jul 04, 2016 at 10:39:54PM +0200, Gerd Hoffmann wrote: > > Signed-off-by: Gerd Hoffmann > > Not sure if this is still an RFC. I think it needs to have a Kconfig > option. It should probably also have runtime

Re: [Qemu-devel] [SeaBIOS] [PATCH 3/3] add serial console support

2016-07-05 Thread Kevin O'Connor
On Mon, Jul 04, 2016 at 10:39:54PM +0200, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann Not sure if this is still an RFC. I think it needs to have a Kconfig option. It should probably also have runtime enable option. [...] > --- a/Makefile > +++ b/Makefile > @@ -29,7