Age | Commit message (Expand) | Author | Files | Lines |
2023-05-18 | Hexagon (target/hexagon) Add overrides for clr[tf]new | Taylor Simpson | 2 | -4/+16 |
2023-05-18 | Hexagon (target/hexagon) Add overrides for allocframe/deallocframe | Taylor Simpson | 2 | -0/+79 |
2023-05-18 | Hexagon (target/hexagon) Add overrides for loop setup instructions | Taylor Simpson | 2 | -0/+65 |
2023-05-18 | Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write | Taylor Simpson | 6 | -12/+14 |
2023-05-18 | meson.build Add CONFIG_HEXAGON_IDEF_PARSER | Taylor Simpson | 1 | -0/+1 |
2023-05-18 | Hexagon (tests/tcg/hexagon) Add v73 scalar tests | Taylor Simpson | 2 | -0/+98 |
2023-05-18 | Hexagon (target/hexagon) Add v73 scalar instructions | Taylor Simpson | 4 | -1/+13 |
2023-05-18 | Hexagon (tests/tcg/hexagon) Add v69 HVX tests | Taylor Simpson | 2 | -0/+321 |
2023-05-18 | Hexagon (target/hexagon) Add v69 HVX instructions | Taylor Simpson | 4 | -0/+68 |
2023-05-18 | Hexagon (tests/tcg/hexagon) Add v68 HVX tests | Taylor Simpson | 3 | -0/+254 |
2023-05-18 | Hexagon (target/hexagon) Add v68 HVX instructions | Taylor Simpson | 3 | -3/+295 |
2023-05-18 | Hexagon (tests/tcg/hexagon) Add v68 scalar tests | Taylor Simpson | 2 | -0/+188 |
2023-05-18 | Hexagon (target/hexagon) Add v68 scalar instructions | Taylor Simpson | 6 | -6/+63 |
2023-05-18 | Hexagon (target/hexagon) Add support for v68/v69/v71/v73 | Taylor Simpson | 7 | -13/+43 |
2023-05-18 | Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte... | Richard Henderson | 27 | -148/+242 |
2023-05-18 | migration: Fix duplicated included in meson.build | Juan Quintela | 1 | -1/+0 |
2023-05-18 | migration/multifd: Compute transferred bytes correctly | Juan Quintela | 1 | -5/+8 |
2023-05-18 | migration: We don't need the field rate_limit_used anymore | Juan Quintela | 4 | -25/+0 |
2023-05-18 | migration: Use migration_transferred_bytes() to calculate rate_limit | Juan Quintela | 3 | -4/+13 |
2023-05-18 | migration: Add a trace for migration_transferred_bytes | Juan Quintela | 2 | -1/+9 |
2023-05-18 | migration: Move migration_total_bytes() to migration-stats.c | Juan Quintela | 3 | -10/+19 |
2023-05-18 | migration: Move rate_limit_max and rate_limit_used to migration_stats | Juan Quintela | 16 | -90/+124 |
2023-05-18 | qemu-file: Account for rate_limit usage on qemu_fflush() | Juan Quintela | 1 | -4/+3 |
2023-05-18 | migration: Don't use INT64_MAX for unlimited rate | Juan Quintela | 3 | -3/+13 |
2023-05-18 | migration: process_incoming_migration_co(): move colo part to colo | Vladimir Sementsov-Ogievskiy | 4 | -32/+50 |
2023-05-18 | migration: split migration_incoming_co | Vladimir Sementsov-Ogievskiy | 4 | -8/+18 |
2023-05-18 | configure: add --disable-colo-proxy option | Vladimir Sementsov-Ogievskiy | 5 | -3/+23 |
2023-05-18 | accel/tcg: Fix append_mem_cb | Richard Henderson | 1 | -42/+0 |
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 |