Re: [PATCH 04/13] hw/pci-host/astro: Avoid aborting on access failure
On 2/7/24 08:20, del...@kernel.org wrote: @@ -610,6 +607,7 @@ static MemTxResult astro_chip_write_with_attrs(void *opaque, hwaddr addr, uint64_t val, unsigned size, MemTxAttrs attrs) { +MemTxRes
[PATCH 04/13] hw/pci-host/astro: Avoid aborting on access failure
From: Helge Deller Instead of stopping the emulation, report a MEMTX_DECODE_ERROR if the OS tries to access non-existent registers. Signed-off-by: Helge Deller --- hw/pci-host/astro.c | 30 +- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/hw/pci-ho