diff mbox

pci: Remove unused mem_base from PCIBus

Message ID 4E6E0681.6010803@siemens.com
State New
Headers show

Commit Message

Jan Kiszka Sept. 12, 2011, 1:17 p.m. UTC
Obsoleted by f64e02b6cc.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 hw/pci_internals.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Michael S. Tsirkin Sept. 12, 2011, 5:06 p.m. UTC | #1
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
diff mbox

Patch

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;