From: David Gibson <david@gibson.dropbear.id.au>
To: agraf@suse.de
Cc: michael@ellerman.id.au, qemu-ppc@nongnu.org, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 4/5] pseries: Default reg for vty should be SPAPR_VTY_BASE_ADDRESS
Date: Mon, 14 Nov 2011 14:19:00 +1100 [thread overview]
Message-ID: <1321240741-23055-5-git-send-email-david@gibson.dropbear.id.au> (raw)
In-Reply-To: <1321240741-23055-1-git-send-email-david@gibson.dropbear.id.au>
From: Michael Ellerman <michael@ellerman.id.au>
In commit b4a78527359a4540d84d4cdf629d01cbb262f698 ("Place pseries vty
devices at addresses more similar to existing machines"), we changed the
default reg for the vty to 0x30000000, however we didn't update the default
value for a user specified vty device. Fix that.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
hw/spapr_vty.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/spapr_vty.c b/hw/spapr_vty.c
index f4f3ee3..8150395 100644
--- a/hw/spapr_vty.c
+++ b/hw/spapr_vty.c
@@ -145,7 +145,7 @@ static VIOsPAPRDeviceInfo spapr_vty = {
.qdev.name = "spapr-vty",
.qdev.size = sizeof(VIOsPAPRVTYDevice),
.qdev.props = (Property[]) {
- DEFINE_SPAPR_PROPERTIES(VIOsPAPRVTYDevice, sdev, 0, 0),
+ DEFINE_SPAPR_PROPERTIES(VIOsPAPRVTYDevice, sdev, SPAPR_VTY_BASE_ADDRESS, 0),
DEFINE_PROP_CHR("chardev", VIOsPAPRVTYDevice, chardev),
DEFINE_PROP_END_OF_LIST(),
},
--
1.7.7.1
next prev parent reply other threads:[~2011-11-14 3:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-14 3:18 [Qemu-devel] [0/5] Assorted small pseries bug fixes David Gibson
2011-11-14 3:18 ` [Qemu-devel] [PATCH 1/5] pseries: Correct RAM size check for SLOF David Gibson
2011-11-14 3:18 ` [Qemu-devel] [PATCH 2/5] pseries: Fix buggy spapr_vio_find_by_reg() David Gibson
2011-11-14 3:18 ` [Qemu-devel] [PATCH 3/5] pseries: Check we have a chardev in spapr_vty_init() David Gibson
2011-11-14 3:19 ` David Gibson [this message]
2011-11-14 3:19 ` [Qemu-devel] [PATCH 5/5] pseries: Allow kernel's early debug output to work David Gibson
2011-11-15 23:28 ` [Qemu-devel] [0/5] Assorted small pseries bug fixes Alexander Graf
2011-11-16 1:01 ` [Qemu-devel] [Qemu-ppc] " David Gibson
2011-11-18 13:23 ` [Qemu-devel] " Alexander Graf
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=1321240741-23055-5-git-send-email-david@gibson.dropbear.id.au \
--to=david@gibson.dropbear.id.au \
--cc=agraf@suse.de \
--cc=michael@ellerman.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).