summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-09docs: remove references to TCG tracingAlex Bennée
2022-02-09tests/tcg/sh4: disable another unreliable testAlex Bennée
2022-02-09tests: Update CentOS 8 container to CentOS Stream 8Thomas Huth
2022-02-09tests/lcitool: Allow lcitool-refresh in out-of-tree builds, tooThomas Huth
2022-02-09gitlab: fall back to commit hash in qemu-setup filenameStefan Hajnoczi
2022-02-09docs/devel: mention our .editorconfigAlex Bennée
2022-02-09tests/lcitool: Install libibumad to cover RDMA on Debian based distrosPhilippe Mathieu-Daudé
2022-02-09tests: Manually remove libxml2 on MSYS2 runnersPhilippe Mathieu-Daudé
2022-02-09tests/lcitool: Refresh submodule and remove libxml2Philippe Mathieu-Daudé
2022-02-09drop libxml2 checks since libxml is not actually used (for parallels)Michael Tokarev
2022-02-09tests/lcitool: Include local qemu.yml when refreshing cirrus-ci filesPhilippe Mathieu-Daudé
2022-02-09gitmodules: Correct libvirt-ci submodule URLPhilippe Mathieu-Daudé
2022-02-09MAINTAINERS: Cover lcitool submodule with build test / automationPhilippe Mathieu-Daudé
2022-02-09.gitignore: add .gcov patternAlex Bennée
2022-02-09Makefile: also remove .gcno files when cleaningAlex Bennée
2022-02-09tests/qtest: enable more vhost-user tests by defaultAlex Bennée
2022-02-09tests/Makefile.include: clean-up old codeAlex Bennée
2022-02-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220208'...Peter Maydell
2022-02-08hw/sensor: Add lsm303dlhc magnetometer deviceKevin Townsend
2022-02-08hw/intc/arm_gicv3_its: Split error checksPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Don't allow intid 1023 in MAPI/MAPTIPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: In MAPC with V=0, don't check rdbase fieldPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fieldsPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Make update_ite() use ITEntryPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Pass ITE values back from get_ite() via a structPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Avoid nested ifs in get_ite()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_tPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Keep DTEs as a struct, not a raw uint64_tPeter Maydell
2022-02-08hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packetsPeter Maydell
2022-02-08hw/arm/smmuv3: Fix device resetEric Auger
2022-02-08hw/timer/armv7m_systick: Update clock source before enabling timerRichard Petri
2022-02-08arm: force flag recalculation when messing with DAIFAlex Bennée
2022-02-08hw/arm: versal-virt: Always call arm_load_kernel()Edgar E. Iglesias
2022-02-08hw/arm/boot: Drop existing dtb /psci node rather than retaining itPeter Maydell
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell
2022-02-08hw/arm/highbank: Drop unused secondary boot stub codePeter Maydell
2022-02-08hw/arm/boot: Don't write secondary boot stub if using PSCIPeter Maydell
2022-02-08hw/arm/boot: Prevent setting both psci_conduit and secure_board_setupPeter Maydell
2022-02-08hw/arm/highbank: Drop use of secure_board_setupPeter Maydell
2022-02-08arm: tcg: Adhere to SMCCC 1.3 section 5.2Peter Maydell
2022-02-08hw/arm: highbank: For EL3 guests, don't enable PSCI, start all coresPeter Maydell
2022-02-08hw/arm/virt: Let boot.c handle PSCI enablementPeter Maydell
2022-02-08hw/arm/versal: Let boot.c handle PSCI enablementPeter Maydell
2022-02-08hw/arm/xlnx-zcu102: Don't enable PSCI conduit when booting guest in EL3Peter Maydell
2022-02-08hw/arm: allwinner: Don't enable PSCI conduit when booting guest in EL3Peter Maydell
2022-02-08hw/arm: imx: Don't enable PSCI conduit when booting guest in EL3Peter Maydell
2022-02-08hw/arm/boot: Support setting psci-conduit based on guest ELPeter Maydell