qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] pci: Remove unused mem_base from PCIBus
@ 2011-09-12 13:17 Jan Kiszka
  2011-09-12 17:06 ` Michael S. Tsirkin
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2011-09-12 13:17 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Blue Swirl, qemu-devel, Michael S. Tsirkin

Obsoleted by f64e02b6cc.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] pci: Remove unused mem_base from PCIBus
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Michael S. Tsirkin @ 2011-09-12 17:06 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: qemu-trivial, Blue Swirl, qemu-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-12 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).