qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: afaerber@web.de
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
	qemu-ppc@nongnu.org, scottwood@freescale.com,
	David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PATCH 2/4] pseries: Remove unused fields from VIOsPAPRBus structure
Date: Wed,  4 Apr 2012 15:02:06 +1000	[thread overview]
Message-ID: <1333515728-9769-3-git-send-email-david@gibson.dropbear.id.au> (raw)
In-Reply-To: <1333515728-9769-1-git-send-email-david@gibson.dropbear.id.au>

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(-)

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);
 };
-- 
1.7.9.1

  parent reply	other threads:[~2012-04-04  5:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04  5:02 [Qemu-devel] [0/4] Assorted ppc/pseries cleanups David Gibson
2012-04-04  5:02 ` [Qemu-devel] [PATCH 1/4] target-ppc: Add hooks for handling tcg and kvm limitations David Gibson
2012-04-04  5:02 ` David Gibson [this message]
2012-04-04  5:02 ` [Qemu-devel] [PATCH 3/4] pseries: Consolidate hack for RTAS display-character usage David Gibson
2012-04-04  5:02 ` [Qemu-devel] [PATCH 4/4] pseries: Implement automatic PAPR VIO address allocation David Gibson

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=1333515728-9769-3-git-send-email-david@gibson.dropbear.id.au \
    --to=david@gibson.dropbear.id.au \
    --cc=afaerber@web.de \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=scottwood@freescale.com \
    /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).