| Commit message (Expand) | Author | Files | Lines |
| 2023-05-18 | target/arm: Convert ERET, ERETAA, ERETAB to decodetree | Peter Maydell | 2 | -108/+63 |
| 2023-05-18 | target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetree | Peter Maydell | 2 | -58/+43 |
| 2023-05-18 | target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetree | Peter Maydell | 2 | -55/+84 |
| 2023-05-18 | target/arm: Convert BR, BLR, RET to decodetree | Peter Maydell | 2 | -6/+54 |
| 2023-05-18 | target/arm: Convert conditional branch insns to decodetree | Peter Maydell | 2 | -24/+8 |
| 2023-05-18 | target/arm: Convert TBZ, TBNZ to decodetree | Peter Maydell | 2 | -20/+11 |
| 2023-05-18 | target/arm: Convert CBZ, CBNZ to decodetree | Peter Maydell | 2 | -20/+11 |
| 2023-05-18 | target/arm: Convert unconditional branch immediate to decodetree | Peter Maydell | 2 | -19/+19 |
| 2023-05-18 | target/arm: Convert Extract instructions to decodetree | Peter Maydell | 2 | -63/+34 |
| 2023-05-18 | target/arm: Convert Bitfield to decodetree | Richard Henderson | 2 | -57/+88 |
| 2023-05-18 | target/arm: Convert Move wide (immediate) to decodetree | Richard Henderson | 2 | -43/+41 |
| 2023-05-18 | target/arm: Convert Logical (immediate) to decodetree | Richard Henderson | 2 | -64/+43 |
| 2023-05-18 | target/arm: Replace bitmask64 with MAKE_64BIT_MASK | Richard Henderson | 1 | -9/+2 |
| 2023-05-18 | target/arm: Convert Add/subtract (immediate with tags) to decodetree | Richard Henderson | 2 | -27/+19 |
| 2023-05-18 | target/arm: Convert Add/subtract (immediate) to decodetree | Richard Henderson | 3 | -53/+42 |
| 2023-05-18 | target/arm: Split gen_add_CC and gen_sub_CC | Richard Henderson | 1 | -60/+79 |
| 2023-05-18 | target/arm: Convert PC-rel addressing to decodetree | Richard Henderson | 2 | -24/+27 |
| 2023-05-18 | target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoder | Peter Maydell | 1 | -16/+4 |
| 2023-05-18 | target/arm: Create decodetree skeleton for A64 | Peter Maydell | 3 | -7/+32 |
| 2023-05-18 | target/arm: Split out disas_a64_legacy | Richard Henderson | 1 | -38/+44 |
| 2023-05-18 | sbsa-ref: use Bochs graphics card instead of VGA | Marcin Juszkiewicz | 1 | -1/+1 |
| 2023-05-18 | target/arm: add RAZ/WI handling for DBGDTR[TX|RX] | Alex Bennée | 1 | -2/+9 |
| 2023-05-18 | arm/kvm: add support for MTE | Cornelia Huck | 6 | -34/+107 |
| 2023-05-18 | Maintainers: add myself as reviewer for sbsa-ref | Marcin Juszkiewicz | 1 | -0/+1 |
| 2023-05-18 | target/arm: Fix vd == vm overlap in sve_ldff1_z | Richard Henderson | 1 | -0/+6 |
| 2023-05-18 | sbsa-ref: switch default cpu core to Neoverse-N1 | Marcin Juszkiewicz | 1 | -1/+1 |
| 2023-05-18 | build: move stack protector flag selection to meson | Paolo Bonzini | 4 | -43/+34 |
| 2023-05-18 | build: move coroutine backend selection to meson | Paolo Bonzini | 7 | -65/+38 |
| 2023-05-18 | build: move SafeStack tests to meson | Paolo Bonzini | 4 | -73/+32 |
| 2023-05-18 | build: move sanitizer tests to meson | Paolo Bonzini | 7 | -155/+66 |
| 2023-05-18 | meson: prepare move of QEMU_CFLAGS to meson | Paolo Bonzini | 1 | -24/+29 |
| 2023-05-18 | configure, meson: move --enable-modules to Meson | Paolo Bonzini | 5 | -29/+20 |
| 2023-05-18 | configure: remove pkg-config functions | Paolo Bonzini | 2 | -21/+4 |
| 2023-05-18 | build: move glib detection and workarounds to meson | Paolo Bonzini | 4 | -118/+80 |
| 2023-05-18 | meson: drop unnecessary declare_dependency() | Paolo Bonzini | 1 | -3/+1 |
| 2023-05-18 | meson: add more version numbers to the summary | Paolo Bonzini | 1 | -6/+10 |
| 2023-05-18 | meson: remove static_kwargs | Paolo Bonzini | 2 | -132/+85 |
| 2023-05-18 | meson: use prefer_static option | Paolo Bonzini | 4 | -14/+8 |
| 2023-05-18 | meson: require 0.63.0 | Paolo Bonzini | 5 | -4/+4 |
| 2023-05-18 | meson: regenerate meson-buildoptions.sh | Paolo Bonzini | 1 | -3/+3 |
| 2023-05-18 | python: bump some of the dependencies | Paolo Bonzini | 2 | -15/+9 |
| 2023-05-18 | mkvenv: mark command as required | Paolo Bonzini | 1 | -0/+1 |
| 2023-05-18 | configure: Add courtesy hint to Python version failure message | John Snow | 1 | -1/+4 |
| 2023-05-18 | Python: Drop support for Python 3.6 | Paolo Bonzini | 6 | -17/+16 |
| 2023-05-18 | configure: add --enable-pypi and --disable-pypi | John Snow | 1 | -1/+20 |
| 2023-05-18 | configure: bootstrap sphinx with mkvenv | John Snow | 5 | -17/+20 |
| 2023-05-18 | configure: move --enable-docs and --disable-docs back to configure | John Snow | 1 | -0/+6 |
| 2023-05-18 | tests: Use configure-provided pyvenv for tests | John Snow | 7 | -23/+26 |
| 2023-05-18 | qemu.git: drop meson git submodule | John Snow | 2 | -3/+0 |
| 2023-05-18 | configure: use 'mkvenv ensure meson' to bootstrap meson | John Snow | 2 | -56/+13 |