Apparently you work against an altered tree, the patch didn't apply.
Sorry, I have some pending patches and this was on top of those.
I fixed that and applied the result. I haven't tested it for sparc
since I have no openbios image around.
Please take a look at pc-bios/openbios-sparc32, it's
Blue Swirl wrote:
> Hi,
>
> The attached patch allows Sparc32 to boot like before with the old -cdrom
> cd.iso syntax or the new -disk scsi,img=cd.iso,sdx=a,type=cdrom,id=2
> syntax. Please apply.
Apparently you work against an altered tree, the patch didn't apply.
I fixed that and applied the
On Tuesday 15 August 2006 16:45, Blue Swirl wrote:
> >Why are we getting reads when no data is available? The command should
> >already
> >have completed.
>
> I don't know. Should all SCSI commands return something with the transfer
> mechanism? Or is it a bug in OpenBIOS, should it get the SCSI er
Why are we getting reads when no data is available? The command should
already
have completed.
I don't know. Should all SCSI commands return something with the transfer
mechanism? Or is it a bug in OpenBIOS, should it get the SCSI error status
somehow without transferring data?
The backgrou
On Sunday 13 August 2006 21:00, Blue Swirl wrote:
> If there is no CD in drive, sparc system emulator fails to boot. This
> happens because error handling is a bit broken in scsi-disk.c. The older
> OpenBIOS just didn't care.
> Index: qemu/hw/scsi-disk.c
> =