From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH RFC v1 10/13] lib{xc/xl}: allow the creation of HVM domains with a kernel Date: Thu, 25 Jun 2015 11:39:39 +0100 Message-ID: <20150625103938.GF6545@zion.uk.xensource.com> References: <1434989487-74940-1-git-send-email-roger.pau@citrix.com> <1434989487-74940-11-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z84ZM-00056p-97 for xen-devel@lists.xenproject.org; Thu, 25 Jun 2015 10:39:44 +0000 Content-Disposition: inline In-Reply-To: <1434989487-74940-11-git-send-email-roger.pau@citrix.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: Roger Pau Monne Cc: Elena Ufimtseva , Wei Liu , Ian Campbell , Stefano Stabellini , Andrew Cooper , Ian Jackson , Jan Beulich , xen-devel@lists.xenproject.org, Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org I think the subject line should be changed a bit. We already support HVM direct kernel boot with QEMU. Now you're implementing that without QEMU. Wei.