qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Igor Mammedov <imammedo@redhat.com>, qemu-devel@nongnu.org
Cc: ehabkost@redhat.com, marcel@redhat.com, mst@redhat.com,
	rth@twiddle.net,
	"qemu-trivial@nongnu.org" <qemu-trivial@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo
Date: Tue, 24 May 2016 15:28:06 +0200	[thread overview]
Message-ID: <3c3dbb8c-022e-dd69-2f4d-9db84fbcf71c@redhat.com> (raw)
In-Reply-To: <1464091747-61337-1-git-send-email-imammedo@redhat.com>

Adding qemu-trivial.

Paolo


On 24/05/2016 14:09, Igor Mammedov wrote:
> Signed-off-by: Igor Mammedov <imammedo@redhat.com>
> ---
>  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	other threads:[~2016-05-24 13:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24 12:09 [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo Igor Mammedov
2016-05-24 13:28 ` Paolo Bonzini [this message]
2016-05-29  8:43   ` Michael Tokarev
2016-05-24 15:05 ` Eduardo Habkost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3c3dbb8c-022e-dd69-2f4d-9db84fbcf71c@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=marcel@redhat.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).