* scsi passthrough in pvops kernel
@ 2009-09-24 3:41 James Harper
2009-09-24 12:48 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 8+ messages in thread
From: James Harper @ 2009-09-24 3:41 UTC (permalink / raw)
To: xen-devel
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: scsi passthrough in pvops kernel
2009-09-24 3:41 scsi passthrough in pvops kernel James Harper
@ 2009-09-24 12:48 ` Konrad Rzeszutek Wilk
2009-09-24 12:58 ` James Harper
0 siblings, 1 reply; 8+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-09-24 12:48 UTC (permalink / raw)
To: James Harper; +Cc: 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 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: scsi passthrough in pvops kernel
2009-09-24 12:48 ` Konrad Rzeszutek Wilk
@ 2009-09-24 12:58 ` James Harper
2009-09-24 19:50 ` Jeremy Fitzhardinge
0 siblings, 1 reply; 8+ messages in thread
From: James Harper @ 2009-09-24 12:58 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: 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 a
specific
> > 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: scsi passthrough in pvops kernel
2009-09-24 12:58 ` James Harper
@ 2009-09-24 19:50 ` Jeremy Fitzhardinge
2009-09-24 22:25 ` James Harper
0 siblings, 1 reply; 8+ messages in thread
From: Jeremy Fitzhardinge @ 2009-09-24 19:50 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel, Konrad Rzeszutek Wilk
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: scsi passthrough in pvops kernel
2009-09-24 19:50 ` Jeremy Fitzhardinge
@ 2009-09-24 22:25 ` James Harper
2009-09-24 23:29 ` Jeremy Fitzhardinge
2010-01-25 17:47 ` Pasi Kärkkäinen
0 siblings, 2 replies; 8+ messages in thread
From: James Harper @ 2009-09-24 22:25 UTC (permalink / raw)
To: Jeremy Fitzhardinge; +Cc: xen-devel, Konrad Rzeszutek Wilk
>
> 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 :)
James
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: scsi passthrough in pvops kernel
2009-09-24 22:25 ` James Harper
@ 2009-09-24 23:29 ` Jeremy Fitzhardinge
2009-10-27 18:42 ` Pasi Kärkkäinen
2010-01-25 17:47 ` Pasi Kärkkäinen
1 sibling, 1 reply; 8+ messages in thread
From: Jeremy Fitzhardinge @ 2009-09-24 23:29 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel, Konrad Rzeszutek Wilk
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: scsi passthrough in pvops kernel
2009-09-24 23:29 ` Jeremy Fitzhardinge
@ 2009-10-27 18:42 ` Pasi Kärkkäinen
0 siblings, 0 replies; 8+ messages in thread
From: Pasi Kärkkäinen @ 2009-10-27 18:42 UTC (permalink / raw)
To: Jeremy Fitzhardinge; +Cc: James Harper, xen-devel, Konrad Rzeszutek Wilk
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: scsi passthrough in pvops kernel
2009-09-24 22:25 ` James Harper
2009-09-24 23:29 ` Jeremy Fitzhardinge
@ 2010-01-25 17:47 ` Pasi Kärkkäinen
1 sibling, 0 replies; 8+ messages in thread
From: Pasi Kärkkäinen @ 2010-01-25 17:47 UTC (permalink / raw)
To: James Harper; +Cc: Jeremy Fitzhardinge, xen-devel, Konrad Rzeszutek Wilk
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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-01-25 17:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-24 3:41 scsi passthrough in pvops kernel James Harper
2009-09-24 12:48 ` Konrad Rzeszutek Wilk
2009-09-24 12:58 ` James Harper
2009-09-24 19:50 ` Jeremy Fitzhardinge
2009-09-24 22:25 ` James Harper
2009-09-24 23:29 ` Jeremy Fitzhardinge
2009-10-27 18:42 ` Pasi Kärkkäinen
2010-01-25 17:47 ` Pasi Kärkkäinen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.