aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18Hexagon (target/hexagon) Add v68 HVX instructionsTaylor Simpson
2023-05-18Hexagon (tests/tcg/hexagon) Add v68 scalar testsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v68 scalar instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson
2023-05-18Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-05-18migration: Fix duplicated included in meson.buildJuan Quintela
2023-05-18migration/multifd: Compute transferred bytes correctlyJuan Quintela
2023-05-18migration: We don't need the field rate_limit_used anymoreJuan Quintela
2023-05-18migration: Use migration_transferred_bytes() to calculate rate_limitJuan Quintela
2023-05-18migration: Add a trace for migration_transferred_bytesJuan Quintela
2023-05-18migration: Move migration_total_bytes() to migration-stats.cJuan Quintela
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela
2023-05-18qemu-file: Account for rate_limit usage on qemu_fflush()Juan Quintela
2023-05-18migration: Don't use INT64_MAX for unlimited rateJuan Quintela
2023-05-18migration: process_incoming_migration_co(): move colo part to coloVladimir Sementsov-Ogievskiy
2023-05-18migration: split migration_incoming_coVladimir Sementsov-Ogievskiy
2023-05-18configure: add --disable-colo-proxy optionVladimir Sementsov-Ogievskiy
2023-05-18accel/tcg: Fix append_mem_cbRichard Henderson
2023-05-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-18Merge tag 'pull-target-arm-20230518' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-05-18docs/devel: update build system docsPaolo Bonzini
2023-05-18configure: remove unnecessary checkPaolo Bonzini
2023-05-18configure: reorder option parsing codePaolo Bonzini
2023-05-18configure: remove unnecessary mkdirPaolo Bonzini
2023-05-18configure: do not rerun the tests with -WerrorPaolo Bonzini
2023-05-18configure: remove compiler sanity checkPaolo Bonzini
2023-05-18build: move --disable-debug-info to mesonPaolo Bonzini
2023-05-18build: move compiler version check to mesonPaolo Bonzini
2023-05-18build: move remaining compiler flag tests to mesonPaolo Bonzini
2023-05-18build: move warning flag selection to mesonPaolo Bonzini
2023-05-18docs: Convert u2f.txt to rSTPeter Maydell
2023-05-18hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'Peter Maydell
2023-05-18target/arm: Saturate L2CTLR_EL1 core count field rather than overflowingPeter Maydell
2023-05-18target/arm: Convert ERET, ERETAA, ERETAB to decodetreePeter Maydell
2023-05-18target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetreePeter Maydell
2023-05-18target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetreePeter Maydell
2023-05-18target/arm: Convert BR, BLR, RET to decodetreePeter Maydell
2023-05-18target/arm: Convert conditional branch insns to decodetreePeter Maydell
2023-05-18target/arm: Convert TBZ, TBNZ to decodetreePeter Maydell
2023-05-18target/arm: Convert CBZ, CBNZ to decodetreePeter Maydell
2023-05-18target/arm: Convert unconditional branch immediate to decodetreePeter Maydell
2023-05-18target/arm: Convert Extract instructions to decodetreePeter Maydell
2023-05-18target/arm: Convert Bitfield to decodetreeRichard Henderson
2023-05-18target/arm: Convert Move wide (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Convert Logical (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Replace bitmask64 with MAKE_64BIT_MASKRichard Henderson
2023-05-18target/arm: Convert Add/subtract (immediate with tags) to decodetreeRichard Henderson
2023-05-18target/arm: Convert Add/subtract (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Split gen_add_CC and gen_sub_CCRichard Henderson
2023-05-18target/arm: Convert PC-rel addressing to decodetreeRichard Henderson