jinho hwang
2011-Sep-13 21:15 UTC
[Xen-devel] [Xen-users] current xen linux kernel branch?
Hi, Where can I find the current xen linux kernel branch? The git.kernel.org has been down for maintenance reason, so I can''t find any kernel source except xenbits.xensource.com. However, this repository does not have current linux dom0 kernel such as 2.6.32.*. Can anyone share with me the kernel source because I have to install xen environment in my intel 32/64bits machine. Thank you so much, Jinho -- Jinho Hwang PhD Student Department of Computer Science The George Washington University Washington, DC 20052 hwang.jinho@gmail.com (email) 276.336.0971 (Cell) 202.994.4875 (fax) 070.8285.6546 (myLg070) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Nathan March
2011-Sep-13 21:48 UTC
[Xen-devel] Re: [Xen-users] current xen linux kernel branch?
On 9/13/2011 2:15 PM, jinho hwang wrote:> > Hi, > > Where can I find the current xen linux kernel branch? The > git.kernel.org <http://git.kernel.org> has been down for maintenance > reason, so I can''t find any kernel source except xenbits.xensource.com > <http://xenbits.xensource.com>. However, this repository does not have > current linux dom0 kernel such as 2.6.32.*. Can anyone share with me > the kernel source because I have to install xen environment in my > intel 32/64bits machine. > > Thank you so much, > > JinhoYou probably just want the mainstream linux 3.x kernel now. Otherwise: https://github.com/jsgf/linux-xen http://xenbits.xen.org/gitweb/?p=people/dstodden/blktap-debian.git;a=summary http://xenbits.xen.org/gitweb/?p=people/dstodden/linux.git;a=summary http://xenbits.xen.org/gitweb/?p=people/dstodden/blktap.git;a=summary - Nathan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
jinho hwang
2011-Sep-13 21:57 UTC
[Xen-devel] Re: [Xen-users] current xen linux kernel branch?
Hi Nathan, Thank you so much for replying. Do you mean that I can use mainstream linux 3.x for dom0 and domU as well? I never found an article or instruction that any one successfully installed mainstream as dom0. Can you tell me any material that I can refer to for this? Thank you, Jinho On Tue, Sep 13, 2011 at 5:48 PM, Nathan March <nathan@gt.net> wrote:> On 9/13/2011 2:15 PM, jinho hwang wrote: > > > Hi, > > Where can I find the current xen linux kernel branch? The git.kernel.orghas been down for maintenance reason, so I can''t find any kernel source > except xenbits.xensource.com. However, this repository does not have > current linux dom0 kernel such as 2.6.32.*. Can anyone share with me the > kernel source because I have to install xen environment in my intel > 32/64bits machine. > > Thank you so much, > > Jinho > > > You probably just want the mainstream linux 3.x kernel now. > > Otherwise: > https://github.com/jsgf/linux-xen > > > http://xenbits.xen.org/gitweb/?p=people/dstodden/blktap-debian.git;a=summary > > http://xenbits.xen.org/gitweb/?p=people/dstodden/linux.git;a=summary > > http://xenbits.xen.org/gitweb/?p=people/dstodden/blktap.git;a=summary > > > - Nathan >-- Jinho Hwang PhD Student Department of Computer Science The George Washington University Washington, DC 20052 hwang.jinho@gmail.com (email) 276.336.0971 (Cell) 202.994.4875 (fax) 070.8285.6546 (myLg070) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Nathan March
2011-Sep-13 22:01 UTC
[Xen-devel] Re: [Xen-users] current xen linux kernel branch?
Correct, 3.x has both dom0 and domU support in it. If you limit your dom0 memory, make sure to also do "mem=XX" on the kernel line (Due to a bug, see my recent posts in xen-devel). IE, I''m using: kernel /boot/xen.gz console=com1,com2,vga com1=115200,8n1 com2=115200,8n1 dom0_mem=1024M dom0_max_vcpus=1 dom0_vcpus_pin=true module /boot/vmlinuz root=/dev/md0 max_loop=512 mem=1GB console=tty0 console=ttyS0,115200 console=ttyS1,115200 - Nathan On 9/13/2011 2:57 PM, jinho hwang wrote:> > Hi Nathan, > > Thank you so much for replying. Do you mean that I can use mainstream > linux 3.x for dom0 and domU as well? I never found an article or > instruction that any one successfully installed mainstream as dom0. > Can you tell me any material that I can refer to for this? > > Thank you, > > Jinho > > On Tue, Sep 13, 2011 at 5:48 PM, Nathan March <nathan@gt.net > <mailto:nathan@gt.net>> wrote: > > On 9/13/2011 2:15 PM, jinho hwang wrote: >> >> Hi, >> >> Where can I find the current xen linux kernel branch? The >> git.kernel.org <http://git.kernel.org> has been down for >> maintenance reason, so I can''t find any kernel source except >> xenbits.xensource.com <http://xenbits.xensource.com>. However, >> this repository does not have current linux dom0 kernel such as >> 2.6.32.*. Can anyone share with me the kernel source because I >> have to install xen environment in my intel 32/64bits machine. >> >> Thank you so much, >> >> Jinho > > You probably just want the mainstream linux 3.x kernel now. > > Otherwise: > https://github.com/jsgf/linux-xen > > http://xenbits.xen.org/gitweb/?p=people/dstodden/blktap-debian.git;a=summary > > http://xenbits.xen.org/gitweb/?p=people/dstodden/linux.git;a=summary > > http://xenbits.xen.org/gitweb/?p=people/dstodden/blktap.git;a=summary > > > - Nathan > > > > > -- > Jinho Hwang > PhD Student > Department of Computer Science > The George Washington University > Washington, DC 20052 > hwang.jinho@gmail.com <mailto:hwang.jinho@gmail.com> (email) > 276.336.0971 (Cell) > 202.994.4875 (fax) > 070.8285.6546 (myLg070)_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Fitzhardinge
2011-Sep-14 01:46 UTC
Re: [Xen-devel] [Xen-users] current xen linux kernel branch?
On 09/13/2011 02:15 PM, jinho hwang wrote:> > Hi, > > Where can I find the current xen linux kernel branch? The > git.kernel.org <http://git.kernel.org> has been down for maintenance > reason, so I can''t find any kernel source except xenbits.xensource.com > <http://xenbits.xensource.com>. However, this repository does not have > current linux dom0 kernel such as 2.6.32.*. Can anyone share with me > the kernel source because I have to install xen environment in my > intel 32/64bits machine.You can use upstream Linux for dom0, but it isn''t quite as featureful as the 2.6.32-based kernel. The 2.6.32 kernel is available at git://github.com/jsgf/linux-xen.git xen/next-2.6.32 while kernel.org is down. J _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
jinho hwang
2011-Sep-14 03:48 UTC
Re: [Xen-devel] [Xen-users] current xen linux kernel branch?
I have successfully installed dom0 now, and try to run domUs on it. Thank you so much for your help. I will catch up soon, and try to find any contribution I can make. On Tue, Sep 13, 2011 at 9:46 PM, Jeremy Fitzhardinge <jeremy@goop.org>wrote:> On 09/13/2011 02:15 PM, jinho hwang wrote: > > > > Hi, > > > > Where can I find the current xen linux kernel branch? The > > git.kernel.org <http://git.kernel.org> has been down for maintenance > > reason, so I can''t find any kernel source except xenbits.xensource.com > > <http://xenbits.xensource.com>. However, this repository does not have > > current linux dom0 kernel such as 2.6.32.*. Can anyone share with me > > the kernel source because I have to install xen environment in my > > intel 32/64bits machine. > > You can use upstream Linux for dom0, but it isn''t quite as featureful as > the 2.6.32-based kernel. > > The 2.6.32 kernel is available at > git://github.com/jsgf/linux-xen.git xen/next-2.6.32 > > while kernel.org is down. > > J >-- Jinho Hwang PhD Student Department of Computer Science The George Washington University Washington, DC 20052 hwang.jinho@gmail.com (email) 276.336.0971 (Cell) 202.994.4875 (fax) 070.8285.6546 (myLg070) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel