summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2022-02-0912-88/+21Star
* plugins: move reset of plugin data to tb_startAlex Bennée2022-02-091-11/+20
* target/i386: use CPU_LOG_INT for IRQ servicingAlex Bennée2022-02-091-2/+2
* tests/plugins: add instruction matching to libinsn.soAlex Bennée2022-02-091-1/+88
* tests/plugin: allow libinsn.so per-CPU countsAlex Bennée2022-02-091-8/+31
* contrib/plugins: add a drcov pluginIvanov Arkady2022-02-092-0/+164
* plugins: add helper functions for coverage pluginsIvanov Arkady2022-02-093-0/+86
* tracing: excise the tcg related from tracetoolAlex Bennée2022-02-099-350/+4Star
* tracing: remove the trace-tcg includes from the buildAlex Bennée2022-02-094-9/+0Star
* tracing: remove TCG memory access tracingAlex Bennée2022-02-096-67/+0Star
* docs: remove references to TCG tracingAlex Bennée2022-02-092-85/+13Star
* tests/tcg/sh4: disable another unreliable testAlex Bennée2022-02-091-0/+4
* tests: Update CentOS 8 container to CentOS Stream 8Thomas Huth2022-02-092-3/+3
* tests/lcitool: Allow lcitool-refresh in out-of-tree builds, tooThomas Huth2022-02-091-1/+1
* gitlab: fall back to commit hash in qemu-setup filenameStefan Hajnoczi2022-02-091-1/+1
* docs/devel: mention our .editorconfigAlex Bennée2022-02-091-0/+4
* tests/lcitool: Install libibumad to cover RDMA on Debian based distrosPhilippe Mathieu-Daudé2022-02-093-0/+3
* tests: Manually remove libxml2 on MSYS2 runnersPhilippe Mathieu-Daudé2022-02-092-3/+0Star
* tests/lcitool: Refresh submodule and remove libxml2Philippe Mathieu-Daudé2022-02-0911-18/+10Star
* drop libxml2 checks since libxml is not actually used (for parallels)Michael Tokarev2022-02-098-17/+2Star
* tests/lcitool: Include local qemu.yml when refreshing cirrus-ci filesPhilippe Mathieu-Daudé2022-02-091-1/+1
* gitmodules: Correct libvirt-ci submodule URLPhilippe Mathieu-Daudé2022-02-091-1/+1
* MAINTAINERS: Cover lcitool submodule with build test / automationPhilippe Mathieu-Daudé2022-02-091-0/+1
* .gitignore: add .gcov patternAlex Bennée2022-02-091-0/+1
* Makefile: also remove .gcno files when cleaningAlex Bennée2022-02-091-1/+2
* tests/qtest: enable more vhost-user tests by defaultAlex Bennée2022-02-091-12/+9Star
* tests/Makefile.include: clean-up old codeAlex Bennée2022-02-091-4/+0Star
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220208'...Peter Maydell2022-02-0842-614/+1302
|\
| * hw/sensor: Add lsm303dlhc magnetometer deviceKevin Townsend2022-02-085-0/+710
| * hw/intc/arm_gicv3_its: Split error checksPeter Maydell2022-02-081-21/+31
| * hw/intc/arm_gicv3_its: Don't allow intid 1023 in MAPI/MAPTIPeter Maydell2022-02-081-2/+1Star
| * hw/intc/arm_gicv3_its: In MAPC with V=0, don't check rdbase fieldPeter Maydell2022-02-081-12/+12
| * hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fieldsPeter Maydell2022-02-082-19/+14Star
| * hw/intc/arm_gicv3_its: Make update_ite() use ITEntryPeter Maydell2022-02-081-30/+32
| * hw/intc/arm_gicv3_its: Pass ITE values back from get_ite() via a structPeter Maydell2022-02-081-47/+55
| * hw/intc/arm_gicv3_its: Avoid nested ifs in get_ite()Peter Maydell2022-02-081-13/+15
| * hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()Peter Maydell2022-02-082-26/+21Star
| * hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()Peter Maydell2022-02-081-15/+17
| * hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_tPeter Maydell2022-02-081-44/+52
| * hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()Peter Maydell2022-02-081-17/+18
| * hw/intc/arm_gicv3_its: Keep DTEs as a struct, not a raw uint64_tPeter Maydell2022-02-081-55/+56
| * hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packetsPeter Maydell2022-02-082-149/+61Star
| * hw/arm/smmuv3: Fix device resetEric Auger2022-02-081-0/+6
| * hw/timer/armv7m_systick: Update clock source before enabling timerRichard Petri2022-02-081-4/+4
| * arm: force flag recalculation when messing with DAIFAlex Bennée2022-02-081-0/+2
| * hw/arm: versal-virt: Always call arm_load_kernel()Edgar E. Iglesias2022-02-081-9/+2Star
| * hw/arm/boot: Drop existing dtb /psci node rather than retaining itPeter Maydell2022-02-081-3/+4
| * hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell2022-02-0818-26/+5Star
| * hw/arm/highbank: Drop unused secondary boot stub codePeter Maydell2022-02-081-56/+0Star
| * hw/arm/boot: Don't write secondary boot stub if using PSCIPeter Maydell2022-02-082-11/+27