ARM queue, various patches accumulated over the Christmas break. -- PMM
The following changes since commit 612061b277915fadd80631eb7a6926f48a110c44: Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-10' into staging (2018-01-11 11:52:40 +0000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20180111 for you to fetch changes up to 0cf09852015e47a5fbb974ff7ac320366afd21ee: hw/intc/arm_gic: reserved register addresses are RAZ/WI (2018-01-11 13:25:40 +0000) ---------------------------------------------------------------- target-arm queue: * add aarch64_be linux-user target * Virt: ACPI: fix qemu assert due to re-assigned table data address * imx_fec: various bug fixes and cleanups * hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask() * hw/sd/pxa2xx_mmci: add read/write() trace events * linux-user/arm/nwfpe: Check coprocessor number for FPA emulation * target/arm: Make disas_thumb2_insn() generate its own UNDEF exceptions * hw/intc/arm_gicv3: Make reserved register addresses RAZ/WI * hw/intc/arm_gic: reserved register addresses are RAZ/WI ---------------------------------------------------------------- Andrey Smirnov (11): imx_fec: Do not link to netdev imx_fec: Refactor imx_eth_enable_rx() imx_fec: Change queue flushing heuristics imx_fec: Move Tx frame buffer away from the stack imx_fec: Use ENET_FTRL to determine truncation length imx_fec: Use MIN instead of explicit ternary operator imx_fec: Emulate SHIFT16 in ENETx_RACC imx_fec: Add support for multiple Tx DMA rings imx_fec: Use correct length for packet size imx_fec: Fix a typo in imx_enet_receive() imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file Michael Weiser (8): linux-user: Add support for big-endian aarch64 linux-user: Add separate aarch64_be uname linux-user: Fix endianess of aarch64 signal trampoline configure: Add aarch64_be-linux-user target linux-user: Add aarch64_be magic numbers to qemu-binfmt-conf.sh linux-user: Separate binfmt arm CPU families linux-user: Activate armeb handler registration target/arm: Fix stlxp for aarch64_be Peter Maydell (4): linux-user/arm/nwfpe: Check coprocessor number for FPA emulation target/arm: Make disas_thumb2_insn() generate its own UNDEF exceptions hw/intc/arm_gicv3: Make reserved register addresses RAZ/WI hw/intc/arm_gic: reserved register addresses are RAZ/WI Philippe Mathieu-Daudé (2): hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask() hw/sd/pxa2xx_mmci: add read/write() trace events Zhaoshenglong (1): Virt: ACPI: fix qemu assert due to re-assigned table data address configure | 5 +- include/hw/arm/fsl-imx25.h | 1 - include/hw/net/imx_fec.h | 27 +++- linux-user/aarch64/target_syscall.h | 4 + hw/arm/fsl-imx6.c | 1 + hw/arm/virt-acpi-build.c | 18 ++- hw/intc/arm_gic.c | 5 +- hw/intc/arm_gicv3_dist.c | 13 ++ hw/intc/arm_gicv3_its_common.c | 8 +- hw/intc/arm_gicv3_redist.c | 13 ++ hw/net/imx_fec.c | 210 +++++++++++++++++++++++------- hw/sd/pxa2xx_mmci.c | 78 +++++++---- hw/timer/pxa2xx_timer.c | 17 ++- linux-user/arm/nwfpe/fpa11.c | 9 ++ linux-user/main.c | 6 + linux-user/signal.c | 10 +- target/arm/helper-a64.c | 7 +- target/arm/translate.c | 23 ++-- default-configs/aarch64_be-linux-user.mak | 1 + hw/sd/trace-events | 4 + scripts/qemu-binfmt-conf.sh | 15 ++- 21 files changed, 356 insertions(+), 119 deletions(-) create mode 100644 default-configs/aarch64_be-linux-user.mak