From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST Nested PATCH v11 0/7] Introduction of netsted HVM test job Date: Tue, 26 May 2015 12:34:22 +0100 Message-ID: <1432640062.14664.94.camel@citrix.com> References: <1432631304-27347-1-git-send-email-longtaox.pang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1432631304-27347-1-git-send-email-longtaox.pang@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "longtao.pang" Cc: wei.liu2@citrix.com, robert.hu@intel.com, Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-05-26 at 17:08 +0800, longtao.pang wrote: > ---------------------------------------------------------------- > Ian Campbell (1): > grub: remove patch to disable submenu from 20_linux_xen overlay > longtao.pang (6): > Parsing grub which has 'submenu' primitive > Changes to support '/boot' leading paths of kernel, xen, in grub Thanks, I've applied these three to osstest's pretest. In the end I didn't think the incremental change to the parsing patch needed Ian's input once it changed to use push/pop. In the "Parsing..." patch I made the same coding style fixup as last time, as well as dropping the comment which I mentioned. I reordered to apply my grub one last since it relies on the first patch. I've pushed the new pretest to: git://xenbits.xen.org/people/ianc/osstest.git nestedhvm-v11-pretest as well. I'll review the remainder of v11 shortly. Ian.