aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-24qapi: Fix error message when type name or array is expectedMarkus Armbruster5-12/+11
2023-04-24qapi: Simplify code a bit after previous commitsMarkus Armbruster1-11/+3
2023-04-24qapi: Improve error message for unexpected array typesMarkus Armbruster3-8/+2
2023-04-24qapi: Split up check_type()Markus Armbruster1-46/+64
2023-04-24qapi: Clean up after removal of simple unionsMarkus Armbruster1-1/+1
2023-04-24qapi/schema: Use super()Markus Armbruster1-1/+1
2023-04-24qapi: Fix error message format regressionMarkus Armbruster1-1/+1
2023-04-23Merge tag 'pull-tcg-20230423' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson16-498/+786
2023-04-23tcg/riscv: Conditionalize tcg_out_exts_i32_i64Richard Henderson1-1/+3
2023-04-23tcg: Clear TCGLabelQemuLdst on allocationRichard Henderson1-0/+1
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson11-0/+55
2023-04-23tcg: Introduce tcg_out_movextRichard Henderson9-168/+103
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson11-17/+65
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson11-28/+63
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson11-19/+63
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson11-25/+54
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson11-20/+54
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson11-42/+66
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson11-52/+79
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson11-33/+69
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson11-51/+81
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson13-55/+47
2023-04-23tcg: Replace if + tcg_abort with tcg_debug_assertRichard Henderson2-8/+4
2023-04-22Merge tag 'pull-hex-20230421' of https://github.com/quic/qemu into stagingRichard Henderson28-1352/+1664
2023-04-22Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson45-395/+424
2023-04-21Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson11-10/+722
2023-04-21Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructionsTaylor Simpson2-14/+28
2023-04-21Hexagon (target/hexagon) Remove unused slot variable in helpersTaylor Simpson4-11/+9
2023-04-21Hexagon (tests/tcg/hexagon) Move HVX test infra to header fileTaylor Simpson3-158/+181
2023-04-21Hexagon (target/hexagon) Updates to USR should use get_result_gprTaylor Simpson6-44/+34
2023-04-21Hexagon (target/hexagon) Add overrides for count trailing zeros/onesTaylor Simpson2-1/+79
2023-04-21Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_storesTaylor Simpson4-9/+10
2023-04-21Hexagon (target/hexagon) Remove redundant/unused macrosTaylor Simpson1-43/+22
2023-04-21Use black code style for python scriptsMarco Liebel13-911/+1191
2023-04-21Use f-strings in python scriptsMarco Liebel12-306/+250
2023-04-21Hexagon (translate.c): avoid redundant PC updates on COFMatheus Tavares Bernardino1-8/+13
2023-04-21Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...Richard Henderson48-282/+1224
2023-04-21Merge tag 'pull-target-arm-20230420' of https://git.linaro.org/people/pmaydel...Richard Henderson43-64/+738
2023-04-20qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controllerStefan Berger2-0/+666
2023-04-20qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename itStefan Berger8-59/+56
2023-04-20qtest: Add functions for accessing devices on Aspeed I2C controllerStefan Berger3-0/+165
2023-04-20tests/avocado/aspeed: Add TPM TIS I2C testJoel Stanley1-2/+40
2023-04-20tpm: Add support for TPM device over I2C busNinad Palsule6-0/+589
2023-04-20tpm: Extend common APIs to support TPM TIS I2CNinad Palsule3-8/+72
2023-04-20docs: Add support for TPM devices over I2C busNinad Palsule1-0/+21
2023-04-20arm/mcimx7d-sabre: Set fec2-phy-connected property to falseGuenter Roeck1-0/+2
2023-04-20fsl-imx7: Add fec[12]-phy-connected propertiesGuenter Roeck2-0/+21
2023-04-20arm/mcimx6ul-evk: Set fec1-phy-connected property to falseGuenter Roeck1-0/+2
2023-04-20fsl-imx6ul: Add fec[12]-phy-connected propertiesGuenter Roeck2-0/+21
2023-04-20tests/vm/freebsd: Update to FreeBSD 13.2Thomas Huth1-76/+25