qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: qemu-trivial <qemu-trivial@nongnu.org>,
	Blue Swirl <blauwirbel@gmail.com>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] pci: Remove unused mem_base from PCIBus
Date: Mon, 12 Sep 2011 20:06:15 +0300	[thread overview]
Message-ID: <20110912170614.GA15737@redhat.com> (raw)
In-Reply-To: <4E6E0681.6010803@siemens.com>

On Mon, Sep 12, 2011 at 03:17:53PM +0200, Jan Kiszka wrote:
> Obsoleted by f64e02b6cc.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

thanks, applied

> ---
>  hw/pci_internals.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/hw/pci_internals.h b/hw/pci_internals.h
> index c7fd23d..10b4adf 100644
> --- a/hw/pci_internals.h
> +++ b/hw/pci_internals.h
> @@ -24,7 +24,6 @@ struct PCIBus {
>      void *irq_opaque;
>      PCIDevice *devices[PCI_SLOT_MAX * PCI_FUNC_MAX];
>      PCIDevice *parent_dev;
> -    target_phys_addr_t mem_base;
>      MemoryRegion *address_space_mem;
>      MemoryRegion *address_space_io;
>  
> -- 
> 1.7.3.4

      reply	other threads:[~2011-09-12 17:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-12 13:17 [Qemu-devel] [PATCH] pci: Remove unused mem_base from PCIBus Jan Kiszka
2011-09-12 17:06 ` Michael S. Tsirkin [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=20110912170614.GA15737@redhat.com \
    --to=mst@redhat.com \
    --cc=blauwirbel@gmail.com \
    --cc=jan.kiszka@siemens.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).