* Xen and Kernel 2.6.25
@ 2008-06-12 22:41 Crazy
2008-06-13 11:29 ` Grzegorz Miłoś
2008-06-18 17:39 ` Mark Williamson
0 siblings, 2 replies; 7+ messages in thread
From: Crazy @ 2008-06-12 22:41 UTC (permalink / raw)
To: xen-devel
Some question.
Can I install Xen-3.2.1 with 2.6.18-xen kernel... to my Dom0
and without HVM, starting a debian(DomU) with kernel 2.6.25 from kernel src
and compiled with all XEN port / features ?
or i need to use the vmlinuz-2.6.18-xen to all my DomU ??
Thanks
Crazy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Xen and Kernel 2.6.25
2008-06-12 22:41 Xen and Kernel 2.6.25 Crazy
@ 2008-06-13 11:29 ` Grzegorz Miłoś
2008-06-13 13:55 ` Ian Jackson
2008-06-18 17:39 ` Mark Williamson
1 sibling, 1 reply; 7+ messages in thread
From: Grzegorz Miłoś @ 2008-06-13 11:29 UTC (permalink / raw)
To: xen-devel
> Some question.
> Can I install Xen-3.2.1 with 2.6.18-xen kernel... to my Dom0
> and without HVM, starting a debian(DomU) with kernel 2.6.25 from kernel src
> and compiled with all XEN port / features ?
>
I don't think you'll be able to compile 2.6.25 DomU kernel from
vanilla sources (= kernel.org + xenbits.xensource.com). That's because
the changes have not been ported to anything beyond 2.6.18. However,
you might find that suitable patches/packages have been created by
individual distributions. So for example:
$ apt-get source linux-image-2.6.24-18-xen
gives me 'xenified' linux sources on my Ubuntu 8.04. I don't know if
that's good enough for you (you asked for Debian + 2.6.25, this is
Ubuntu + 2.6.24), but it should get you started.
Cheers
Gr(z)egor(z)
> or i need to use the vmlinuz-2.6.18-xen to all my DomU ??>
>
> Thanks
> Crazy
>
>
>
>
>
> _______________________________________________
> 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: Xen and Kernel 2.6.25
2008-06-13 11:29 ` Grzegorz Miłoś
@ 2008-06-13 13:55 ` Ian Jackson
2008-06-13 14:41 ` Crazy
2008-06-13 16:06 ` Grzegorz Miłoś
0 siblings, 2 replies; 7+ messages in thread
From: Ian Jackson @ 2008-06-13 13:55 UTC (permalink / raw)
To: Grzegorz Miłoś; +Cc: xen-devel
Grzegorz Mi³o¶ writes ("Re: [Xen-devel] Xen and Kernel 2.6.25"):
> > Some question.
> > Can I install Xen-3.2.1 with 2.6.18-xen kernel... to my Dom0
> > and without HVM, starting a debian(DomU) with kernel 2.6.25 from kernel src
> > and compiled with all XEN port / features ?
>
> I don't think you'll be able to compile 2.6.25 DomU kernel from
> vanilla sources (= kernel.org + xenbits.xensource.com).
Recent mainline kernels (including 2.6.25) have domU support. It's
not feature complete but it should be useable. (Last I checked
save/restore and ballooning weren't supported, but work in this area
is continuing apace.)
Ian.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Xen and Kernel 2.6.25
2008-06-13 13:55 ` Ian Jackson
@ 2008-06-13 14:41 ` Crazy
2008-06-18 17:41 ` Mark Williamson
2008-06-13 16:06 ` Grzegorz Miłoś
1 sibling, 1 reply; 7+ messages in thread
From: Crazy @ 2008-06-13 14:41 UTC (permalink / raw)
To: xen-devel
Really nice.
I try to use 2.6.5 with the domU support, and it´s working!
The only thing that isnt working its the vnc. I think because 2.6.25-xen,
doenst have frambuffer for xen support yet
Its a task for 2.6.26 perhaps
see in http://wiki.xensource.com/xenwiki/XenParavirtOps
-----------------------------
# eatures in 2.6.25:
* x86-32 support
* SMP
* Console (hvc0)
* Blockfront (xvdX)
* Netfront
# Queued for 2.6.26:
* Balloon (contraction only)
* paravirtual framebuffer + mouse (pvfb)
* 2.6.26 onwards will be PAE-only
-------------------------------------------------
"Ian Jackson" <Ian.Jackson@eu.citrix.com> escreveu na mensagem
news:18514.31853.524156.930331@mariner.uk.xensource.com...
> Grzegorz Mi³o¶ writes ("Re: [Xen-devel] Xen and Kernel 2.6.25"):
>> > Some question.
>> > Can I install Xen-3.2.1 with 2.6.18-xen kernel... to my Dom0
>> > and without HVM, starting a debian(DomU) with kernel 2.6.25 from kernel
>> > src
>> > and compiled with all XEN port / features ?
>>
>> I don't think you'll be able to compile 2.6.25 DomU kernel from
>> vanilla sources (= kernel.org + xenbits.xensource.com).
>
> Recent mainline kernels (including 2.6.25) have domU support. It's
> not feature complete but it should be useable. (Last I checked
> save/restore and ballooning weren't supported, but work in this area
> is continuing apace.)
>
> Ian.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Xen and Kernel 2.6.25
2008-06-13 13:55 ` Ian Jackson
2008-06-13 14:41 ` Crazy
@ 2008-06-13 16:06 ` Grzegorz Miłoś
1 sibling, 0 replies; 7+ messages in thread
From: Grzegorz Miłoś @ 2008-06-13 16:06 UTC (permalink / raw)
To: Ian Jackson; +Cc: xen-devel
>> > Can I install Xen-3.2.1 with 2.6.18-xen kernel... to my Dom0
>> > and without HVM, starting a debian(DomU) with kernel 2.6.25 from kernel src
>> > and compiled with all XEN port / features ?
>>
>> I don't think you'll be able to compile 2.6.25 DomU kernel from
>> vanilla sources (= kernel.org + xenbits.xensource.com).
>
> Recent mainline kernels (including 2.6.25) have domU support. It's
> not feature complete but it should be useable. (Last I checked
> save/restore and ballooning weren't supported, but work in this area
> is continuing apace.)
>
Yes, of course. Sorry, I was completly stuck in my little world cloned
from xenbits :).
Cheers
Gregor
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Xen and Kernel 2.6.25
2008-06-12 22:41 Xen and Kernel 2.6.25 Crazy
2008-06-13 11:29 ` Grzegorz Miłoś
@ 2008-06-18 17:39 ` Mark Williamson
1 sibling, 0 replies; 7+ messages in thread
From: Mark Williamson @ 2008-06-18 17:39 UTC (permalink / raw)
To: xen-devel; +Cc: Crazy
You can use a different kernel in each domU, it's independent of dom0 kernel
version.
Cheers,
Mark
On Thursday 12 June 2008, Crazy wrote:
> Some question.
> Can I install Xen-3.2.1 with 2.6.18-xen kernel... to my Dom0
> and without HVM, starting a debian(DomU) with kernel 2.6.25 from kernel src
> and compiled with all XEN port / features ?
>
> or i need to use the vmlinuz-2.6.18-xen to all my DomU ??
>
>
> Thanks
> Crazy
>
>
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
--
Push Me Pull You - Distributed SCM tool (http://www.cl.cam.ac.uk/~maw48/pmpu/)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Re: Xen and Kernel 2.6.25
2008-06-13 14:41 ` Crazy
@ 2008-06-18 17:41 ` Mark Williamson
0 siblings, 0 replies; 7+ messages in thread
From: Mark Williamson @ 2008-06-18 17:41 UTC (permalink / raw)
To: xen-devel; +Cc: Crazy
> I try to use 2.6.5 with the domU support, and it´s working!
> The only thing that isnt working its the vnc. I think because 2.6.25-xen,
> doenst have frambuffer for xen support yet
> Its a task for 2.6.26 perhaps
It's already in the 2.6.26 tree. You could clone Linus's git tree, or
download a tarball of 2.6.26-rc6 if you'd like to try this out.
Cheers,
Mark
> see in http://wiki.xensource.com/xenwiki/XenParavirtOps
> -----------------------------
> # eatures in 2.6.25:
>
> * x86-32 support
> * SMP
> * Console (hvc0)
> * Blockfront (xvdX)
> * Netfront
>
> # Queued for 2.6.26:
>
> * Balloon (contraction only)
> * paravirtual framebuffer + mouse (pvfb)
> * 2.6.26 onwards will be PAE-only
> -------------------------------------------------
>
> "Ian Jackson" <Ian.Jackson@eu.citrix.com> escreveu na mensagem
> news:18514.31853.524156.930331@mariner.uk.xensource.com...
>
> > Grzegorz Mi³o¶ writes ("Re: [Xen-devel] Xen and Kernel 2.6.25"):
> >> > Some question.
> >> > Can I install Xen-3.2.1 with 2.6.18-xen kernel... to my Dom0
> >> > and without HVM, starting a debian(DomU) with kernel 2.6.25 from
> >> > kernel src
> >> > and compiled with all XEN port / features ?
> >>
> >> I don't think you'll be able to compile 2.6.25 DomU kernel from
> >> vanilla sources (= kernel.org + xenbits.xensource.com).
> >
> > Recent mainline kernels (including 2.6.25) have domU support. It's
> > not feature complete but it should be useable. (Last I checked
> > save/restore and ballooning weren't supported, but work in this area
> > is continuing apace.)
> >
> > Ian.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
--
Push Me Pull You - Distributed SCM tool (http://www.cl.cam.ac.uk/~maw48/pmpu/)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-06-18 17:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-12 22:41 Xen and Kernel 2.6.25 Crazy
2008-06-13 11:29 ` Grzegorz Miłoś
2008-06-13 13:55 ` Ian Jackson
2008-06-13 14:41 ` Crazy
2008-06-18 17:41 ` Mark Williamson
2008-06-13 16:06 ` Grzegorz Miłoś
2008-06-18 17:39 ` Mark Williamson
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.