From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v3 09/13] ts-debian-hvm-install: stub out libvirt + ovmf / rombios Date: Thu, 23 Jul 2015 17:18:32 +0100 Message-ID: <1437668312.24746.22.camel@citrix.com> References: <1437560015-4999-1-git-send-email-wei.liu2@citrix.com> <1437560015-4999-10-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZIJPE-0007Jj-Qv for xen-devel@lists.xenproject.org; Thu, 23 Jul 2015 16:31:36 +0000 In-Reply-To: <1437560015-4999-10-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 , Xen-devel Cc: ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Wed, 2015-07-22 at 11:13 +0100, Wei Liu wrote: > Libvirt's configuration converter doesn't know how to deal with BIOS > selection. The end result is it always use the default one (seabios). > Stub out ovmf and rombios to avoid false positive results. > > This restriction will be removed once libvirt's converter knows how > to > deal with BIOS selection. > > Note that we don't expect to see such configurations any time soon. > These configurations will be filtered in make-flight. The changes > here > are more of an extra level of safety check. > > Signed-off-by: Wei Liu Acked-by: Ian Campbell