From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULVbt-0007IF-KN for qemu-devel@nongnu.org; Fri, 29 Mar 2013 05:28:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULVbp-0004W6-Hn for qemu-devel@nongnu.org; Fri, 29 Mar 2013 05:28:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULVbp-0004Vv-Ay for qemu-devel@nongnu.org; Fri, 29 Mar 2013 05:28:29 -0400 Message-ID: <51555EA7.7080308@redhat.com> Date: Fri, 29 Mar 2013 10:28:07 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <6cafd3eee5c1897db770a9d51c8c1de5e20a1c74.1364541739.git.hutao@cn.fujitsu.com> In-Reply-To: <6cafd3eee5c1897db770a9d51c8c1de5e20a1c74.1364541739.git.hutao@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v16 5/6] pc_piix, pc_q35: export fw_cfg List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Peter Maydell , Gleb Natapov , "Michael S. Tsirkin" , Jan Kiszka , qemu-devel , Markus Armbruster , Blue Swirl , Orit Wasserman , Juan Quintela , Alexander Graf , Christian Borntraeger , Andrew Jones , Alex Williamson , Sasha Levin , Stefan Hajnoczi , Luiz Capitulino , KAMEZAWA Hiroyuki , Anthony Liguori , Marcelo Tosatti Il 29/03/2013 09:16, Hu Tao ha scritto: > diff --git a/hw/pc.h b/hw/pc.h > index 8e1dd4c..d42b76b 100644 > --- a/hw/pc.h > +++ b/hw/pc.h > @@ -145,6 +145,12 @@ PCIBus *i440fx_init(PCII440FXState **pi440fx_state, int *piix_devfn, > extern PCIDevice *piix4_dev; > int piix4_init(PCIBus *bus, ISABus **isa_bus, int devfn); > > +/* pc_piix.c */ > +extern void *fw_cfg_piix; > + > +/* pc_q35.c */ > +extern void *fw_cfg_q35; > + > /* vga.c */ > enum vga_retrace_method { > VGA_RETRACE_DUMB, > Hu, this is not what I suggested in the review... Please do not ignore comments without answer, otherwise we'll just run in circles. Paolo