Hi All, I want to contribute in Xen-development and looking for a task that can be completed in 3-4 months. I could not find the updated ToDo list for xen. I would be obliged if anyone of you can suggest some good tasks which are required to enhance Xen. I posses a bachelor degree in Computer Science. Also, I have pretty good knowledge of Linux Kernel internals and Xen as well. Regards, Kapil _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, If possible, Please update Xen Users manual. Xen Users Manual is based on Xen 3.0.0. It is old and makes different from current-version. I hope at least, boot option (hypervisor and pv-kernel), and installation procedure. As you know, users manual changes are done by patches, since users manual is written by TeX. I think this is good start point for Xen development. Thanks Atsushi SAKAI "kapil jain" <kapil.xen@gmail.com> wrote:> Hi All, > > I want to contribute in Xen-development and looking for a task that > can be completed in 3-4 months. > I could not find the updated ToDo list for xen. I would be obliged if > anyone of you can suggest some good tasks which are required to > enhance Xen. > > I posses a bachelor degree in Computer Science. Also, I have pretty > good knowledge of Linux Kernel internals and Xen as well. > > Regards, > Kapil > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> I want to contribute in Xen-development and looking for a task that > can be completed in 3-4 months. > I could not find the updated ToDo list for xen. I would be obliged if > anyone of you can suggest some good tasks which are required to > enhance Xen.Yep, it''s about time we updated the todo list. Let''s update it after the summit this week, and then move it onto the wiki and make an effort to actively maintain it. I can think of a bunch of 3-4 month projects which should be on there. Ian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Try TODOs on the wiki, it may help you. thanks On Nov 12, 2007 5:25 PM, kapil jain <kapil.xen@gmail.com> wrote:> Hi All, > > I want to contribute in Xen-development and looking for a task that > can be completed in 3-4 months. > I could not find the updated ToDo list for xen. I would be obliged if > anyone of you can suggest some good tasks which are required to > enhance Xen. > > I posses a bachelor degree in Computer Science. Also, I have pretty > good knowledge of Linux Kernel internals and Xen as well. > > Regards, > Kapil > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- -- pradeep singh rautela "question = ( to ) ? be : ! be;" -- Wm. Shakespeare _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
What about adding paging to disk support? Today, the number of virtual machines you can create depends on the amount of physical memory present on the system.> -----Original Message----- > From: xen-devel-bounces@lists.xensource.com > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of kapil jain > Sent: Monday, November 12, 2007 1:55 PM > To: xen-devel@lists.xensource.com > Subject: [Xen-devel] Looking for a task in Xen > > Hi All, > > I want to contribute in Xen-development and looking for a > task that can be completed in 3-4 months. > I could not find the updated ToDo list for xen. I would be > obliged if anyone of you can suggest some good tasks which > are required to enhance Xen. > > I posses a bachelor degree in Computer Science. Also, I have > pretty good knowledge of Linux Kernel internals and Xen as well. > > Regards, > Kapil > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Nov 15, 2007 1:25 PM, Guy Zana <guy@neocleus.com> wrote:> What about adding paging to disk support? > Today, the number of virtual machines you can create depends on the amount of physical memory present on the system.But won''t that make guests even more slow and possibly extra code complexity? Thanks> > > > -----Original Message----- > > From: xen-devel-bounces@lists.xensource.com > > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of kapil jain > > Sent: Monday, November 12, 2007 1:55 PM > > To: xen-devel@lists.xensource.com > > Subject: [Xen-devel] Looking for a task in Xen > > > > Hi All, > > > > I want to contribute in Xen-development and looking for a > > task that can be completed in 3-4 months. > > I could not find the updated ToDo list for xen. I would be > > obliged if anyone of you can suggest some good tasks which > > are required to enhance Xen. > > > > I posses a bachelor degree in Computer Science. Also, I have > > pretty good knowledge of Linux Kernel internals and Xen as well. > > > > Regards, > > Kapil > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- -- pradeep singh rautela "question = ( to ) ? be : ! be;" -- Wm. Shakespeare _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Do you mean the page swap mechanism? Xen does not own device, if adding disk support will require the disk ownership of xen. I believe the complex memory management would make xen unstable. There exsit some memory virtualization related technology, balloon, mutiple mapping etc. 2007/11/15, Guy Zana <guy@neocleus.com>:> > What about adding paging to disk support? > Today, the number of virtual machines you can create depends on the amount > of physical memory present on the system. > > > -----Original Message----- > > From: xen-devel-bounces@lists.xensource.com > > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of kapil jain > > Sent: Monday, November 12, 2007 1:55 PM > > To: xen-devel@lists.xensource.com > > Subject: [Xen-devel] Looking for a task in Xen > > > > Hi All, > > > > I want to contribute in Xen-development and looking for a > > task that can be completed in 3-4 months. > > I could not find the updated ToDo list for xen. I would be > > obliged if anyone of you can suggest some good tasks which > > are required to enhance Xen. > > > > I posses a bachelor degree in Computer Science. Also, I have > > pretty good knowledge of Linux Kernel internals and Xen as well. > > > > Regards, > > Kapil > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Yes, it's a nice academic challenge to keep the performance high :-)> -----Original Message----- > From: pradeep singh rautela [mailto:rautelap@gmail.com] > Sent: Thursday, November 15, 2007 9:59 AM > To: Guy Zana > Cc: kapil jain; xen-devel@lists.xensource.com > Subject: Re: [Xen-devel] Looking for a task in Xen > > On Nov 15, 2007 1:25 PM, Guy Zana <guy@neocleus.com> wrote: > > What about adding paging to disk support? > > Today, the number of virtual machines you can create > depends on the amount of physical memory present on the system. > > But won't that make guests even more slow and possibly extra > code complexity? > > Thanks > > > > > > > -----Original Message----- > > > From: xen-devel-bounces@lists.xensource.com > > > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of kapil > > > jain > > > Sent: Monday, November 12, 2007 1:55 PM > > > To: xen-devel@lists.xensource.com > > > Subject: [Xen-devel] Looking for a task in Xen > > > > > > Hi All, > > > > > > I want to contribute in Xen-development and looking for a > task that > > > can be completed in 3-4 months. > > > I could not find the updated ToDo list for xen. I would > be obliged > > > if anyone of you can suggest some good tasks which are > required to > > > enhance Xen. > > > > > > I posses a bachelor degree in Computer Science. Also, I > have pretty > > > good knowledge of Linux Kernel internals and Xen as well. > > > > > > Regards, > > > Kapil > > > > > > _______________________________________________ > > > Xen-devel mailing list > > > Xen-devel@lists.xensource.com > > > http://lists.xensource.com/xen-devel > > > > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > > > > > -- > -- > pradeep singh rautela > > "question = ( to ) ? be : ! be;" > -- Wm. Shakespeare >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
hi Zana could you give us a detailed explanation about your suggestion, maybe many persons are interested in it, for disk performance is kowned as one of xen''s blind sides, is it ? Thanks in advance Guy Zana 写道:> What about adding paging to disk support? > Today, the number of virtual machines you can create depends on the amount of physical memory present on the system. > > >> -----Original Message----- >> From: xen-devel-bounces@lists.xensource.com >> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of kapil jain >> Sent: Monday, November 12, 2007 1:55 PM >> To: xen-devel@lists.xensource.com >> Subject: [Xen-devel] Looking for a task in Xen >> >> Hi All, >> >> I want to contribute in Xen-development and looking for a >> task that can be completed in 3-4 months. >> I could not find the updated ToDo list for xen. I would be >> obliged if anyone of you can suggest some good tasks which >> are required to enhance Xen. >> >> I posses a bachelor degree in Computer Science. Also, I have >> pretty good knowledge of Linux Kernel internals and Xen as well. >> >> Regards, >> Kapil >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel >> >> > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
cool! I will be looking for one. (3-4 month project). On Nov 14, 2007 6:39 PM, Ian Pratt <Ian.Pratt@eu.citrix.com> wrote:> > I want to contribute in Xen-development and looking for a task that > > can be completed in 3-4 months. > > I could not find the updated ToDo list for xen. I would be obliged if > > anyone of you can suggest some good tasks which are required to > > enhance Xen. > > Yep, it''s about time we updated the todo list. Let''s update it after the > summit this week, and then move it onto the wiki and make an effort to > actively maintain it. > > I can think of a bunch of 3-4 month projects which should be on there. > > Ian > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Shobhit Jindal B.Tech. Part-IV, Department Of Electronics Engineering, Centre of Advanced Studies, Institute Of Technology, BHU _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel