aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-20tests/docker: update and flatten debian-mips64-crossAlex Bennée
2022-09-20tests/docker: update and flatten debian-m68k-crossAlex Bennée
2022-09-20tests/docker: update and flatten debian-hppa-crossAlex Bennée
2022-09-20tests/docker: update and flatten debian-alpha-crossAlex Bennée
2022-09-20tests/avocado: reduce the default timeout to 120sAlex Bennée
2022-09-20tests/avocado: split the AST2x00Machine classesAlex Bennée
2022-09-20tests/avocado: add explicit timeout for ppc64le TCG testsAlex Bennée
2022-09-20tests/avocado: add explicit timeout for s390 TCG testsAlex Bennée
2022-09-20tests/avocado: add explicit timeout for Aarch64 TCG testsAlex Bennée
2022-09-20tests/avocado/boot_linux_console: Fix the test_aarch64_xlnx_versal_virt testThomas Huth
2022-09-20gitlab: reduce targets in cross_user_build_jobAlex Bennée
2022-09-17Merge tag 'pull-hmp-20220915a' of https://gitlab.com/dagrh/qemu into stagingStefan Hajnoczi
2022-09-17Merge tag 'pull-semi-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-09-17Merge tag 'pull-arm-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-09-17Merge tag 'tpm-pull-2022-09-13-1' of https://github.com/stefanberger/qemu-tpm...Stefan Hajnoczi
2022-09-15hmp: Fix ordering of textDr. David Alan Gilbert
2022-09-15monitor/hmp: print trace as option in help for log commandDongli Zhang
2022-09-15monitor: Support specified vCPU registerszhenwei pi
2022-09-14target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell
2022-09-14target/arm: Remove useless TARGET_BIG_ENDIAN check in armv7m_load_kernel()Peter Maydell
2022-09-14target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'Peter Maydell
2022-09-14target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell
2022-09-14target/arm: Implement FEAT_PMUv3p5 cycle counter disable bitsPeter Maydell
2022-09-14target/arm: Rename pmu_8_n feature test functionsPeter Maydell
2022-09-14target/arm: Detect overflow when calculating next PMU interruptPeter Maydell
2022-09-14target/arm: Honour MDCR_EL2.HPMD in Secure EL2Peter Maydell
2022-09-14target/arm: Ignore PMCR.D when PMCR.LC is setPeter Maydell
2022-09-14target/arm: Don't mishandle count when enabling or disabling PMU countersPeter Maydell
2022-09-14target/arm: Correct value returned by pmu_counter_mask()Peter Maydell
2022-09-14target/arm: Don't corrupt high half of PMOVSR when cycle counter overflowsPeter Maydell
2022-09-14target/arm: Add missing space in commentPeter Maydell
2022-09-14target/arm: Advertise FEAT_ETS for '-cpu max'Peter Maydell
2022-09-14target/arm: Implement ID_DFR1Peter Maydell
2022-09-14target/arm: Implement ID_MMFR5Peter Maydell
2022-09-14target/arm: Sort KVM reads of AArch32 ID registers into encoding orderPeter Maydell
2022-09-14target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8Peter Maydell
2022-09-14hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DIS...Enrik Berkhan
2022-09-14target/arm: Add cortex-a35Hao Wu
2022-09-13target/riscv: Honour -semihosting-config userspace=on and enable=onPeter Maydell
2022-09-13target/xtensa: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13target/nios2: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13target/mips: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13target/m68k: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13target/arm: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell
2022-09-13target/m68k: Convert semihosting errno to gdb remote errnoRichard Henderson
2022-09-13target/m68k: Use semihosting/syscalls.hRichard Henderson
2022-09-13target/nios2: Convert semihosting errno to gdb remote errnoRichard Henderson
2022-09-13target/nios2: Use semihosting/syscalls.hRichard Henderson
2022-09-13tpm_emulator: Have swtpm relock storage upon migration fall-backStefan Berger