aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-31gitlab-ci.d/buildtest: Merge the --without-default-* jobsThomas Huth
2023-01-31tests/qtest/display-vga-test: Add proper checks if a device is availableThomas Huth
2023-01-31gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system jobThomas Huth
2023-01-30qapi, audio: Make introspection reflect build configuration more closelyDaniel P. Berrangé
2023-01-30qapi, audio: add query-audiodev commandDaniel P. Berrangé
2023-01-30docs/s390x/pcidevices: document pci devices on s390xSebastian Mitterle
2023-01-26tests/qtest/boot-serial-test: Constify tests[] arrayPhilippe Mathieu-Daudé
2023-01-26tests/qtest/vnc-display-test: Disable on DarwinPhilippe Mathieu-Daudé
2023-01-26tests/qtest/vnc-display-test: Use the 'none' machinePhilippe Mathieu-Daudé
2023-01-26tests/qtest/vnc-display-test: Suppress build warnings on WindowsPhilippe Mathieu-Daudé
2023-01-26tests/tcg: Do not build/run TCG tests if TCG is disabledFabiano Rosas
2023-01-26docs/about/deprecated: Mark HAXM in QEMU as deprecatedThomas Huth
2023-01-26MAINTAINERS: Abort HAXM maintenanceWenchao Wang
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on NetBSDPhilippe Mathieu-Daudé
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on FreeBSDPhilippe Mathieu-Daudé
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on HaikuPhilippe Mathieu-Daudé
2023-01-26qemu/bswap: Remove <byteswap.h> dependencyPhilippe Mathieu-Daudé
2023-01-26qemu/bswap: Replace bswapXXs() by compiler __builtin_bswap()Philippe Mathieu-Daudé
2023-01-26qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()Philippe Mathieu-Daudé
2023-01-26tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 containerThomas Huth
2023-01-26travis.yml: Remove the generic addons sectionThomas Huth
2023-01-26travis.yml: Use the libfdt from the distro instead of the submoduleThomas Huth
2023-01-26configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 configThomas Huth
2023-01-26hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'Thomas Huth
2023-01-26tests/qtest/bios-tables-test: Make the test less verbose by defaultThomas Huth
2023-01-26tests/qtest/qom-test: Stop spamming the test logThomas Huth
2023-01-26tests/qtest: netdev: test stream and dgram backendsLaurent Vivier
2023-01-24Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2023-01-23block/blkio: Fix inclusion of required headersPeter Krempa
2023-01-23virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi
2023-01-23util/aio: Defer disabling poll mode as long as possibleChao Gao
2023-01-23Merge tag 'pull-target-arm-20230123' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson
2023-01-23target/arm: Reorg do_coproc_insnRichard Henderson
2023-01-23target/arm: provide stubs for more external debug registersEvgeny Iakovlev
2023-01-23target/arm: implement DBGCLAIM registersEvgeny Iakovlev
2023-01-23target/arm: Don't set EXC_RETURN.ES if Security Extension not presentPeter Maydell
2023-01-23target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson
2023-01-23target/arm: Fix physical address resolution for MTERichard Henderson
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Reset ZA state in aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson
2023-01-23target/arm/sme: Rebuild hflags in set_pstate() helpersRichard Henderson
2023-01-23target/arm/sme: Reorg SME access handling in handle_msr_i()Richard Henderson
2023-01-23hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2cPhilippe Mathieu-Daudé
2023-01-23hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macroPhilippe Mathieu-Daudé
2023-01-23hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2CPhilippe Mathieu-Daudé
2023-01-23hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CStatePhilippe Mathieu-Daudé