[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 4/5] pseries: Default reg for vty should be SPAPR_VTY_
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PATCH 4/5] pseries: Default reg for vty should be SPAPR_VTY_BASE_ADDRESS |
Date: |
Mon, 14 Nov 2011 14:19:00 +1100 |
From: Michael Ellerman <address@hidden>
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 <address@hidden>
Signed-off-by: David Gibson <address@hidden>
---
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
- [Qemu-ppc] [0/5] Assorted small pseries bug fixes, David Gibson, 2011/11/13
- [Qemu-ppc] [PATCH 1/5] pseries: Correct RAM size check for SLOF, David Gibson, 2011/11/13
- [Qemu-ppc] [PATCH 4/5] pseries: Default reg for vty should be SPAPR_VTY_BASE_ADDRESS,
David Gibson <=
- [Qemu-ppc] [PATCH 5/5] pseries: Allow kernel's early debug output to work, David Gibson, 2011/11/13
- [Qemu-ppc] [PATCH 2/5] pseries: Fix buggy spapr_vio_find_by_reg(), David Gibson, 2011/11/13
- [Qemu-ppc] [PATCH 3/5] pseries: Check we have a chardev in spapr_vty_init(), David Gibson, 2011/11/13
- Re: [Qemu-ppc] [0/5] Assorted small pseries bug fixes, Alexander Graf, 2011/11/15
- Re: [Qemu-ppc] [0/5] Assorted small pseries bug fixes, Alexander Graf, 2011/11/18