Re: [SeaBIOS] [PATCH v2] add virtio-scsi driver

2012-02-15 Thread Laszlo Ersek
On 02/15/12 15:42, Paolo Bonzini wrote: > virtio-scsi is a simple HBA that talks to the host via a single > vring. The implementation looks like a hybrid of usb-msc and > virtio-blk. > > Signed-off-by: Paolo Bonzini Reviewed-by: Laszlo Ersek Laszlo ___

[SeaBIOS] [PATCH v2] add virtio-scsi driver

2012-02-15 Thread Paolo Bonzini
virtio-scsi is a simple HBA that talks to the host via a single vring. The implementation looks like a hybrid of usb-msc and virtio-blk. Signed-off-by: Paolo Bonzini --- Makefile |2 +- src/Kconfig |6 ++ src/block.c |3 +- src/blockcmd.c|5 +- src/boot.

Re: [SeaBIOS] [PATCH] add virtio-scsi driver

2012-02-15 Thread Paolo Bonzini
On 02/15/2012 02:35 PM, Laszlo Ersek wrote: > I've reviewed this patch for RHEL-6 and now diffed the RHEL-6 patch with > this one. I think the differences are all OK (source file list, handling > of the VIRTIO_SCSI config option, bdf vs. pci, contents of struct > virtio_scsi_config). Hm, no. I in

Re: [SeaBIOS] [PATCH] add virtio-scsi driver

2012-02-15 Thread Laszlo Ersek
Hi! (I hope this will reach the SeaBIOS mailing list, because I'm not subscribed.) I've reviewed this patch for RHEL-6 and now diffed the RHEL-6 patch with this one. I think the differences are all OK (source file list, handling of the VIRTIO_SCSI config option, bdf vs. pci, contents of struct vi

Re: [SeaBIOS] Time for a new release?

2012-02-15 Thread Paolo Bonzini
On 02/15/2012 02:46 AM, Kevin O'Connor wrote: >> > I would like to get virtio-scsi included. It would make sense to >> > have the QEMU side applied first, but perhaps it's not paramount now >> > that Rusty included the specification. > I don't recall seeing the seabios changes for virtio-scsi. I

[SeaBIOS] [PATCH] add virtio-scsi driver

2012-02-15 Thread Paolo Bonzini
virtio-scsi is a simple HBA that talks to the host via a single vring. The implementation looks like a hybrid of usb-msc and virtio-blk. Signed-off-by: Paolo Bonzini --- Makefile |2 +- src/Kconfig |6 ++ src/block.c |3 +- src/blockcmd.c|5 +- src/boot.

Re: [SeaBIOS] SeaBIOS and Bochs?

2012-02-15 Thread Paolo Bonzini
On 02/15/2012 11:21 AM, Fred . wrote: > How about 286 though? SeaBIOS has 32-bit code, so no way. Paolo ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] Time for a new release?

2012-02-15 Thread Fred .
I'd like to see the ImageMagick-powered bootsplash.sh image generation script merged in. On Wed, Feb 15, 2012 at 2:45 AM, Kevin O'Connor wrote: > Given the vgabios changes, I think the next release should be > v1.7.0. I agree with the version number.

Re: [SeaBIOS] SeaBIOS and Bochs?

2012-02-15 Thread Fred .
On Wed, Feb 15, 2012 at 3:21 AM, Kevin O'Connor wrote: > The latest SeaBIOS tip will work on 80386 - the 1.6.3 version requires > a 80586.  I think PCI may be required (to unlock ram). I think 386 is an ok minimum. How about 286 though? Will SeaBIOS work on 286? If not, why not? Is it possible to