aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-24hw/net/allwinner-sun8i-emac: Correctly byteswap descriptor fieldsbe-fixesPeter Maydell
2023-04-24hw/sd/allwinner-sdhost: Correctly byteswap descriptor fieldsPeter Maydell
2023-04-24target/arm: Add compile time asserts to load/store_cpu_field macrosPeter Maydell
2023-04-24target/arm: Define and use new load_cpu_field_low32()Peter Maydell
2023-04-24hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()Peter Maydell
2023-04-24hw/arm/raspi: Use arm_write_bootloader() to write boot codePeter Maydell
2023-04-24hw/arm/aspeed: Use arm_write_bootloader() to write the bootloaderCédric Le Goater
2023-04-24hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater
2023-04-24hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()Peter Maydell
2023-04-24MAINTAINERS: Cover tests/avocado/machine_aspeed.pyThomas Huth
2023-04-24tests/avocado/machine_aspeed: Fix the broken ast2[56]00_evb_sdk testsThomas Huth
2023-04-24tests/avocado: Make ssh_command_output_contains() globally availableThomas Huth
2023-04-23Merge tag 'pull-tcg-20230423' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-04-23tcg/riscv: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Clear TCGLabelQemuLdst on allocationRichard Henderson
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
2023-04-23tcg: Replace if + tcg_abort with tcg_debug_assertRichard Henderson
2023-04-22Merge tag 'pull-hex-20230421' of https://github.com/quic/qemu into stagingRichard Henderson
2023-04-22Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-04-21Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson
2023-04-21Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructionsTaylor Simpson
2023-04-21Hexagon (target/hexagon) Remove unused slot variable in helpersTaylor Simpson
2023-04-21Hexagon (tests/tcg/hexagon) Move HVX test infra to header fileTaylor Simpson
2023-04-21Hexagon (target/hexagon) Updates to USR should use get_result_gprTaylor Simpson
2023-04-21Hexagon (target/hexagon) Add overrides for count trailing zeros/onesTaylor Simpson
2023-04-21Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_storesTaylor Simpson
2023-04-21Hexagon (target/hexagon) Remove redundant/unused macrosTaylor Simpson
2023-04-21Use black code style for python scriptsMarco Liebel
2023-04-21Use f-strings in python scriptsMarco Liebel
2023-04-21Hexagon (translate.c): avoid redundant PC updates on COFMatheus Tavares Bernardino
2023-04-21Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-04-21Merge tag 'pull-target-arm-20230420' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-04-20qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controllerStefan Berger
2023-04-20qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename itStefan Berger
2023-04-20qtest: Add functions for accessing devices on Aspeed I2C controllerStefan Berger
2023-04-20tests/avocado/aspeed: Add TPM TIS I2C testJoel Stanley
2023-04-20tpm: Add support for TPM device over I2C busNinad Palsule
2023-04-20tpm: Extend common APIs to support TPM TIS I2CNinad Palsule
2023-04-20docs: Add support for TPM devices over I2C busNinad Palsule