This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/release-aarch64 in repository toolchain/ci/qemu.
from eec398119f Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/vir [...] adds e2c1d78da3 net/vmnet: add vmnet dependency and customizable option adds 81ad2964e9 net/vmnet: add vmnet backends to qapi/net adds 73f99db534 net/vmnet: implement shared mode (vmnet-shared) adds 5cfa643730 net/vmnet: implement host mode (vmnet-host) adds 2c313ae2a0 net/vmnet: implement bridged mode (vmnet-bridged) adds b0290db12d net/vmnet: update qemu-options.hx adds fd8c8c056d net/vmnet: update hmp-commands.hx adds 052c2579b8 tulip: Assign default MAC address if not specified adds bcf0a3a422 Merge tag 'net-pull-request' of https://github.com/jasowang/ [...] adds 041eb5bcf7 seabios-hppa: Update SeaBIOS-hppa to VERSION 5 adds 7e50730cb8 artist: Introduce constant for max cursor size adds e9683fbc37 artist: Use human-readable variable names instead of reg_xxx adds 482afe020b artist: Fix vertical X11 cursor position in HP-UX adds a377b574eb artist: Allow to turn cursor on or off adds caca6e618d artist: Emulate screen blanking adds 9ef2c6b4ab artist: Fix X cursor position calculation in X11 adds 78ac2eebba Merge tag 'artist-cursor-fix-final-pull-request' of https:// [...] adds 9f225e607f target/arm: Postpone interpretation of stage 2 descriptor at [...] adds 4a0b47c815 target/arm: Factor out FWB=0 specific part of combine_cacheattrs() adds 8c7e17ef38 target/arm: Implement FEAT_S2FWB adds e04bf5a793 target/arm: Enable FEAT_S2FWB for -cpu max adds 75662f36e3 target/arm: Implement FEAT_IDST adds 3d52472f81 target/arm: Drop unsupported_encoding() macro adds 272f75e890 hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv [...] adds 9c6f933e71 hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1 adds 9774c0f7ba hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant adds 84597ff394 hw/intc/arm_gicv3: Support configurable number of physical p [...] adds 39f29e5993 hw/intc/arm_gicv3: Use correct number of priority bits for the CPU adds 5d55f82767 hw/intc/arm_gicv3: Provide ich_num_aprs() adds e1be11a5a4 Fix aarch64 debug register names. adds 6e76d35f23 hw/adc/zynq-xadc: Use qemu_irq typedef adds 1a13efcc56 target/arm/helper.c: Delete stray obsolete comment adds 24526bb92f target/arm: Make number of counters in PMCR follow the CPU adds e8ca920f3d hw/arm/virt: Fix incorrect non-secure flash dtb node name adds afdcbddcc9 hw/arm/virt: Drop #size-cells and #address-cells from gpio-k [...] adds 9598c1bb39 ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY adds 07b034ea82 target/arm: Fix PAuth keys access checks for disabled SEL2 adds 5814d587fe target/arm: Enable FEAT_HCX for -cpu max adds fab8ad39fb target/arm: Use FIELD definitions for CPACR, CPTR_ELx adds 3a650ac995 Merge tag 'pull-target-arm-20220519' of https://git.linaro.o [...]
No new revisions were added by this update.
Summary of changes: docs/system/arm/emulation.rst | 2 + hmp-commands.hx | 6 +- hw/adc/zynq-xadc.c | 4 +- hw/arm/boot.c | 2 +- hw/arm/musicpal.c | 2 +- hw/arm/virt.c | 4 +- hw/core/machine.c | 4 +- hw/display/artist.c | 168 ++++++++++++----- hw/dma/xilinx_axidma.c | 2 +- hw/dma/xlnx_csu_dma.c | 2 +- hw/intc/arm_gicv3_common.c | 5 + hw/intc/arm_gicv3_cpuif.c | 225 +++++++++++++++------- hw/intc/arm_gicv3_kvm.c | 16 +- hw/m68k/mcf5206.c | 2 +- hw/m68k/mcf5208.c | 2 +- hw/net/can/xlnx-zynqmp-can.c | 2 +- hw/net/fsl_etsec/etsec.c | 2 +- hw/net/lan9118.c | 2 +- hw/net/tulip.c | 4 +- hw/rtc/exynos4210_rtc.c | 4 +- hw/timer/allwinner-a10-pit.c | 2 +- hw/timer/altera_timer.c | 2 +- hw/timer/arm_timer.c | 2 +- hw/timer/digic-timer.c | 2 +- hw/timer/etraxfs_timer.c | 6 +- hw/timer/exynos4210_mct.c | 6 +- hw/timer/exynos4210_pwm.c | 2 +- hw/timer/grlib_gptimer.c | 2 +- hw/timer/imx_epit.c | 4 +- hw/timer/imx_gpt.c | 2 +- hw/timer/mss-timer.c | 2 +- hw/timer/sh_timer.c | 2 +- hw/timer/slavio_timer.c | 2 +- hw/timer/xilinx_timer.c | 2 +- include/hw/adc/zynq-xadc.h | 3 +- include/hw/intc/arm_gicv3_common.h | 8 +- include/hw/ptimer.h | 16 +- meson.build | 16 +- meson_options.txt | 2 + net/clients.h | 11 ++ net/meson.build | 7 + net/net.c | 10 + net/vmnet-bridged.m | 152 +++++++++++++++ net/vmnet-common.m | 378 +++++++++++++++++++++++++++++++++++++ net/vmnet-host.c | 128 +++++++++++++ net/vmnet-shared.c | 114 +++++++++++ net/vmnet_int.h | 63 +++++++ pc-bios/hppa-firmware.img | Bin 701964 -> 719040 bytes qapi/net.json | 133 ++++++++++++- qemu-options.hx | 25 +++ roms/seabios-hppa | 2 +- scripts/meson-buildoptions.sh | 1 + target/arm/cpregs.h | 24 +++ target/arm/cpu.c | 11 +- target/arm/cpu.h | 76 +++++++- target/arm/cpu64.c | 30 +++ target/arm/cpu_tcg.c | 6 + target/arm/helper.c | 348 +++++++++++++++++++++++++--------- target/arm/internals.h | 11 +- target/arm/kvm64.c | 12 ++ target/arm/op_helper.c | 9 + target/arm/translate-a64.c | 36 +++- target/arm/translate-a64.h | 9 - tests/unit/ptimer-test.c | 6 +- 64 files changed, 1867 insertions(+), 278 deletions(-) create mode 100644 net/vmnet-bridged.m create mode 100644 net/vmnet-common.m create mode 100644 net/vmnet-host.c create mode 100644 net/vmnet-shared.c create mode 100644 net/vmnet_int.h