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 <[email protected]>
r~