All of lore.kernel.org
 help / color / mirror / Atom feed
* Which kernel for dom0 with pv_ops
@ 2011-04-15 14:14 Marek Marczykowski
  2011-04-15 17:19 ` Pasi Kärkkäinen
  2011-04-15 21:46 ` Joanna Rutkowska
  0 siblings, 2 replies; 4+ messages in thread
From: Marek Marczykowski @ 2011-04-15 14:14 UTC (permalink / raw)
  To: xen-devel; +Cc: Joanna Rutkowska


[-- Attachment #1.1: Type: text/plain, Size: 981 bytes --]

Hello,

I'm trying to prepare new kernel for Qubes OS. Which version should I
use? The main goal is to use as new as possible kernel (for new hardware
support) and pv_ops. Required functionality:
 - dom0 :)
 - netback
 - netfront
 - blkback
 - pciback

Nice to see also pvusb-back.

Same question for domU, but here I suppose that vanilla 2.6.39 will do
the work. Required functionality:
 - netfront
 - netback (!)
 - pcifront
 - (optional) pvusb-front

Is there any git tree containing all of above? Or maybe I should use
some additional patches (from where?)?

I guess that for dom0 the best choice is Konrad's repo, branch
linux-next, right? But there is no PCI backend driver and maybe more...


For now, I use xen 4.0.1 as stable in Fedora 14. Is newer version
required for some of above to work properly?

-- 
Pozdrawiam / Best Regards,
Marek Marczykowski         | RLU #390519
marmarek at mimuw edu pl   | xmpp:marmarek at staszic waw pl


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5842 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Which kernel for dom0 with pv_ops
  2011-04-15 14:14 Which kernel for dom0 with pv_ops Marek Marczykowski
@ 2011-04-15 17:19 ` Pasi Kärkkäinen
  2011-04-15 21:46 ` Joanna Rutkowska
  1 sibling, 0 replies; 4+ messages in thread
From: Pasi Kärkkäinen @ 2011-04-15 17:19 UTC (permalink / raw)
  To: Marek Marczykowski; +Cc: xen-devel, Joanna Rutkowska

On Fri, Apr 15, 2011 at 04:14:56PM +0200, Marek Marczykowski wrote:
> Hello,
> 
> I'm trying to prepare new kernel for Qubes OS. Which version should I
> use? The main goal is to use as new as possible kernel (for new hardware
> support) and pv_ops. Required functionality:
>  - dom0 :)
>  - netback
>  - netfront
>  - blkback
>  - pciback
> 
> Nice to see also pvusb-back.
> 

pvusb port to pvops 2.6.32 was posted here:
http://lists.xensource.com/archives/html/xen-devel/2011-01/msg00354.html
http://members.iinet.net.au/~nathanael/pvusb.diff

> Same question for domU, but here I suppose that vanilla 2.6.39 will do
> the work. Required functionality:
>  - netfront
>  - netback (!)
>  - pcifront
>  - (optional) pvusb-front
> 

Someone should upstream pvusb patches.. both usbfront and usbback.


> Is there any git tree containing all of above? Or maybe I should use
> some additional patches (from where?)?
> 
> I guess that for dom0 the best choice is Konrad's repo, branch
> linux-next, right? But there is no PCI backend driver and maybe more...
> 

I think for dom0 you should use Jeremy's xen.git xen/stable-2.6.32.x

> 
> For now, I use xen 4.0.1 as stable in Fedora 14. Is newer version
> required for some of above to work properly?
> 

Note that xl/libxl toolstack in Xen 4.1 does NOT have pvusb or pvscsi support (yet).
Feel free to send patches :)

-- Pasi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Which kernel for dom0 with pv_ops
  2011-04-15 14:14 Which kernel for dom0 with pv_ops Marek Marczykowski
  2011-04-15 17:19 ` Pasi Kärkkäinen
@ 2011-04-15 21:46 ` Joanna Rutkowska
  2011-04-18 14:16   ` Konrad Rzeszutek Wilk
  1 sibling, 1 reply; 4+ messages in thread
From: Joanna Rutkowska @ 2011-04-15 21:46 UTC (permalink / raw)
  To: Marek Marczykowski; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1135 bytes --]

On 04/15/11 16:14, Marek Marczykowski wrote:
> Hello,
> 
> I'm trying to prepare new kernel for Qubes OS. Which version should I
> use? The main goal is to use as new as possible kernel (for new hardware
> support) and pv_ops. Required functionality:
>  - dom0 :)
>  - netback

Actually we don't need netback for Dom0.

>  - netfront
>  - blkback
>  - pciback
> 
> Nice to see also pvusb-back.
> 

Generally, we would like to use either 2.6.38 or 2.6.39 with any
required patches to bring blk and pci backends.

> Same question for domU, but here I suppose that vanilla 2.6.39 will do
> the work. Required functionality:
>  - netfront
>  - netback (!)
>  - pcifront
>  - (optional) pvusb-front
> 
> Is there any git tree containing all of above? Or maybe I should use
> some additional patches (from where?)?
> 
> I guess that for dom0 the best choice is Konrad's repo, branch
> linux-next, right? But there is no PCI backend driver and maybe more...
> 
> 
> For now, I use xen 4.0.1 as stable in Fedora 14. Is newer version
> required for some of above to work properly?
> 

Thanks,
joanna.


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 518 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: Which kernel for dom0 with pv_ops
  2011-04-15 21:46 ` Joanna Rutkowska
@ 2011-04-18 14:16   ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-04-18 14:16 UTC (permalink / raw)
  To: Joanna Rutkowska; +Cc: xen-devel, Marek Marczykowski

> > Is there any git tree containing all of above? Or maybe I should use
> > some additional patches (from where?)?

So pcifront, netfront, etc, are in the upstream kernel. So it netback in 2.6.39.

> > 
> > I guess that for dom0 the best choice is Konrad's repo, branch
> > linux-next, right? But there is no PCI backend driver and maybe more...

I stuck it in devel/next-2.6.3[8,9].

> > 
> > 
> > For now, I use xen 4.0.1 as stable in Fedora 14. Is newer version
> > required for some of above to work properly?

Should not matter. I've been using CentOS 5.5,FC 13, FC 14, and Ubuntu 10.10
with success.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-18 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 14:14 Which kernel for dom0 with pv_ops Marek Marczykowski
2011-04-15 17:19 ` Pasi Kärkkäinen
2011-04-15 21:46 ` Joanna Rutkowska
2011-04-18 14:16   ` Konrad Rzeszutek Wilk

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.