mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-27 03:51:57 -06:00
hw/arm/smmuv3: Add space in guest error message
Make the translation error message prettier by adding a missing space before the parenthesis. Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Eric Auger <eric.auger@redhat.com> Message-id: 20220427111543.124620-2-jean-philippe@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
ced716942a
commit
264a3b2eba
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ epilogue:
|
||||||
break;
|
break;
|
||||||
case SMMU_TRANS_ERROR:
|
case SMMU_TRANS_ERROR:
|
||||||
qemu_log_mask(LOG_GUEST_ERROR,
|
qemu_log_mask(LOG_GUEST_ERROR,
|
||||||
"%s translation failed for iova=0x%"PRIx64"(%s)\n",
|
"%s translation failed for iova=0x%"PRIx64" (%s)\n",
|
||||||
mr->parent_obj.name, addr, smmu_event_string(event.type));
|
mr->parent_obj.name, addr, smmu_event_string(event.type));
|
||||||
smmuv3_record_event(s, &event);
|
smmuv3_record_event(s, &event);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue