[Qemu-devel] Re: [PATCH] Fix Sparc booting

2006-12-24 Thread Blue Swirl
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

[Qemu-devel] Re: [PATCH] Fix Sparc booting

2006-12-24 Thread Thiemo Seufer
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

[Qemu-devel] Re: [PATCH] Fix sparc booting with no CD in drive

2006-08-15 Thread Paul Brook
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

[Qemu-devel] Re: [PATCH] Fix sparc booting with no CD in drive

2006-08-15 Thread Blue Swirl
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

[Qemu-devel] Re: [PATCH] Fix sparc booting with no CD in drive

2006-08-14 Thread Paul Brook
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 > =