From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhengwang Ruan (Royo)" Subject: Re: Several questions from a freshman to Xen Date: Fri, 14 Oct 2011 22:11:15 +0800 Message-ID: <4E984303.3080906@gmail.com> References: <4E9708E5.9060104@gmail.com> <20111013184228.GK15499@phenom.oracle.com> <4E983344.8060907@gmail.com> <20111014135838.GE4577@phenom.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20111014135838.GE4577@phenom.oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Konrad Rzeszutek Wilk Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 2011年10月14日 21:58, Konrad Rzeszutek Wilk wrote: > On Fri, Oct 14, 2011 at 09:04:04PM +0800, Zhengwang Ruan (Royo) wrote: >> >> On 2011年10月14日 02:42, Konrad Rzeszutek Wilk wrote: >>> On Thu, Oct 13, 2011 at 11:51:01PM +0800, Zhengwang Ruan (Royo) wrote: >>>> Hi Guys, >>>> >>>> I am new man with some confusions to this amazing technology, hope >>>> you guys give answers to help me better understand Xen. :) >>>> >>>> 1, You guys have been working on developing many releases, do you >>>> guys have agreements on developing every source code based on a >>>> fixed linux kernel version before starting a new release? If so, how >>> No. >>>> could I know the corresponding kernel version to a given xen >>>> release? I tried to find answer for myself on the following wiki >>>> page, but it is not latest enough. >>> Anything past 3.0 kernel should work. Every Linux kernel release >>> we fix bugs and add new features. >> They are the kernel releases in the git repository >> >> http://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git > Well, not yet since the git.kernel.org had an issue. Instead use > the upstream kernel which has all of those features. Ok, thank you very much!