Age | Commit message (Expand) | Author |
2023-05-18 | Hexagon (target/hexagon) Add v68 HVX instructions | Taylor Simpson |
2023-05-18 | Hexagon (tests/tcg/hexagon) Add v68 scalar tests | Taylor Simpson |
2023-05-18 | Hexagon (target/hexagon) Add v68 scalar instructions | Taylor Simpson |
2023-05-18 | Hexagon (target/hexagon) Add support for v68/v69/v71/v73 | Taylor Simpson |
2023-05-18 | Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte... | Richard Henderson |
2023-05-18 | migration: Fix duplicated included in meson.build | Juan Quintela |
2023-05-18 | migration/multifd: Compute transferred bytes correctly | Juan Quintela |
2023-05-18 | migration: We don't need the field rate_limit_used anymore | Juan Quintela |
2023-05-18 | migration: Use migration_transferred_bytes() to calculate rate_limit | Juan Quintela |
2023-05-18 | migration: Add a trace for migration_transferred_bytes | Juan Quintela |
2023-05-18 | migration: Move migration_total_bytes() to migration-stats.c | Juan Quintela |
2023-05-18 | migration: Move rate_limit_max and rate_limit_used to migration_stats | Juan Quintela |
2023-05-18 | qemu-file: Account for rate_limit usage on qemu_fflush() | Juan Quintela |
2023-05-18 | migration: Don't use INT64_MAX for unlimited rate | Juan Quintela |
2023-05-18 | migration: process_incoming_migration_co(): move colo part to colo | Vladimir Sementsov-Ogievskiy |
2023-05-18 | migration: split migration_incoming_co | Vladimir Sementsov-Ogievskiy |
2023-05-18 | configure: add --disable-colo-proxy option | Vladimir Sementsov-Ogievskiy |
2023-05-18 | accel/tcg: Fix append_mem_cb | Richard Henderson |
2023-05-18 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2023-05-18 | Merge tag 'pull-target-arm-20230518' of https://git.linaro.org/people/pmaydel... | Richard Henderson |
2023-05-18 | docs/devel: update build system docs | Paolo Bonzini |
2023-05-18 | configure: remove unnecessary check | Paolo Bonzini |
2023-05-18 | configure: reorder option parsing code | Paolo Bonzini |
2023-05-18 | configure: remove unnecessary mkdir | Paolo Bonzini |
2023-05-18 | configure: do not rerun the tests with -Werror | Paolo Bonzini |
2023-05-18 | configure: remove compiler sanity check | Paolo Bonzini |
2023-05-18 | build: move --disable-debug-info to meson | Paolo Bonzini |
2023-05-18 | build: move compiler version check to meson | Paolo Bonzini |
2023-05-18 | build: move remaining compiler flag tests to meson | Paolo Bonzini |
2023-05-18 | build: move warning flag selection to meson | Paolo Bonzini |
2023-05-18 | docs: Convert u2f.txt to rST | Peter Maydell |
2023-05-18 | hw/arm/vexpress: Avoid trivial memory leak of 'flashalias' | Peter Maydell |
2023-05-18 | target/arm: Saturate L2CTLR_EL1 core count field rather than overflowing | Peter Maydell |
2023-05-18 | target/arm: Convert ERET, ERETAA, ERETAB to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert BR, BLR, RET to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert conditional branch insns to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert TBZ, TBNZ to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert CBZ, CBNZ to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert unconditional branch immediate to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert Extract instructions to decodetree | Peter Maydell |
2023-05-18 | target/arm: Convert Bitfield to decodetree | Richard Henderson |
2023-05-18 | target/arm: Convert Move wide (immediate) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Convert Logical (immediate) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Replace bitmask64 with MAKE_64BIT_MASK | Richard Henderson |
2023-05-18 | target/arm: Convert Add/subtract (immediate with tags) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Convert Add/subtract (immediate) to decodetree | Richard Henderson |
2023-05-18 | target/arm: Split gen_add_CC and gen_sub_CC | Richard Henderson |
2023-05-18 | target/arm: Convert PC-rel addressing to decodetree | Richard Henderson |