[PATCH 0/2] hw: arm: use logging rather than hw_error

Peter Maydell posted 2 patches 1 day, 2 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260529143624.158935-1-peter.maydell@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
hw/dma/pl080.c                |  6 +++---
hw/intc/exynos4210_combiner.c | 29 ++++++++++++++++++-----------
2 files changed, 21 insertions(+), 14 deletions(-)
[PATCH 0/2] hw: arm: use logging rather than hw_error
Posted by Peter Maydell 1 day, 2 hours ago
These patches switch a couple of older devices away from hw_error()
for "guest can do something wrong" or "guest uses some feature
QEMU doesn't implement" cases, replacing it with qemu_log_mask().

These aren't really very important, but I was at a loose end this
afternoon and they do let us close out a couple of gitlab issues.

-- PMM


Peter Maydell (2):
  hw/intc/exynos4210_combiner: Avoid hw_error for guest errors
  hw/dma/pl080: Don't use hw_error() for unimplemented features

 hw/dma/pl080.c                |  6 +++---
 hw/intc/exynos4210_combiner.c | 29 ++++++++++++++++++-----------
 2 files changed, 21 insertions(+), 14 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] hw: arm: use logging rather than hw_error
Posted by Richard Henderson 23 hours ago
On 5/29/26 07:36, Peter Maydell wrote:
> These patches switch a couple of older devices away from hw_error()
> for "guest can do something wrong" or "guest uses some feature
> QEMU doesn't implement" cases, replacing it with qemu_log_mask().
> 
> These aren't really very important, but I was at a loose end this
> afternoon and they do let us close out a couple of gitlab issues.
> 
> -- PMM
> 
> 
> Peter Maydell (2):
>    hw/intc/exynos4210_combiner: Avoid hw_error for guest errors
>    hw/dma/pl080: Don't use hw_error() for unimplemented features
> 
>   hw/dma/pl080.c                |  6 +++---
>   hw/intc/exynos4210_combiner.c | 29 ++++++++++++++++++-----------
>   2 files changed, 21 insertions(+), 14 deletions(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~