[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 2/4] pseries: Fix debug message for out-of-bounds addr
From: |
Alexey Kardashevskiy |
Subject: |
[Qemu-ppc] [PATCH 2/4] pseries: Fix debug message for out-of-bounds address in H_PUT_TCE |
Date: |
Tue, 30 Apr 2013 14:33:52 +1000 |
From: David Gibson <address@hidden>
Due to a brain outage, this message says "out-of-boards" instead of
"out-of-bounds".
Signed-off-by: David Gibson <address@hidden>
Signed-off-by: Alexey Kardashevskiy <address@hidden>
---
hw/ppc/spapr_iommu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/ppc/spapr_iommu.c b/hw/ppc/spapr_iommu.c
index c6aa4fe..e1fe941 100644
--- a/hw/ppc/spapr_iommu.c
+++ b/hw/ppc/spapr_iommu.c
@@ -205,7 +205,7 @@ static target_ulong put_tce_emu(sPAPRTCETable *tcet,
target_ulong ioba,
sPAPRTCE *tcep;
if (ioba >= tcet->window_size) {
- hcall_dprintf("spapr_vio_put_tce on out-of-boards IOBA 0x"
+ hcall_dprintf("spapr_vio_put_tce on out-of-bounds IOBA 0x"
TARGET_FMT_lx "\n", ioba);
return H_PARAMETER;
}
--
1.7.10.4
- [Qemu-ppc] [0/4] General updates for pseries, Alexey Kardashevskiy, 2013/04/30
- [Qemu-ppc] [PATCH 1/4] pseries: Factor out check for out-of-bounds LIOBN, Alexey Kardashevskiy, 2013/04/30
- [Qemu-ppc] [PATCH 2/4] pseries: Fix debug message for out-of-bounds address in H_PUT_TCE,
Alexey Kardashevskiy <=
- [Qemu-ppc] [PATCH 3/4] spapr: Code more defensively against lack of primary PCI bus, Alexey Kardashevskiy, 2013/04/30
- Re: [Qemu-ppc] [PATCH 3/4] spapr: Code more defensively against lack of primary PCI bus, Alexander Graf, 2013/04/30
- Re: [Qemu-ppc] [PATCH 3/4] spapr: Code more defensively against lack of primary PCI bus, Alexey Kardashevskiy, 2013/04/30
- Re: [Qemu-ppc] [PATCH 3/4] spapr: Code more defensively against lack of primary PCI bus, Alexander Graf, 2013/04/30
- Re: [Qemu-ppc] [PATCH 3/4] spapr: Code more defensively against lack of primary PCI bus, Alexey Kardashevskiy, 2013/04/30
- Re: [Qemu-ppc] [PATCH 3/4] spapr: Code more defensively against lack of primary PCI bus, Alexander Graf, 2013/04/30
- Re: [Qemu-ppc] [PATCH 3/4] spapr: Code more defensively against lack of primary PCI bus, Alexey Kardashevskiy, 2013/04/30
- Re: [Qemu-ppc] [PATCH 3/4] spapr: Code more defensively against lack of primary PCI bus, Alexander Graf, 2013/04/30
[Qemu-ppc] [PATCH 4/4] pseries: Update SLOF firmware image, Alexey Kardashevskiy, 2013/04/30
Re: [Qemu-ppc] [0/4] General updates for pseries, Alexander Graf, 2013/04/30