diff mbox

[2/4] pseries: Remove unused fields from VIOsPAPRBus structure

Message ID 1333515728-9769-3-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Commit Message

David Gibson April 4, 2012, 5:02 a.m. UTC
The VIOsPAPRBus structure, used on the pseries machine contains some old
fields which are no longer used anywhere.  This patch removes them.

Cc: qemu-trivial@nongnu.org

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 hw/spapr_vio.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Comments

Stefan Hajnoczi April 10, 2012, 12:51 p.m. UTC | #1
On Wed, Apr 04, 2012 at 03:02:06PM +1000, David Gibson wrote:
> The VIOsPAPRBus structure, used on the pseries machine contains some old
> fields which are no longer used anywhere.  This patch removes them.
> 
> Cc: qemu-trivial@nongnu.org
> 
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> ---
>  hw/spapr_vio.h |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)

Leaving for Andreas to apply the whole series to the ppc tree.

Stefan
Andreas Färber April 10, 2012, 3:03 p.m. UTC | #2
Am 04.04.2012 07:02, schrieb David Gibson:
> The VIOsPAPRBus structure, used on the pseries machine contains some old
> fields which are no longer used anywhere.  This patch removes them.
> 
> Cc: qemu-trivial@nongnu.org
> 
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> ---

Thanks, applied to ppc-next:
http://repo.or.cz/w/qemu/agraf.git/shortlog/refs/heads/ppc-next

Andreas
diff mbox

Patch

diff --git a/hw/spapr_vio.h b/hw/spapr_vio.h
index d8527be..ae3283c 100644
--- a/hw/spapr_vio.h
+++ b/hw/spapr_vio.h
@@ -89,8 +89,6 @@  struct VIOsPAPRDevice {
 
 struct VIOsPAPRBus {
     BusState bus;
-    const char *dt_name, *dt_type, *dt_compatible;
-    target_ulong signal_mask;
     int (*init)(VIOsPAPRDevice *dev);
     int (*devnode)(VIOsPAPRDevice *dev, void *fdt, int node_off);
 };