* Timeline for migrating to newer Linux kernels?
@ 2006-12-28 19:31 Zulauf, John
2007-01-01 0:21 ` Rik van Riel
0 siblings, 1 reply; 7+ messages in thread
From: Zulauf, John @ 2006-12-28 19:31 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 405 bytes --]
What is the schedule/plan for moving the Xen linux kernel development to
the something far nearer the tip of the kernel.org tree?
We are using Xen on newer platforms using the G965 chipsets, for which
feature support was only recently added to the Linux kernel. Several
features of the chipset are not enabled under 2.6.16-29.
Thanks
John Zulauf
Intel Corporation
[-- Attachment #1.2: Type: text/html, Size: 3182 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] 7+ messages in thread
* Re: Timeline for migrating to newer Linux kernels?
2006-12-28 19:31 Timeline for migrating to newer Linux kernels? Zulauf, John
@ 2007-01-01 0:21 ` Rik van Riel
2007-01-01 16:44 ` Keir Fraser
2007-01-02 1:20 ` Jeremy Fitzhardinge
0 siblings, 2 replies; 7+ messages in thread
From: Rik van Riel @ 2007-01-01 0:21 UTC (permalink / raw)
To: Zulauf, John; +Cc: xen-devel
Zulauf, John wrote:
> What is the schedule/plan for moving the Xen linux kernel development to
> the something far nearer the tip of the kernel.org tree?
This has been an ongoing issue for well over the last year.
XenSource has usually been less than useful when it comes
to tracking the upstream kernel. I suspect they'll be
obsoleted by KVM and/or lhype at some point in the future,
because those will just be there in the upstream kernel
while Xen won't.
If XenSource has any intention of having Xen stay relevant
in the future, they'll want to seriously pursue an upstream
merge of their code.
At the moment Xen is still the leader when it comes to features
and performance (http://virt.kernelnewbies.org/TechComparison),
but who knows how long that will last?
--
Politics is the struggle between those who want to make their country
the best in the world, and those who believe it already is. Each group
calls the other unpatriotic.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Timeline for migrating to newer Linux kernels?
2007-01-01 0:21 ` Rik van Riel
@ 2007-01-01 16:44 ` Keir Fraser
2007-01-02 9:49 ` Daniel P. Berrange
2007-01-02 1:20 ` Jeremy Fitzhardinge
1 sibling, 1 reply; 7+ messages in thread
From: Keir Fraser @ 2007-01-01 16:44 UTC (permalink / raw)
To: Rik van Riel, Zulauf, John; +Cc: xen-devel
On 1/1/07 12:21 am, "Rik van Riel" <riel@redhat.com> wrote:
> XenSource has usually been less than useful when it comes
> to tracking the upstream kernel. I suspect they'll be
> obsoleted by KVM and/or lhype at some point in the future,
> because those will just be there in the upstream kernel
> while Xen won't.
>
> If XenSource has any intention of having Xen stay relevant
> in the future, they'll want to seriously pursue an upstream
> merge of their code.
There are ongoing efforts from (at least) XenSource, Novell, Red Hat and IBM
to merge Xen support into upstream Linux. The paravirt_ops infrastructure is
already merged for 2.6.20 and we will hopefully see implementations of the
new interface, including Xen, merged for 2.6.21.
As for the Linux sparse tree in xen-unstable, it will be upgraded and moved
to a separate repository before 3.0.5. With the guest kernel interfaces
having been stable for some time, it makes lots of sense to separate
hypervisor development and its release cycle from that of guest kernels.
-- Keir
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Timeline for migrating to newer Linux kernels?
2007-01-01 16:44 ` Keir Fraser
@ 2007-01-02 9:49 ` Daniel P. Berrange
2007-01-02 10:07 ` Keir Fraser
2007-01-10 2:54 ` Jimi Xenidis
0 siblings, 2 replies; 7+ messages in thread
From: Daniel P. Berrange @ 2007-01-02 9:49 UTC (permalink / raw)
To: Keir Fraser; +Cc: Zulauf, John, xen-devel
On Mon, Jan 01, 2007 at 04:44:30PM +0000, Keir Fraser wrote:
> On 1/1/07 12:21 am, "Rik van Riel" <riel@redhat.com> wrote:
>
> > XenSource has usually been less than useful when it comes
> > to tracking the upstream kernel. I suspect they'll be
> > obsoleted by KVM and/or lhype at some point in the future,
> > because those will just be there in the upstream kernel
> > while Xen won't.
> >
> > If XenSource has any intention of having Xen stay relevant
> > in the future, they'll want to seriously pursue an upstream
> > merge of their code.
>
> There are ongoing efforts from (at least) XenSource, Novell, Red Hat and IBM
> to merge Xen support into upstream Linux. The paravirt_ops infrastructure is
> already merged for 2.6.20 and we will hopefully see implementations of the
> new interface, including Xen, merged for 2.6.21.
>
> As for the Linux sparse tree in xen-unstable, it will be upgraded and moved
> to a separate repository before 3.0.5. With the guest kernel interfaces
> having been stable for some time, it makes lots of sense to separate
> hypervisor development and its release cycle from that of guest kernels.
When you say 'guest' kernel interfaces are you simply refering to DomU,
or also Dom0 ? Having a separate repository / tree which only did the
DomU kernel would be little use for Fedora, because we track the latest
upstream kernels for both Dom0 and DomU. So I'd hope the separate kernel
tree would cover Dom0 & DomU - is this what's planned ?
Regards,
Dan.
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Projects: http://freshmeat.net/~danielpb/ -=|
|=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Timeline for migrating to newer Linux kernels?
2007-01-02 9:49 ` Daniel P. Berrange
@ 2007-01-02 10:07 ` Keir Fraser
2007-01-10 2:54 ` Jimi Xenidis
1 sibling, 0 replies; 7+ messages in thread
From: Keir Fraser @ 2007-01-02 10:07 UTC (permalink / raw)
To: Daniel P. Berrange; +Cc: Zulauf, John, xen-devel
On 2/1/07 09:49, "Daniel P. Berrange" <berrange@redhat.com> wrote:
>> As for the Linux sparse tree in xen-unstable, it will be upgraded and moved
>> to a separate repository before 3.0.5. With the guest kernel interfaces
>> having been stable for some time, it makes lots of sense to separate
>> hypervisor development and its release cycle from that of guest kernels.
>
> When you say 'guest' kernel interfaces are you simply refering to DomU,
> or also Dom0 ? Having a separate repository / tree which only did the
> DomU kernel would be little use for Fedora, because we track the latest
> upstream kernels for both Dom0 and DomU. So I'd hope the separate kernel
> tree would cover Dom0 & DomU - is this what's planned ?
We will have a separate repository that has the same feature set as the
current integrated sparse tree -- i.e., it will support both dom0 and domU.
-- Keir
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Timeline for migrating to newer Linux kernels?
2007-01-02 9:49 ` Daniel P. Berrange
2007-01-02 10:07 ` Keir Fraser
@ 2007-01-10 2:54 ` Jimi Xenidis
1 sibling, 0 replies; 7+ messages in thread
From: Jimi Xenidis @ 2007-01-10 2:54 UTC (permalink / raw)
To: Keir Fraser; +Cc: Chris Wright, xen-devel, xen-ppc-devel
> On Mon, Jan 01, 2007 at 04:44:30PM +0000, Keir Fraser wrote:
>> On 1/1/07 12:21 am, "Rik van Riel" <riel@redhat.com> wrote:
>>
>>> XenSource has usually been less than useful when it comes
>>> to tracking the upstream kernel. I suspect they'll be
>>> obsoleted by KVM and/or lhype at some point in the future,
>>> because those will just be there in the upstream kernel
>>> while Xen won't.
>>>
>>> If XenSource has any intention of having Xen stay relevant
>>> in the future, they'll want to seriously pursue an upstream
>>> merge of their code.
>>
>> There are ongoing efforts from (at least) XenSource, Novell, Red
>> Hat and IBM
>> to merge Xen support into upstream Linux. The paravirt_ops
>> infrastructure is
>> already merged for 2.6.20 and we will hopefully see
>> implementations of the
>> new interface, including Xen, merged for 2.6.21.
>>
>> As for the Linux sparse tree in xen-unstable, it will be upgraded
>> and moved
>> to a separate repository before 3.0.5. With the guest kernel
>> interfaces
>> having been stable for some time, it makes lots of sense to separate
>> hypervisor development and its release cycle from that of guest
>> kernels.
Sorry for the disconnected reply, but is there a time line for this?
how can other help?
The xen-ppc team is lagging behind both kernel.org and sen-unstable
and we've lost all hope of regaining a common root.
-JX
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Timeline for migrating to newer Linux kernels?
2007-01-01 0:21 ` Rik van Riel
2007-01-01 16:44 ` Keir Fraser
@ 2007-01-02 1:20 ` Jeremy Fitzhardinge
1 sibling, 0 replies; 7+ messages in thread
From: Jeremy Fitzhardinge @ 2007-01-02 1:20 UTC (permalink / raw)
To: Rik van Riel; +Cc: Zulauf, John, xen-devel
Rik van Riel wrote:
> If XenSource has any intention of having Xen stay relevant
> in the future, they'll want to seriously pursue an upstream
> merge of their code.
That's an active project. The paravirt ops patches have been laying the
groundwork, and I'm planning on posting the Xen patches based on it in
the next few days when I get back from vacation. Once Xen is in the
kernel, the parallel project will be to make the hg Xen tree sync with
it. There will still need to be some external patches, but they will
diminish over time.
J
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-01-10 2:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-28 19:31 Timeline for migrating to newer Linux kernels? Zulauf, John
2007-01-01 0:21 ` Rik van Riel
2007-01-01 16:44 ` Keir Fraser
2007-01-02 9:49 ` Daniel P. Berrange
2007-01-02 10:07 ` Keir Fraser
2007-01-10 2:54 ` Jimi Xenidis
2007-01-02 1:20 ` Jeremy Fitzhardinge
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.