aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson62-1348/+2162
2023-05-18Merge tag 'pull-target-arm-20230518' of https://git.linaro.org/people/pmaydel...Richard Henderson20-904/+959
2023-05-18docs/devel: update build system docsPaolo Bonzini1-108/+175
2023-05-18configure: remove unnecessary checkPaolo Bonzini1-7/+0
2023-05-18configure: reorder option parsing codePaolo Bonzini1-63/+58
2023-05-18configure: remove unnecessary mkdirPaolo Bonzini1-1/+0
2023-05-18configure: do not rerun the tests with -WerrorPaolo Bonzini1-34/+1
2023-05-18configure: remove compiler sanity checkPaolo Bonzini1-14/+0
2023-05-18build: move --disable-debug-info to mesonPaolo Bonzini3-5/+5
2023-05-18build: move compiler version check to mesonPaolo Bonzini2-25/+20
2023-05-18build: move remaining compiler flag tests to mesonPaolo Bonzini2-69/+62
2023-05-18build: move warning flag selection to mesonPaolo Bonzini3-109/+48
2023-05-18docs: Convert u2f.txt to rSTPeter Maydell4-111/+95
2023-05-18hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'Peter Maydell1-20/+20
2023-05-18target/arm: Saturate L2CTLR_EL1 core count field rather than overflowingPeter Maydell1-2/+9
2023-05-18target/arm: Convert ERET, ERETAA, ERETAB to decodetreePeter Maydell2-108/+63
2023-05-18target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetreePeter Maydell2-58/+43
2023-05-18target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetreePeter Maydell2-55/+84
2023-05-18target/arm: Convert BR, BLR, RET to decodetreePeter Maydell2-6/+54
2023-05-18target/arm: Convert conditional branch insns to decodetreePeter Maydell2-24/+8
2023-05-18target/arm: Convert TBZ, TBNZ to decodetreePeter Maydell2-20/+11
2023-05-18target/arm: Convert CBZ, CBNZ to decodetreePeter Maydell2-20/+11
2023-05-18target/arm: Convert unconditional branch immediate to decodetreePeter Maydell2-19/+19
2023-05-18target/arm: Convert Extract instructions to decodetreePeter Maydell2-63/+34
2023-05-18target/arm: Convert Bitfield to decodetreeRichard Henderson2-57/+88
2023-05-18target/arm: Convert Move wide (immediate) to decodetreeRichard Henderson2-43/+41
2023-05-18target/arm: Convert Logical (immediate) to decodetreeRichard Henderson2-64/+43
2023-05-18target/arm: Replace bitmask64 with MAKE_64BIT_MASKRichard Henderson1-9/+2
2023-05-18target/arm: Convert Add/subtract (immediate with tags) to decodetreeRichard Henderson2-27/+19
2023-05-18target/arm: Convert Add/subtract (immediate) to decodetreeRichard Henderson3-53/+42
2023-05-18target/arm: Split gen_add_CC and gen_sub_CCRichard Henderson1-60/+79
2023-05-18target/arm: Convert PC-rel addressing to decodetreeRichard Henderson2-24/+27
2023-05-18target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoderPeter Maydell1-16/+4
2023-05-18target/arm: Create decodetree skeleton for A64Peter Maydell3-7/+32
2023-05-18target/arm: Split out disas_a64_legacyRichard Henderson1-38/+44
2023-05-18sbsa-ref: use Bochs graphics card instead of VGAMarcin Juszkiewicz1-1/+1
2023-05-18target/arm: add RAZ/WI handling for DBGDTR[TX|RX]Alex Bennée1-2/+9
2023-05-18arm/kvm: add support for MTECornelia Huck6-34/+107
2023-05-18Maintainers: add myself as reviewer for sbsa-refMarcin Juszkiewicz1-0/+1
2023-05-18target/arm: Fix vd == vm overlap in sve_ldff1_zRichard Henderson1-0/+6
2023-05-18sbsa-ref: switch default cpu core to Neoverse-N1Marcin Juszkiewicz1-1/+1
2023-05-18build: move stack protector flag selection to mesonPaolo Bonzini4-43/+34
2023-05-18build: move coroutine backend selection to mesonPaolo Bonzini7-65/+38
2023-05-18build: move SafeStack tests to mesonPaolo Bonzini4-73/+32
2023-05-18build: move sanitizer tests to mesonPaolo Bonzini7-155/+66
2023-05-18meson: prepare move of QEMU_CFLAGS to mesonPaolo Bonzini1-24/+29
2023-05-18configure, meson: move --enable-modules to MesonPaolo Bonzini5-29/+20
2023-05-18configure: remove pkg-config functionsPaolo Bonzini2-21/+4
2023-05-18build: move glib detection and workarounds to mesonPaolo Bonzini4-118/+80
2023-05-18meson: drop unnecessary declare_dependency()Paolo Bonzini1-3/+1