From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMNtH-0000PR-6r for qemu-devel@nongnu.org; Tue, 26 Aug 2014 17:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMNtB-0003kH-31 for qemu-devel@nongnu.org; Tue, 26 Aug 2014 17:02:55 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:44926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMNtA-0003k0-Uq for qemu-devel@nongnu.org; Tue, 26 Aug 2014 17:02:49 -0400 Message-ID: <1409086964.28009.45.camel@citrix.com> From: Ian Campbell Date: Tue, 26 Aug 2014 22:02:44 +0100 In-Reply-To: References: <1404714875-24362-1-git-send-email-cyliu@suse.com> <1405005140.4212.5.camel@kazak.uk.xensource.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH V5 0/3] Support xen HVM direct kernel boot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: xen-devel@lists.xensource.com, Ian.Jackson@eu.citrix.com, Chunyan Liu , qemu-devel@nongnu.org On Mon, 2014-08-04 at 18:26 +0100, Stefano Stabellini wrote: > The patches are both in QEMU and qemu-upstream-unstable. > You can go ahead with the tools patches. Done. There was some fuzz on the first patch (no doubt due to the delay in apply, sorry) which I resolved, Chunyan please do check I didn't mess it up. Ian.