* [Xen-users] current xen linux kernel branch? @ 2011-09-13 21:15 jinho hwang 2011-09-13 21:48 ` Nathan March 2011-09-14 1:46 ` Jeremy Fitzhardinge 0 siblings, 2 replies; 6+ messages in thread From: jinho hwang @ 2011-09-13 21:15 UTC (permalink / raw) To: xen-devel, xen-users [-- Attachment #1.1: Type: text/plain, Size: 613 bytes --] 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) [-- Attachment #1.2: Type: text/html, Size: 895 bytes --] [-- Attachment #2: Type: text/plain, Size: 138 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xen-users] current xen linux kernel branch? 2011-09-13 21:15 [Xen-users] current xen linux kernel branch? jinho hwang @ 2011-09-13 21:48 ` Nathan March 2011-09-13 21:57 ` jinho hwang 2011-09-14 1:46 ` Jeremy Fitzhardinge 1 sibling, 1 reply; 6+ messages in thread From: Nathan March @ 2011-09-13 21:48 UTC (permalink / raw) To: jinho hwang; +Cc: xen-devel, xen-users [-- Attachment #1.1: Type: text/plain, Size: 870 bytes --] 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 [-- Attachment #1.2: Type: text/html, Size: 1995 bytes --] [-- Attachment #2: Type: text/plain, Size: 138 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xen-users] current xen linux kernel branch? 2011-09-13 21:48 ` Nathan March @ 2011-09-13 21:57 ` jinho hwang 2011-09-13 22:01 ` Nathan March 0 siblings, 1 reply; 6+ messages in thread From: jinho hwang @ 2011-09-13 21:57 UTC (permalink / raw) To: Nathan March; +Cc: xen-devel, xen-users [-- Attachment #1.1: Type: text/plain, Size: 1413 bytes --] 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) [-- Attachment #1.2: Type: text/html, Size: 2807 bytes --] [-- Attachment #2: Type: text/plain, Size: 138 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xen-users] current xen linux kernel branch? 2011-09-13 21:57 ` jinho hwang @ 2011-09-13 22:01 ` Nathan March 0 siblings, 0 replies; 6+ messages in thread From: Nathan March @ 2011-09-13 22:01 UTC (permalink / raw) To: jinho hwang; +Cc: xen-devel, xen-users [-- Attachment #1.1: Type: text/plain, Size: 2155 bytes --] 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) [-- Attachment #1.2: Type: text/html, Size: 4841 bytes --] [-- Attachment #2: Type: text/plain, Size: 138 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xen-users] current xen linux kernel branch? 2011-09-13 21:15 [Xen-users] current xen linux kernel branch? jinho hwang 2011-09-13 21:48 ` Nathan March @ 2011-09-14 1:46 ` Jeremy Fitzhardinge 2011-09-14 3:48 ` jinho hwang 1 sibling, 1 reply; 6+ messages in thread From: Jeremy Fitzhardinge @ 2011-09-14 1:46 UTC (permalink / raw) To: jinho hwang; +Cc: xen-devel, xen-users 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xen-users] current xen linux kernel branch? 2011-09-14 1:46 ` Jeremy Fitzhardinge @ 2011-09-14 3:48 ` jinho hwang 0 siblings, 0 replies; 6+ messages in thread From: jinho hwang @ 2011-09-14 3:48 UTC (permalink / raw) To: Jeremy Fitzhardinge; +Cc: xen-devel, xen-users [-- Attachment #1.1: Type: text/plain, Size: 1214 bytes --] 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) [-- Attachment #1.2: Type: text/html, Size: 2284 bytes --] [-- Attachment #2: Type: text/plain, Size: 138 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-09-14 3:48 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-09-13 21:15 [Xen-users] current xen linux kernel branch? jinho hwang 2011-09-13 21:48 ` Nathan March 2011-09-13 21:57 ` jinho hwang 2011-09-13 22:01 ` Nathan March 2011-09-14 1:46 ` Jeremy Fitzhardinge 2011-09-14 3:48 ` jinho hwang
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.