From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2] libxl: check HVM direct boot parameters Date: Mon, 19 Jan 2015 17:41:46 +0000 Message-ID: <1421689306.10440.178.camel@citrix.com> References: <1421684039-3710-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1421684039-3710-1-git-send-email-wei.liu2@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: Wei Liu Cc: Stefano Stabellini , Ian Jackson , Chunyan Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-01-19 at 16:13 +0000, Wei Liu wrote: > We should honour -initrd and -append iff -kernel is specified, because > that's how QEMU works. > > Check direct boot parameters in libxl__domain_build_info_setdefault. > Return failure if kernel is missing while ramdisk (-initrd) and / or > cmdline (-append) is present. > > Signed-off-by: Wei Liu > Cc: Ian Campbell > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Chunyan Liu > Acked-by: Ian Campbell and applied, thanks for the fast turnaround! Ian.