From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCHv3] slow_map: minor improvements to ROM BAR handling Date: Wed, 23 Dec 2009 17:26:48 -0200 Message-ID: <20091223192648.GA17209@amt.cnet> References: <20091223100747.GA4330@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, agraf@suse.de, kvm@vger.kernel.org To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26306 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753261AbZLWT1B (ORCPT ); Wed, 23 Dec 2009 14:27:01 -0500 Content-Disposition: inline In-Reply-To: <20091223100747.GA4330@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Dec 23, 2009 at 12:07:47PM +0200, Michael S. Tsirkin wrote: > ROM BAR can be handled same as regular BAR: > load_option_roms utility will take care of > copying it to RAM as appropriate. > > Signed-off-by: Michael S. Tsirkin > --- > > Changes from v2: > replace ?: with an if statement > changes from v1: > make ROM bar read only > > hw/device-assignment.c | 25 +++++++++++++------------ > 1 files changed, 13 insertions(+), 12 deletions(-) Applied, thanks.