qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo
Date: Tue, 24 May 2016 15:28:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0

Adding qemu-trivial.

Paolo


On 24/05/2016 14:09, Igor Mammedov wrote:
> Signed-off-by: Igor Mammedov <address@hidden>
> ---
>  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)
>  {
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]