qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] i440fx: remove piix3 field
Date: Tue, 20 Dec 2011 16:16:25 -0600	[thread overview]
Message-ID: <4EF10939.7050805@codemonkey.ws> (raw)
In-Reply-To: <1324386636-25248-1-git-send-email-pbonzini@redhat.com>

On 12/20/2011 07:10 AM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>   hw/piix_pci.c |    3 ---
>   1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/hw/piix_pci.c b/hw/piix_pci.c
> index 43c85aa..e188c7a 100644
> --- a/hw/piix_pci.c
> +++ b/hw/piix_pci.c
> @@ -81,7 +81,6 @@ struct PCII440FXState {
>       PAMMemoryRegion pam_regions[13];
>       MemoryRegion smram_region;
>       uint8_t smm_enabled;
> -    PIIX3State *piix3;
>   };
>
>
> @@ -320,8 +319,6 @@ static PCIBus *i440fx_common_init(const char *device_name,
>       qdev_property_add_child(dev, "piix3",&piix3->dev.qdev, NULL);
>       piix3->pic = pic;
>
> -    (*pi440fx_state)->piix3 = piix3;
> -
>       *piix3_devfn = piix3->dev.devfn;
>
>       ram_size = ram_size / 8 / 1024 / 1024;

      reply	other threads:[~2011-12-20 22:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-20 13:10 [Qemu-devel] [PATCH] i440fx: remove piix3 field Paolo Bonzini
2011-12-20 22:16 ` Anthony Liguori [this message]

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=4EF10939.7050805@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /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).