From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [KVM PATCH] pci passthrough: zap option rom scanning. Date: Thu, 21 Jan 2010 14:18:25 -0200 Message-ID: <20100121161825.GC3750@amt.cnet> References: <1263985128-5772-1-git-send-email-kraxel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Gerd Hoffmann Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31016 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754092Ab0AUSEI (ORCPT ); Thu, 21 Jan 2010 13:04:08 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0LI48uB029094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 21 Jan 2010 13:04:08 -0500 Content-Disposition: inline In-Reply-To: <1263985128-5772-1-git-send-email-kraxel@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jan 20, 2010 at 11:58:48AM +0100, Gerd Hoffmann wrote: > Nowdays (qemu 0.12) seabios loads option roms from pci rom bars. So > there is no need any more to scan for option roms and have qemu load > them. Zap the code. > > Signed-off-by: Gerd Hoffmann Applied, thanks.