From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Fantoni Subject: Make possible point to system seabios instead include it in hvmloader Date: Sat, 10 May 2014 14:08:19 +0200 Message-ID: <536E16B3.70405@m2r.biz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xen.org" Cc: Ian.Jackson@eu.citrix.com, Ian.Campbell@citrix.com, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org Actually is possible specify upstream qemu and seabios from distro's packages or custom builds with xen configure. If these are used and qemu package will be updated, xen will use updated qemu but if seabios package will be updated, xen will use the new one only with xen rebuild. If for example seabios will be updated with fixes and/or new version (in some case required by newer qemu) xen will still have the bug fixed and will have new bugs until will be rebuilded. Is possible make hvmloader point to seabios specified in configure instead include it in hvmloader? Thanks for any reply and sorry for my bad english.