pvscsi appears to be missing from the pvops kernel. Is there a specific reason for this or has it just not been done yet? James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2009-Sep-24 12:48 UTC
Re: [Xen-devel] scsi passthrough in pvops kernel
On Thu, Sep 24, 2009 at 01:41:13PM +1000, James Harper wrote:> pvscsi appears to be missing from the pvops kernel. Is there a specific > reason for this or has it just not been done yet?Not done yet. You volunteering for it :-)> > James > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> > On Thu, Sep 24, 2009 at 01:41:13PM +1000, James Harper wrote: > > pvscsi appears to be missing from the pvops kernel. Is there aspecific> > reason for this or has it just not been done yet? > > Not done yet. You volunteering for it :-)I can probably make it compile (just did with pvusb :) but can''t test it too thoroughly at this point. James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2009-Sep-24 19:50 UTC
Re: [Xen-devel] scsi passthrough in pvops kernel
On 09/24/09 05:58, James Harper wrote:>> Not done yet. You volunteering for it :-) >> > I can probably make it compile (just did with pvusb :) but can''t test it > too thoroughly at this point. >Do you have some pvusb patches for me? Send them over and I''ll stick them in. J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> > On 09/24/09 05:58, James Harper wrote: > >> Not done yet. You volunteering for it :-) > >> > > I can probably make it compile (just did with pvusb :) but can''ttest it> > too thoroughly at this point. > > > > Do you have some pvusb patches for me? Send them over and I''ll stick > them in. >Noboru sent me a pre-release copy of his next release. He will be officially releasing sometime soon so I''ll wait until then if he hasn''t ported them already. With my updates the drivers compile under the pvops kernel but they call usb_buffer_free with interrupts disabled and dma_free_coherent doesn''t like it (billions of warnings logged). Are you interested in putting in usbback (and scsiback - I''ll do that shortly if nobody else does) without the corresponding frontend drivers? My main focus is the Windows GPLPV frontend drivers so the Linux frontend drivers aren''t a priority for me at this point... I can probably convert scsifront as scsi drivers are pretty basic but a lot of this usb stuff still baffles me :) James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2009-Sep-24 23:29 UTC
Re: [Xen-devel] scsi passthrough in pvops kernel
On 09/24/09 15:25, James Harper wrote:> Noboru sent me a pre-release copy of his next release. He will be > officially releasing sometime soon so I''ll wait until then if he hasn''t > ported them already. With my updates the drivers compile under the pvops > kernel but they call usb_buffer_free with interrupts disabled and > dma_free_coherent doesn''t like it (billions of warnings logged). >Yes, sounds like that ought to be fixed.> Are you interested in putting in usbback (and scsiback - I''ll do that > shortly if nobody else does) without the corresponding frontend drivers? > My main focus is the Windows GPLPV frontend drivers so the Linux > frontend drivers aren''t a priority for me at this point... I can > probably convert scsifront as scsi drivers are pretty basic but a lot of > this usb stuff still baffles me :)Sure. I can stick them on their own branch if they''re not really ready for general use. J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Thu, Sep 24, 2009 at 04:29:54PM -0700, Jeremy Fitzhardinge wrote:> On 09/24/09 15:25, James Harper wrote: > > Noboru sent me a pre-release copy of his next release. He will be > > officially releasing sometime soon so I''ll wait until then if he hasn''t > > ported them already. With my updates the drivers compile under the pvops > > kernel but they call usb_buffer_free with interrupts disabled and > > dma_free_coherent doesn''t like it (billions of warnings logged). > > > > Yes, sounds like that ought to be fixed. > > > Are you interested in putting in usbback (and scsiback - I''ll do that > > shortly if nobody else does) without the corresponding frontend drivers? > > My main focus is the Windows GPLPV frontend drivers so the Linux > > frontend drivers aren''t a priority for me at this point... I can > > probably convert scsifront as scsi drivers are pretty basic but a lot of > > this usb stuff still baffles me :) > > Sure. I can stick them on their own branch if they''re not really ready > for general use. >It seems Debian might be shipping pv_ops dom0 kernel in their next stable release (squeeze), if I understood things correctly. Would be good to have these features in the pvops dom0 tree.. -- Pasi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Fri, Sep 25, 2009 at 08:25:49AM +1000, James Harper wrote:> > > > On 09/24/09 05:58, James Harper wrote: > > >> Not done yet. You volunteering for it :-) > > >> > > > I can probably make it compile (just did with pvusb :) but can''t > test it > > > too thoroughly at this point. > > > > > > > Do you have some pvusb patches for me? Send them over and I''ll stick > > them in. > > > > Noboru sent me a pre-release copy of his next release. He will be > officially releasing sometime soon so I''ll wait until then if he hasn''t > ported them already. With my updates the drivers compile under the pvops > kernel but they call usb_buffer_free with interrupts disabled and > dma_free_coherent doesn''t like it (billions of warnings logged). > > Are you interested in putting in usbback (and scsiback - I''ll do that > shortly if nobody else does) without the corresponding frontend drivers? > My main focus is the Windows GPLPV frontend drivers so the Linux > frontend drivers aren''t a priority for me at this point... I can > probably convert scsifront as scsi drivers are pretty basic but a lot of > this usb stuff still baffles me :) >Did you have time to take a look at usbback/scsiback? :) -- Pasi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel