Age | Commit message (Expand) | Author | Files | Lines |
2023-05-18 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 62 | -1348/+2162 |
2023-05-18 | Merge tag 'pull-target-arm-20230518' of https://git.linaro.org/people/pmaydel... | Richard Henderson | 20 | -904/+959 |
2023-05-18 | docs/devel: update build system docs | Paolo Bonzini | 1 | -108/+175 |
2023-05-18 | configure: remove unnecessary check | Paolo Bonzini | 1 | -7/+0 |
2023-05-18 | configure: reorder option parsing code | Paolo Bonzini | 1 | -63/+58 |
2023-05-18 | configure: remove unnecessary mkdir | Paolo Bonzini | 1 | -1/+0 |
2023-05-18 | configure: do not rerun the tests with -Werror | Paolo Bonzini | 1 | -34/+1 |
2023-05-18 | configure: remove compiler sanity check | Paolo Bonzini | 1 | -14/+0 |
2023-05-18 | build: move --disable-debug-info to meson | Paolo Bonzini | 3 | -5/+5 |
2023-05-18 | build: move compiler version check to meson | Paolo Bonzini | 2 | -25/+20 |
2023-05-18 | build: move remaining compiler flag tests to meson | Paolo Bonzini | 2 | -69/+62 |
2023-05-18 | build: move warning flag selection to meson | Paolo Bonzini | 3 | -109/+48 |
2023-05-18 | docs: Convert u2f.txt to rST | Peter Maydell | 4 | -111/+95 |
2023-05-18 | hw/arm/vexpress: Avoid trivial memory leak of 'flashalias' | Peter Maydell | 1 | -20/+20 |
2023-05-18 | target/arm: Saturate L2CTLR_EL1 core count field rather than overflowing | Peter Maydell | 1 | -2/+9 |
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 |