Re: [SeaBIOS] [PATCH] usb: Add support for OHCI bulk transfers

2015-01-07 Thread Kevin O'Connor
On Wed, Jan 07, 2015 at 03:55:10PM +0100, Gerd Hoffmann wrote: > On Di, 2015-01-06 at 10:12 -0500, Kevin O'Connor wrote: > > On Mon, Dec 29, 2014 at 02:30:05PM -0500, Kevin O'Connor wrote: > > > Support bulk transfers (usb drives) on OHCI USB controllers. Now that > > > there is support for 32bit

Re: [SeaBIOS] [PATCH] vgabios: Support emulated text in gfx_read_char()

2015-01-07 Thread Kevin O'Connor
On Wed, Jan 07, 2015 at 08:50:07AM +0100, Paolo Bonzini wrote: > > > On 07/01/2015 07:43, Kevin O'Connor wrote: > > So, unless I've missed something, I don't think it impacts gwbasic. > > Yeah, I don't know how I missed "if (vga_emulate_text())". I guess I > was confused by the reference to oth

[SeaBIOS] Jenkins build is back to normal : seabios #146

2015-01-07 Thread Jenkins Build Host
See ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] [PATCH] usb: Add support for OHCI bulk transfers

2015-01-07 Thread Gerd Hoffmann
On Di, 2015-01-06 at 10:12 -0500, Kevin O'Connor wrote: > On Mon, Dec 29, 2014 at 02:30:05PM -0500, Kevin O'Connor wrote: > > Support bulk transfers (usb drives) on OHCI USB controllers. Now that > > there is support for 32bit only drive controllers, it is not that hard > > to support disks on OHC

Re: [SeaBIOS] [PATCH] vgabios: Support emulated text in gfx_read_char()

2015-01-07 Thread Paolo Bonzini
On 07/01/2015 07:43, Kevin O'Connor wrote: > So, unless I've missed something, I don't think it impacts gwbasic. Yeah, I don't know how I missed "if (vga_emulate_text())". I guess I was confused by the reference to other video cards in the commit messages. Paolo __