hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Set the MachineClass flag ignore_memory_transaction_failures for almost all ARM boards. This means they retain the legacy behaviour that accesses to unimplemented addresses will RAZ/WI rather than aborting, when a subsequent commit adds support for external aborts. The exceptions are: * virt -- we know that guests won't try to prod devices that we don't describe in the device tree or ACPI tables * mps2 -- this board was written to use unimplemented-device for all the ranges with devices we don't yet handle New boards should not set the flag, but instead be written like the mps2. Signed-off-by:Peter Maydell <peter.maydell@linaro.org> Reviewed-by:
Alistair Francis <alistair.francis@xilinx.com> Message-id: 1504626814-23124-3-git-send-email-peter.maydell@linaro.org For the Xilinx boards: Reviewed-by:
Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Showing
- hw/arm/aspeed.c 3 additions, 0 deletionshw/arm/aspeed.c
- hw/arm/collie.c 1 addition, 0 deletionshw/arm/collie.c
- hw/arm/cubieboard.c 1 addition, 0 deletionshw/arm/cubieboard.c
- hw/arm/digic_boards.c 1 addition, 0 deletionshw/arm/digic_boards.c
- hw/arm/exynos4_boards.c 2 additions, 0 deletionshw/arm/exynos4_boards.c
- hw/arm/gumstix.c 2 additions, 0 deletionshw/arm/gumstix.c
- hw/arm/highbank.c 2 additions, 0 deletionshw/arm/highbank.c
- hw/arm/imx25_pdk.c 1 addition, 0 deletionshw/arm/imx25_pdk.c
- hw/arm/integratorcp.c 1 addition, 0 deletionshw/arm/integratorcp.c
- hw/arm/kzm.c 1 addition, 0 deletionshw/arm/kzm.c
- hw/arm/mainstone.c 1 addition, 0 deletionshw/arm/mainstone.c
- hw/arm/musicpal.c 1 addition, 0 deletionshw/arm/musicpal.c
- hw/arm/netduino2.c 1 addition, 0 deletionshw/arm/netduino2.c
- hw/arm/nseries.c 2 additions, 0 deletionshw/arm/nseries.c
- hw/arm/omap_sx1.c 2 additions, 0 deletionshw/arm/omap_sx1.c
- hw/arm/palm.c 1 addition, 0 deletionshw/arm/palm.c
- hw/arm/raspi.c 1 addition, 0 deletionshw/arm/raspi.c
- hw/arm/realview.c 4 additions, 0 deletionshw/arm/realview.c
- hw/arm/sabrelite.c 1 addition, 0 deletionshw/arm/sabrelite.c
- hw/arm/spitz.c 4 additions, 0 deletionshw/arm/spitz.c
Loading
Please register or sign in to comment