From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH][v4] PV extension of HVM(hybrid) support in Xen Date: Mon, 01 Mar 2010 10:00:38 +0000 Message-ID: References: <201003011743.41341.sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201003011743.41341.sheng@linux.intel.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: Sheng Yang Cc: Ian Campbell , Tim Deegan , Ian Pratt , xen-devel List-Id: xen-devel@lists.xenproject.org If the Linux guys are happy with the interface then this looks fine to me and it can go in as soon as 4.0 is out the door. -- Keir On 01/03/2010 09:43, "Sheng Yang" wrote: > Hi Keir > > Here is the latest (hybrid) patchset. > > Change from v3: > > 1. Minor polish the patchset. Replace several specific > is_hvm_pv_evtchn_domain() judgement. > 2. Name changed... > > Change from v2: > > 1. Change the name "hybrid" to "PV featured HVM", as well as flag and macro > names. > 2. Merge the hypercall page with HVM. > 3. Clean up VIRQ delivery mechanism, fixing the lock issue. > 4. Remove the reserved the region in E820(but another issue remains, I can't > get location of grant table elegantly, as I described in Linux part patches) > > Please review, thanks!