Hi, Fedora''s Xen hackers have been working hard towards switching our kernel-xen package from a forward-ported Xensource kernel tree to a state-of-the-art upstream, paravirt_ops based, kernel in Fedora 9 as described here: http://fedoraproject.org/wiki/Features/XenPvops http://www.redhat.com/archives/fedora-xen/2007-November/msg00106.html Some great progress has been made, and tomorrow''s rawhide will have a kernel-xen update with: + A very recent 2.6.25-rc4 base + Xen paravirt_ops DomU from upstream + x86_64 Xen paravirt_ops DomU support + Paravirt framebuffer However, although the Dom0 paravirt_ops work is well advanced at this point, we still don''t have backend drivers or x86_64 Dom0 working. With the feature freeze looming next week, we have make the difficult decision to focus the Fedora 9 efforts on DomU and postpone the inclusion of paravirt_ops Dom0 support. The alternative course of action was to keep shipping the 2.6.21.7 based kernel-xen in Fedora 9, but we have ruled this out as a supportable option. This kernel is almost a year old now and we cannot expect Fedora hackers to keep the distribution working on such an old kernel. Examples of the kind of issues we see cropping up are: 1) Broken installs due to old squashfs: https://bugzilla.redhat.com/431109 2) Broken SELinux due to old SELinux: https://bugzilla.redhat.com/436173 3) Broken networking due to old netlink: https://bugzilla.redhat.com/431179 We feel that making significant investment across the distribution to keep this old kernel working for the sake of Dom0 support would be wasting effort on a dead codebase. Work will continue apace on the Dom0 paravirt_ops effort for Fedora 10 and we hope to introduce the first build to rawhide soon after Fedora 9 been branched. This first build should include backend drivers and x86_64 support. If all goes well with the Dom0 support in Fedora 10 rawhide, we may well pull it into Fedora 9 as a post-GA update. So, in summary: 1) Try out the F9 rawhide/beta paravirt_ops kernel-xen in your DomUs 2) Keep your Dom0 on Fedora 8 for now 3) If you want to help out with Dom0 paravirt_ops testing, then be ready to jump onto Fedora 10 rawhide Thanks, Mark.
On Thu, 2008-03-06 at 15:29 +0000, Mark McLoughlin wrote:> Some great progress has been made, and tomorrow''s rawhide will > have a kernel-xen update with: > > + A very recent 2.6.25-rc4 base > > + Xen paravirt_ops DomU from upstream > > + x86_64 Xen paravirt_ops DomU supportI forgot to mention a minor detail :-) kernel-xen-2.6.25-0.0.rc4.fc9.x86_64 doesn''t actually boot, but hopefully Eduardo will have that fixed up in the next short while ... It boots fine with the config Eduardo was using in testing, but blows up with the stock Fedora config. The i686 kernel seems to be in good shape, so please do give that a hammering. Cheers, Mark.
Mark McLoughlin wrote:> > So, in summary: > > 1) Try out the F9 rawhide/beta paravirt_ops kernel-xen in your DomUs > > 2) Keep your Dom0 on Fedora 8 for now > > 3) If you want to help out with Dom0 paravirt_ops testing, then be > ready to jump onto Fedora 10 rawhide >Do you expect that the DomUs from the final Fedora 9 release will work smoothly with the Dom0 from RHEL/CentOS 5.1?
Daniel P. Berrange
2008-Mar-06 16:53 UTC
Re: [Fedora-xen] Plans for paravirt_ops kernel-xen
On Thu, Mar 06, 2008 at 11:51:34AM -0500, Aaron Metzger wrote:> Mark McLoughlin wrote: > > > > > So, in summary: > > > > 1) Try out the F9 rawhide/beta paravirt_ops kernel-xen in your DomUs > > > > 2) Keep your Dom0 on Fedora 8 for now > > > > 3) If you want to help out with Dom0 paravirt_ops testing, then be > > ready to jump onto Fedora 10 rawhide > > > > Do you expect that the DomUs from the final Fedora 9 release will work > smoothly with the Dom0 from RHEL/CentOS 5.1?Yes, F9 DomU will fully support the Xen 3.x guest ABI, so should be compatible with any host running Xen 3.x releases including RHEL-5 and Fedora >= 5 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 -=|
On Thu, Mar 06, 2008 at 03:29:17PM +0000, Mark McLoughlin wrote:> Hi, > Fedora''s Xen hackers have been working hard towards switching > our kernel-xen package from a forward-ported Xensource kernel tree to a > state-of-the-art upstream, paravirt_ops based, kernel in Fedora 9 as > described here: > > http://fedoraproject.org/wiki/Features/XenPvops > http://www.redhat.com/archives/fedora-xen/2007-November/msg00106.html > > Some great progress has been made, and tomorrow''s rawhide will > have a kernel-xen update with: > > + A very recent 2.6.25-rc4 base > > + Xen paravirt_ops DomU from upstream > > + x86_64 Xen paravirt_ops DomU support > > + Paravirt framebuffer > > However, although the Dom0 paravirt_ops work is well advanced at > this point, we still don''t have backend drivers or x86_64 Dom0 working. > > With the feature freeze looming next week, we have make the > difficult decision to focus the Fedora 9 efforts on DomU and postpone > the inclusion of paravirt_ops Dom0 support. >First I''d like to thank you guys for doing this work. I think it''s very important to get good Xen support working and integrated into upstream kernel. Was there some specific problem/bug about dom0 support (backend drivers and x86-64), or just not enough time? Thanks! -- Pasi
Daniel P. Berrange
2008-Mar-06 19:33 UTC
Re: [Fedora-xen] Plans for paravirt_ops kernel-xen
On Thu, Mar 06, 2008 at 09:28:05PM +0200, Pasi K?rkk?inen wrote:> On Thu, Mar 06, 2008 at 03:29:17PM +0000, Mark McLoughlin wrote: > > Hi, > > Fedora''s Xen hackers have been working hard towards switching > > our kernel-xen package from a forward-ported Xensource kernel tree to a > > state-of-the-art upstream, paravirt_ops based, kernel in Fedora 9 as > > described here: > > > > http://fedoraproject.org/wiki/Features/XenPvops > > http://www.redhat.com/archives/fedora-xen/2007-November/msg00106.html > > > > Some great progress has been made, and tomorrow''s rawhide will > > have a kernel-xen update with: > > > > + A very recent 2.6.25-rc4 base > > > > + Xen paravirt_ops DomU from upstream > > > > + x86_64 Xen paravirt_ops DomU support > > > > + Paravirt framebuffer > > > > However, although the Dom0 paravirt_ops work is well advanced at > > this point, we still don''t have backend drivers or x86_64 Dom0 working. > > > > With the feature freeze looming next week, we have make the > > difficult decision to focus the Fedora 9 efforts on DomU and postpone > > the inclusion of paravirt_ops Dom0 support. > > > > First I''d like to thank you guys for doing this work. I think it''s very > important to get good Xen support working and integrated into upstream kernel. > > Was there some specific problem/bug about dom0 support (backend drivers and > x86-64), or just not enough time?Simply lack of time - stability of DomU is of most importance because we can''t change the $INSTALL_TREE/images/xen/{vmlinux,initrd.img} once F9 is released. So we need to prioritize DomU support. Pushing out a new kernel to add Dom0 is trivial post-GA since it doesn''t impact installer images. 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 -=|
Then what would be the Dom0 kernel in Fedora 9? Emre On Thu, Mar 6, 2008 at 8:33 PM, Daniel P. Berrange <berrange@redhat.com> wrote:> On Thu, Mar 06, 2008 at 09:28:05PM +0200, Pasi K?rkk?inen wrote: > > On Thu, Mar 06, 2008 at 03:29:17PM +0000, Mark McLoughlin wrote: > > > Hi, > > > Fedora''s Xen hackers have been working hard towards switching > > > our kernel-xen package from a forward-ported Xensource kernel tree to > a > > > state-of-the-art upstream, paravirt_ops based, kernel in Fedora 9 as > > > described here: > > > > > > http://fedoraproject.org/wiki/Features/XenPvops > > > > http://www.redhat.com/archives/fedora-xen/2007-November/msg00106.html > > > > > > Some great progress has been made, and tomorrow''s rawhide will > > > have a kernel-xen update with: > > > > > > + A very recent 2.6.25-rc4 base > > > > > > + Xen paravirt_ops DomU from upstream > > > > > > + x86_64 Xen paravirt_ops DomU support > > > > > > + Paravirt framebuffer > > > > > > However, although the Dom0 paravirt_ops work is well advanced > at > > > this point, we still don''t have backend drivers or x86_64 Dom0 > working. > > > > > > With the feature freeze looming next week, we have make the > > > difficult decision to focus the Fedora 9 efforts on DomU and postpone > > > the inclusion of paravirt_ops Dom0 support. > > > > > > > First I''d like to thank you guys for doing this work. I think it''s very > > important to get good Xen support working and integrated into upstream > kernel. > > > > Was there some specific problem/bug about dom0 support (backend drivers > and > > x86-64), or just not enough time? > > Simply lack of time - stability of DomU is of most importance because we > can''t change the $INSTALL_TREE/images/xen/{vmlinux,initrd.img} once F9 > is released. So we need to prioritize DomU support. Pushing out a new > kernel to add Dom0 is trivial post-GA since it doesn''t impact installer > images. > > Dan. > -- > |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 > -=| > |=- Perl modules: http://search.cpan.org/~danberr/<http://search.cpan.org/%7Edanberr/> -=| > |=- Projects: http://freshmeat.net/~danielpb/<http://freshmeat.net/%7Edanielpb/> -=| > |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 > -=| > > -- > Fedora-xen mailing list > Fedora-xen@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-xen >-- Emre Erenoglu erenoglu@gmail.com
Daniel P. Berrange
2008-Mar-06 21:54 UTC
Re: [Fedora-xen] Plans for paravirt_ops kernel-xen
On Thu, Mar 06, 2008 at 10:37:33PM +0100, Emre ERENOGLU wrote:> Then what would be the Dom0 kernel in Fedora 9?Nothing. There will *not* be any Dom0 kernel in Fedora 9 GA release. People who need Dom0 should stay on Fedora 8. We will work on Dom0 for Fedora 10, and if it is stable enough release it as an Fedora 9 update after GA. 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 -=|
Daniel P. Berrange wrote:> On Thu, Mar 06, 2008 at 10:37:33PM +0100, Emre ERENOGLU wrote: > >> Then what would be the Dom0 kernel in Fedora 9? >> > > Nothing. > >You can use xenner to run your Xen DomU, if your machine has hardware virtualization extensions, without a Dom0. -- Any sufficiently difficult bug is indistinguishable from a feature.
Daniel P. Berrange
2008-Mar-07 15:22 UTC
Re: [Fedora-xen] Plans for paravirt_ops kernel-xen
On Fri, Mar 07, 2008 at 01:13:52PM +0200, Avi Kivity wrote:> Daniel P. Berrange wrote: > >On Thu, Mar 06, 2008 at 10:37:33PM +0100, Emre ERENOGLU wrote: > > > >>Then what would be the Dom0 kernel in Fedora 9? > >> > > > >Nothing. > > You can use xenner to run your Xen DomU, if your machine has hardware > virtualization extensions, without a Dom0.In theory yes, but we''re still working on getting Xenner integrated with the management tools & aren''t confident of getting that completed for F9 GA either, so I wasn''t going to mention Xenner yet. It also has a bug currently preventing it from receiving network traffic 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 -=|
Hey, So, just a status update on beta critical bugs with this kernel-xen: 1) x86_64 kernel won''t boot https://bugzilla.redhat.com/436485 Eduardo is investigating 2) Anaconda will only do a text mode install at the moment https://bugzilla.redhat.com/434763 Jeremy seems to be on top of this 3) Intermittent boot failure due to disk probing race condition: https://bugzilla.redhat.com/436493 We''ve a good idea what the fix is, someone just need to backport it and pull it in. 3) Oops during yum update https://bugzilla.redhat.com/436453 We have a tracker bug here: https://bugzilla.redhat.com/showdependencytree.cgi?id=PvOpsTracker Please log any further bugs and add them to the tracker. Cheers, Mark.
Mark McLoughlin writes ("[Fedora-xen] Plans for paravirt_ops kernel-xen"):> + A very recent 2.6.25-rc4 baseIs a public git tree of this kernel available somewhere ? Thanks, Ian.
On Fri, 2008-03-07 at 16:58 +0000, Ian Jackson wrote:> Mark McLoughlin writes ("[Fedora-xen] Plans for paravirt_ops kernel-xen"): > > + A very recent 2.6.25-rc4 base > > Is a public git tree of this kernel available somewhere ?Unfortunately not. I must move my tree moved to a public server. However, the biggest chunk is definitely Eduardo''s x86_64 work which is here: http://git.et.redhat.com/?p=xen-pvops-64.git You can also see the patches that we''re including here: http://cvs.fedora.redhat.com/viewcvs/rpms/kernel-xen-2.6/devel/ (All the linux-2.6-xen-00....patch patches) The quick summary is: - Eduardo''s x86_64 patches (only applied on x86_64) - Marcus''s latest pvfb patches - Frontend module auto-loading and compat aliases - Mark hvc0 as a preferred console - xenctrl module - vmlinuz target - Execshield revert Cheers, Mark.
On Fri, 2008-03-07 at 17:09 +0000, Mark McLoughlin wrote:> On Fri, 2008-03-07 at 16:58 +0000, Ian Jackson wrote: > > Mark McLoughlin writes ("[Fedora-xen] Plans for paravirt_ops kernel-xen"): > > > + A very recent 2.6.25-rc4 base > > > > Is a public git tree of this kernel available somewhere ? > > Unfortunately not. I must move my tree moved to a public server.Okay, Dan sorted me out: http://git.et.redhat.com/?p=linux-2.6-fedora-pvops.git;a=summary Best thing to do is look at the tags where I rebase the patchset, merge commits etc.: http://git.et.redhat.com/?p=linux-2.6-fedora-pvops.git;a=shortlog;h=3a3aec06918f36a7e8d9deff1063a709a193b89f There are also "kernel-xen" tags which correspond to the source being built in the RPMs; that includes all the patches from the bare-metal kernel RPM. Cheers, Mark.
On Thu, Mar 06, 2008 at 07:33:03PM +0000, Daniel P. Berrange wrote:> On Thu, Mar 06, 2008 at 09:28:05PM +0200, Pasi K?rkk?inen wrote: > > On Thu, Mar 06, 2008 at 03:29:17PM +0000, Mark McLoughlin wrote: > > > Hi, > > > Fedora''s Xen hackers have been working hard towards switching > > > our kernel-xen package from a forward-ported Xensource kernel tree to a > > > state-of-the-art upstream, paravirt_ops based, kernel in Fedora 9 as > > > described here: > > > > > > http://fedoraproject.org/wiki/Features/XenPvops > > > http://www.redhat.com/archives/fedora-xen/2007-November/msg00106.html > > > > > > Some great progress has been made, and tomorrow''s rawhide will > > > have a kernel-xen update with: > > > > > > + A very recent 2.6.25-rc4 base > > > > > > + Xen paravirt_ops DomU from upstream > > > > > > + x86_64 Xen paravirt_ops DomU support > > > > > > + Paravirt framebuffer > > > > > > However, although the Dom0 paravirt_ops work is well advanced at > > > this point, we still don''t have backend drivers or x86_64 Dom0 working. > > > > > > With the feature freeze looming next week, we have make the > > > difficult decision to focus the Fedora 9 efforts on DomU and postpone > > > the inclusion of paravirt_ops Dom0 support. > > > > > > > First I''d like to thank you guys for doing this work. I think it''s very > > important to get good Xen support working and integrated into upstream kernel. > > > > Was there some specific problem/bug about dom0 support (backend drivers and > > x86-64), or just not enough time? > > Simply lack of time - stability of DomU is of most importance because we > can''t change the $INSTALL_TREE/images/xen/{vmlinux,initrd.img} once F9 > is released. So we need to prioritize DomU support. Pushing out a new > kernel to add Dom0 is trivial post-GA since it doesn''t impact installer > images. >Yep. Thanks for the update! When is fedora 10 rawhide expected to open? Meaning when we can start testing kernel-xen with dom0 support :) -- Pasi
Itamar - IspBrasil
2008-Mar-09 11:36 UTC
Re: [Fedora-xen] Plans for paravirt_ops kernel-xen
I belive at the end of this year.> > Yep. Thanks for the update! > > When is fedora 10 rawhide expected to open? Meaning when we can start > testing kernel-xen with dom0 support :) > > -- Pasi > >
On Sun, Mar 09, 2008 at 08:36:39AM -0300, Itamar - IspBrasil wrote:> I belive at the end of this year. >Hmm.. I think it''s sooner.. Mark wrote like this: "Work will continue on the Dom0 paravirt_ops effort for Fedora 10 and we hope to introduce the first build to rawhide soon after Fedora 9 been branched." I was just wondering when that actually is.. is it when F9 is released (29 April 2008) or sooner, perhaps after F9 beta freeze? -- Pasi> > > > >Yep. Thanks for the update! > > > >When is fedora 10 rawhide expected to open? Meaning when we can start > >testing kernel-xen with dom0 support :) > > > >-- Pasi > > > > > >
On Sun, Mar 09, 2008 at 02:09:26PM +0200, Pasi Kärkkäinen wrote:> On Sun, Mar 09, 2008 at 08:36:39AM -0300, Itamar - IspBrasil wrote: > > I belive at the end of this year. > > > > Hmm.. I think it''s sooner.. > > Mark wrote like this: > > "Work will continue on the Dom0 paravirt_ops effort for Fedora 10 and we > hope to introduce the first build to rawhide soon after Fedora 9 been branched." > > I was just wondering when that actually is.. is it when F9 is released (29 > April 2008) or sooner, perhaps after F9 beta freeze? >Actually looking at this: http://fedoraproject.org/wiki/Releases/9/Schedule 8 April 2008 "Branch all packages for Fedora 9" So I guess that''s the answer.. :) -- Pasi> > > > > > > > >Yep. Thanks for the update! > > > > > >When is fedora 10 rawhide expected to open? Meaning when we can start > > >testing kernel-xen with dom0 support :) > > > > > >-- Pasi > > > > > > > > > > >
Hi there! It''s May now, and today is the day for Fedora 9 to be released. So any news on F10 dom0 support? Is this already implemented in the meantime? I don''t want to nag anyone, don''t get me wrong, please... I am using Kubuntu 8.04 ATM, and am facing loads of troubles with Xen. Now I wanted to give F9 a try, but it turns out that there''s no dom0 support... So I would like to give F10/rawhide a try, and maybe get things working again... :) Thanks, Daniel Pasi Kärkkäinen wrote:> > On Sun, Mar 09, 2008 at 02:09:26PM +0200, Pasi Kärkkäinen wrote: >> On Sun, Mar 09, 2008 at 08:36:39AM -0300, Itamar - IspBrasil wrote: >> > I belive at the end of this year. >> > >> >> Hmm.. I think it''s sooner.. >> >> Mark wrote like this: >> >> "Work will continue on the Dom0 paravirt_ops effort for Fedora 10 and we >> hope to introduce the first build to rawhide soon after Fedora 9 been >> branched." >> >> I was just wondering when that actually is.. is it when F9 is released >> (29 >> April 2008) or sooner, perhaps after F9 beta freeze? >> > > Actually looking at this: > http://fedoraproject.org/wiki/Releases/9/Schedule > > 8 April 2008 "Branch all packages for Fedora 9" > > So I guess that''s the answer.. :) > > -- Pasi > >> >> > >> > > >> > >Yep. Thanks for the update! >> > > >> > >When is fedora 10 rawhide expected to open? Meaning when we can start >> > >testing kernel-xen with dom0 support :) >> > > >> > >-- Pasi >> > > >> > > >> > >> > >> > > -- > Fedora-xen mailing list > Fedora-xen@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-xen > >-- View this message in context: http://www.nabble.com/Plans-for-paravirt_ops-kernel-xen-tp15876181p17205184.html Sent from the Fedora Xen mailing list archive at Nabble.com.
On Tue, 2008-05-13 at 03:46 -0700, Irrlicht wrote:> Hi there! > > It''s May now, and today is the day for Fedora 9 to be released. So any news > on F10 dom0 support? Is this already implemented in the meantime? I don''t > want to nag anyone, don''t get me wrong, please...>From earlier this morning:http://www.redhat.com/archives/fedora-xen/2008-May/msg00006.html> I am using Kubuntu 8.04 > ATM, and am facing loads of troubles with Xen. Now I wanted to give F9 a > try, but it turns out that there''s no dom0 support... So I would like to > give F10/rawhide a try, and maybe get things working again... :)Our advice for now would be to either use Fedora 8 for Xen Dom0 or try using KVM in Fedora 9. Cheers, Mark.
Itamar - IspBrasil
2008-May-13 11:25 UTC
Re: [Fedora-xen] Plans for paravirt_ops kernel-xen
there are the xenner in fc9 anyone tried ? Mark McLoughlin wrote:> On Tue, 2008-05-13 at 03:46 -0700, Irrlicht wrote: > >> Hi there! >> >> It''s May now, and today is the day for Fedora 9 to be released. So any news >> on F10 dom0 support? Is this already implemented in the meantime? I don''t >> want to nag anyone, don''t get me wrong, please... >> > > > From earlier this morning: > > http://www.redhat.com/archives/fedora-xen/2008-May/msg00006.html > > >> I am using Kubuntu 8.04 >> ATM, and am facing loads of troubles with Xen. Now I wanted to give F9 a >> try, but it turns out that there''s no dom0 support... So I would like to >> give F10/rawhide a try, and maybe get things working again... :) >> > > Our advice for now would be to either use Fedora 8 for Xen Dom0 or try > using KVM in Fedora 9. > > Cheers, > Mark. > > -- > Fedora-xen mailing list > Fedora-xen@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-xen > > >
On Tue, 2008-05-13 at 08:25 -0300, Itamar - IspBrasil wrote:> there are the xenner in fc9Yes, I forgot that third option - you can use xenner with F9 to run Xen paravirt guests.> anyone tried ? > > > Mark McLoughlin wrote: > > On Tue, 2008-05-13 at 03:46 -0700, Irrlicht wrote: > > > >> Hi there! > >> > >> It''s May now, and today is the day for Fedora 9 to be released. So any news > >> on F10 dom0 support? Is this already implemented in the meantime? I don''t > >> want to nag anyone, don''t get me wrong, please... > >> > > > > > From earlier this morning: > > > > http://www.redhat.com/archives/fedora-xen/2008-May/msg00006.html > > > > > >> I am using Kubuntu 8.04 > >> ATM, and am facing loads of troubles with Xen. Now I wanted to give F9 a > >> try, but it turns out that there''s no dom0 support... So I would like to > >> give F10/rawhide a try, and maybe get things working again... :) > >> > > > > Our advice for now would be to either use Fedora 8 for Xen Dom0 or try > > using KVM in Fedora 9. > > > > Cheers, > > Mark. > > > > -- > > Fedora-xen mailing list > > Fedora-xen@redhat.com > > https://www.redhat.com/mailman/listinfo/fedora-xen > > > > > > >
Daniel P. Berrange
2008-May-13 11:58 UTC
Re: [Fedora-xen] Plans for paravirt_ops kernel-xen
On Tue, May 13, 2008 at 12:29:19PM +0100, Mark McLoughlin wrote:> On Tue, 2008-05-13 at 08:25 -0300, Itamar - IspBrasil wrote: > > there are the xenner in fc9 > > Yes, I forgot that third option - you can use xenner with F9 to run Xen > paravirt guests.Xenner is still very new & raw in F9 - I''m in process of finishing off libvirt integration. Come F10 xenner will be 100% supported in Fedora and we''ll likely push out updates to F9 at some point too. If you have Xenner installed and are using virt-manager with the ''QEMU'' driver it will automatically detect Xenner and give you the option of choosing paravirt in the new VM wizard. Dan. -- |: Red Hat, Engineering, Boston -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
<20080306192805.GG21162@edu.joroinen.fi> <20080306193303.GE19897@redhat.com> <20080309111210.GK21162@edu.joroinen.fi> <47D3CBC7.5080606@ispbrasil.com.br> <20080309120926.GM21162@edu.joroinen.fi> <20080309121214.GN21162@edu.joroinen.fi> <17205184.post@talk.nabble.com> Message-ID: <ad9c2d2e1aea79be1b12535e24a959d4@localhost> X-Sender: daniel.spies@fuceekay.com Received: from 62.159.37.130 [62.159.37.130] with HTTP/1.1 (POST); Fri, 16 May 2008 14:10:53 +0200 User-Agent: RoundCube Webmail/0.1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit wtf? This message can be ignored. It''s old and already answered... Thanks, Daniel On Tue, 13 May 2008 03:08:46 -0700 (PDT), Irrlicht <daniel.spies@fuceekay.com> wrote:> > Hi there! > > It''s May now, and today is the day for Fedora 9 to be released. So any > news > on F10 dom0 support? Is this already implemented in the meantime? I don''t > want to nag anyone, don''t get me wrong, please... I am using Kubuntu 8.04 > ATM, and am facing loads of troubles with Xen. Now I wanted to give F9 a > try, but it turns out that there''s no dom0 support... So I would like to > give F10/rawhide a try, and maybe get things working again... :) > > Thanks, > Daniel > > > Pasi Kärkkäinen wrote: >> >> On Sun, Mar 09, 2008 at 02:09:26PM +0200, Pasi Kärkkäinen wrote: >>> On Sun, Mar 09, 2008 at 08:36:39AM -0300, Itamar - IspBrasil wrote: >>> > I belive at the end of this year. >>> > >>> >>> Hmm.. I think it''s sooner.. >>> >>> Mark wrote like this: >>> >>> "Work will continue on the Dom0 paravirt_ops effort for Fedora 10 and > we >>> hope to introduce the first build to rawhide soon after Fedora 9 been >>> branched." >>> >>> I was just wondering when that actually is.. is it when F9 is released >>> (29 >>> April 2008) or sooner, perhaps after F9 beta freeze? >>> >> >> Actually looking at this: >> http://fedoraproject.org/wiki/Releases/9/Schedule >> >> 8 April 2008 "Branch all packages for Fedora 9" >> >> So I guess that''s the answer.. :) >> >> -- Pasi >> >>> >>> > >>> > > >>> > >Yep. Thanks for the update! >>> > > >>> > >When is fedora 10 rawhide expected to open? Meaning when we can > start >>> > >testing kernel-xen with dom0 support :) >>> > > >>> > >-- Pasi >>> > > >>> > > >>> > >>> > >>> >> >> -- >> Fedora-xen mailing list >> Fedora-xen@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-xen >> >> > > -- > View this message in context: >http://www.nabble.com/Plans-for-paravirt_ops-kernel-xen-tp15876181p17205184.html> Sent from the Fedora Xen mailing list archive at Nabble.com. > > > -- > Fedora-xen mailing list > Fedora-xen@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-xen