summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-05-18meson: add more version numbers to the summaryPaolo Bonzini1-6/+10
2023-05-18meson: remove static_kwargsPaolo Bonzini2-132/+85
2023-05-18meson: use prefer_static optionPaolo Bonzini4-14/+8
2023-05-18meson: require 0.63.0Paolo Bonzini5-4/+4
2023-05-18meson: regenerate meson-buildoptions.shPaolo Bonzini1-3/+3
2023-05-18python: bump some of the dependenciesPaolo Bonzini2-15/+9
2023-05-18mkvenv: mark command as requiredPaolo Bonzini1-0/+1
2023-05-18configure: Add courtesy hint to Python version failure messageJohn Snow1-1/+4
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini6-17/+16
2023-05-18configure: add --enable-pypi and --disable-pypiJohn Snow1-1/+20
2023-05-18configure: bootstrap sphinx with mkvenvJohn Snow5-17/+20
2023-05-18configure: move --enable-docs and --disable-docs back to configureJohn Snow1-0/+6
2023-05-18tests: Use configure-provided pyvenv for testsJohn Snow7-23/+26
2023-05-18qemu.git: drop meson git submoduleJohn Snow2-3/+0
2023-05-18configure: use 'mkvenv ensure meson' to bootstrap mesonJohn Snow2-56/+13