aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-18Hexagon (target/hexagon) Add overrides for clr[tf]newTaylor Simpson2-4/+16
2023-05-18Hexagon (target/hexagon) Add overrides for allocframe/deallocframeTaylor Simpson2-0/+79
2023-05-18Hexagon (target/hexagon) Add overrides for loop setup instructionsTaylor Simpson2-0/+65
2023-05-18Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_writeTaylor Simpson6-12/+14
2023-05-18meson.build Add CONFIG_HEXAGON_IDEF_PARSERTaylor Simpson1-0/+1
2023-05-18Hexagon (tests/tcg/hexagon) Add v73 scalar testsTaylor Simpson2-0/+98
2023-05-18Hexagon (target/hexagon) Add v73 scalar instructionsTaylor Simpson4-1/+13
2023-05-18Hexagon (tests/tcg/hexagon) Add v69 HVX testsTaylor Simpson2-0/+321
2023-05-18Hexagon (target/hexagon) Add v69 HVX instructionsTaylor Simpson4-0/+68
2023-05-18Hexagon (tests/tcg/hexagon) Add v68 HVX testsTaylor Simpson3-0/+254
2023-05-18Hexagon (target/hexagon) Add v68 HVX instructionsTaylor Simpson3-3/+295
2023-05-18Hexagon (tests/tcg/hexagon) Add v68 scalar testsTaylor Simpson2-0/+188
2023-05-18Hexagon (target/hexagon) Add v68 scalar instructionsTaylor Simpson6-6/+63
2023-05-18Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson7-13/+43
2023-05-18Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson27-148/+242
2023-05-18migration: Fix duplicated included in meson.buildJuan Quintela1-1/+0
2023-05-18migration/multifd: Compute transferred bytes correctlyJuan Quintela1-5/+8
2023-05-18migration: We don't need the field rate_limit_used anymoreJuan Quintela4-25/+0
2023-05-18migration: Use migration_transferred_bytes() to calculate rate_limitJuan Quintela3-4/+13
2023-05-18migration: Add a trace for migration_transferred_bytesJuan Quintela2-1/+9
2023-05-18migration: Move migration_total_bytes() to migration-stats.cJuan Quintela3-10/+19
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela16-90/+124
2023-05-18qemu-file: Account for rate_limit usage on qemu_fflush()Juan Quintela1-4/+3
2023-05-18migration: Don't use INT64_MAX for unlimited rateJuan Quintela3-3/+13
2023-05-18migration: process_incoming_migration_co(): move colo part to coloVladimir Sementsov-Ogievskiy4-32/+50
2023-05-18migration: split migration_incoming_coVladimir Sementsov-Ogievskiy4-8/+18
2023-05-18configure: add --disable-colo-proxy optionVladimir Sementsov-Ogievskiy5-3/+23
2023-05-18accel/tcg: Fix append_mem_cbRichard Henderson1-42/+0
2023-05-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson62-1348/+2162
2023-05-18Merge tag 'pull-target-arm-20230518' of https://git.linaro.org/people/pmaydel...Richard Henderson20-904/+959
2023-05-18docs/devel: update build system docsPaolo Bonzini1-108/+175
2023-05-18configure: remove unnecessary checkPaolo Bonzini1-7/+0
2023-05-18configure: reorder option parsing codePaolo Bonzini1-63/+58
2023-05-18configure: remove unnecessary mkdirPaolo Bonzini1-1/+0
2023-05-18configure: do not rerun the tests with -WerrorPaolo Bonzini1-34/+1
2023-05-18configure: remove compiler sanity checkPaolo Bonzini1-14/+0
2023-05-18build: move --disable-debug-info to mesonPaolo Bonzini3-5/+5
2023-05-18build: move compiler version check to mesonPaolo Bonzini2-25/+20
2023-05-18build: move remaining compiler flag tests to mesonPaolo Bonzini2-69/+62
2023-05-18build: move warning flag selection to mesonPaolo Bonzini3-109/+48
2023-05-18docs: Convert u2f.txt to rSTPeter Maydell4-111/+95
2023-05-18hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'Peter Maydell1-20/+20
2023-05-18target/arm: Saturate L2CTLR_EL1 core count field rather than overflowingPeter Maydell1-2/+9
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