[Qemu-devel] [PATCH] Let ESP SCSI adapter to be usable outside sun4m (v2)

2008-03-01 Thread Hervé Poussineau
Hi, At the moment, ESP SCSI adapter can only be used inside sun4m machines. Attached patch moves the declaration outside sun4m.h, so other machines can also use it. Declaration has been added to a new file scsi.h. As Blue Swirl suggested, DMA access functions are sent to the init function. He

Re: [Qemu-devel] [PATCH] Let ESP SCSI adapter to be usable outside sun4m

2008-02-29 Thread Blue Swirl
On 2/24/08, Hervé Poussineau <[EMAIL PROTECTED]> wrote: > Hi, > > At the moment, ESP SCSI adapter can only be used inside sun4m machines. > Attached patch moves the declaration outside sun4m.h, so other machines > can also use it. > I've moved the declaration to devices.h because I found no bet

[Qemu-devel] [PATCH] Let ESP SCSI adapter to be usable outside sun4m

2008-02-24 Thread Hervé Poussineau
Hi, At the moment, ESP SCSI adapter can only be used inside sun4m machines. Attached patch moves the declaration outside sun4m.h, so other machines can also use it. I've moved the declaration to devices.h because I found no better place to put it. If you know a better place, please tell me :)