From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5CNf-0008Jh-Rz for qemu-devel@nongnu.org; Tue, 24 May 2016 09:28:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5CNc-0000cs-EU for qemu-devel@nongnu.org; Tue, 24 May 2016 09:28:19 -0400 References: <1464091747-61337-1-git-send-email-imammedo@redhat.com> From: Paolo Bonzini Message-ID: <3c3dbb8c-022e-dd69-2f4d-9db84fbcf71c@redhat.com> Date: Tue, 24 May 2016 15:28:06 +0200 MIME-Version: 1.0 In-Reply-To: <1464091747-61337-1-git-send-email-imammedo@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , qemu-devel@nongnu.org Cc: ehabkost@redhat.com, marcel@redhat.com, mst@redhat.com, rth@twiddle.net, "qemu-trivial@nongnu.org" Adding qemu-trivial. Paolo On 24/05/2016 14:09, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov > --- > hw/i386/pc.c | 8 -------- > 1 file changed, 8 deletions(-) > > diff --git a/hw/i386/pc.c b/hw/i386/pc.c > index 1fd83f4..c48322b 100644 > --- a/hw/i386/pc.c > +++ b/hw/i386/pc.c > @@ -1159,14 +1159,6 @@ void pc_cpus_init(PCMachineState *pcms) > smbios_set_cpuid(cpu->env.cpuid_version, cpu->env.features[FEAT_1_EDX]); > } > > -/* pci-info ROM file. Little endian format */ > -typedef struct PcRomPciInfo { > - uint64_t w32_min; > - uint64_t w32_max; > - uint64_t w64_min; > - uint64_t w64_max; > -} PcRomPciInfo; > - > static > void pc_machine_done(Notifier *notifier, void *data) > { >