Zhang, Yang Z
2011-Jan-25 01:33 UTC
[Xen-devel] which branch is recommanded to use for pvops dom0?
Hi jeremy Now we use xen/stable-2.6.32.x for testing. But I found the xen/stable-2.6.33.x is ready? Should we move to it? best regards yang _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2011-Jan-25 01:45 UTC
[Xen-devel] Re: which branch is recommanded to use for pvops dom0?
On 01/24/2011 05:33 PM, Zhang, Yang Z wrote:> Hi jeremy > Now we use xen/stable-2.6.32.x for testing. But I found the xen/stable-2.6.33.x is ready? Should we move to it? >There is no xen/stable-2.6.33; there might have been at one point, but it was never more than a placeholder. What kind of work are you doing? Mainline Linux contains a lot of dom0 support now, but not quite enough to usefully run a domain. We''re in the middle of preparing a 2.6.38-rc based branch which will be more complete. xen/stable-2.6.32.x is still the most feature-complete branch, but it is more or less in a maintenance state, and will probably only get bugfix updates. J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Zhang, Yang Z
2011-Jan-25 01:59 UTC
[Xen-devel] RE: which branch is recommended to use for pvops dom0?
> -----Original Message----- > From: Jeremy Fitzhardinge [mailto:jeremy@goop.org] > Sent: Tuesday, January 25, 2011 9:45 AM > To: Zhang, Yang Z > Cc: xen-devel@lists.xensource.com > Subject: Re: which branch is recommanded to use for pvops dom0? > > On 01/24/2011 05:33 PM, Zhang, Yang Z wrote: > > Hi jeremy > > Now we use xen/stable-2.6.32.x for testing. But I found the > xen/stable-2.6.33.x is ready? Should we move to it? > > > > There is no xen/stable-2.6.33; there might have been at one point, but > it was never more than a placeholder. > > What kind of work are you doing?I am focus on the validation with hvm guest.>> Mainline Linux contains a lot of dom0 support now, but not quite enough > to usefully run a domain. We''re in the middle of preparing a 2.6.38-rc > based branch which will be more complete. > > xen/stable-2.6.32.x is still the most feature-complete branch, but it is > more or less in a maintenance state, and will probably only get bugfix > updates.Ok, I see. If there have any new recommended candidate, please let me know. Thanks. best regards yang _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Gianni Tedesco
2011-Jan-25 13:25 UTC
Re: [Xen-devel] Re: which branch is recommanded to use for pvops dom0?
On Tue, 2011-01-25 at 01:45 +0000, Jeremy Fitzhardinge wrote:> On 01/24/2011 05:33 PM, Zhang, Yang Z wrote: > > Hi jeremy > > Now we use xen/stable-2.6.32.x for testing. But I found the xen/stable-2.6.33.x is ready? Should we move to it? > > > > There is no xen/stable-2.6.33; there might have been at one point, but > it was never more than a placeholder. > > What kind of work are you doing? > > Mainline Linux contains a lot of dom0 support now, but not quite enough > to usefully run a domain. We''re in the middle of preparing a 2.6.38-rc > based branch which will be more complete. > > xen/stable-2.6.32.x is still the most feature-complete branch, but it is > more or less in a maintenance state, and will probably only get bugfix > updates.Speaking of which I now have a reliable repro for "d0:v0 unhandled page fault (ec=0000)" early-boot crash. Go in to a file in the kernel and add the following: unsigned char foo_bar_baz_furfuu_quux[1<<20]; Turns out that it is related to kernel image size after all. The crash happens regardless of which section the big variable gets linked in to (ie. text or data). Gianni _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel