aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-18Merge tag 'pull-target-arm-20230518' of https://git.linaro.org/people/pmaydel...Richard Henderson20-904/+959
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
2023-05-18target/arm: Convert unconditional branch immediate to decodetreePeter Maydell2-19/+19
2023-05-18target/arm: Convert Extract instructions to decodetreePeter Maydell2-63/+34
2023-05-18target/arm: Convert Bitfield to decodetreeRichard Henderson2-57/+88
2023-05-18target/arm: Convert Move wide (immediate) to decodetreeRichard Henderson2-43/+41
2023-05-18target/arm: Convert Logical (immediate) to decodetreeRichard Henderson2-64/+43
2023-05-18target/arm: Replace bitmask64 with MAKE_64BIT_MASKRichard Henderson1-9/+2
2023-05-18target/arm: Convert Add/subtract (immediate with tags) to decodetreeRichard Henderson2-27/+19
2023-05-18target/arm: Convert Add/subtract (immediate) to decodetreeRichard Henderson3-53/+42
2023-05-18target/arm: Split gen_add_CC and gen_sub_CCRichard Henderson1-60/+79
2023-05-18target/arm: Convert PC-rel addressing to decodetreeRichard Henderson2-24/+27
2023-05-18target/arm: Pull calls to disas_sve() and disas_sme() out of legacy decoderPeter Maydell1-16/+4
2023-05-18target/arm: Create decodetree skeleton for A64Peter Maydell3-7/+32
2023-05-18target/arm: Split out disas_a64_legacyRichard Henderson1-38/+44
2023-05-18sbsa-ref: use Bochs graphics card instead of VGAMarcin Juszkiewicz1-1/+1
2023-05-18target/arm: add RAZ/WI handling for DBGDTR[TX|RX]Alex Bennée1-2/+9
2023-05-18arm/kvm: add support for MTECornelia Huck6-34/+107
2023-05-18Maintainers: add myself as reviewer for sbsa-refMarcin Juszkiewicz1-0/+1
2023-05-18target/arm: Fix vd == vm overlap in sve_ldff1_zRichard Henderson1-0/+6
2023-05-18sbsa-ref: switch default cpu core to Neoverse-N1Marcin Juszkiewicz1-1/+1
2023-05-17qapi/parser: Drop two bad type hints for nowMarkus Armbruster1-2/+2
2023-05-17Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...Richard Henderson4-42/+176
2023-05-17linux-user: fix getgroups/setgroups allocationsMichael Tokarev1-31/+68
2023-05-17linux-user: Fix mips fp64 executables loadingDaniil Kovalev1-1/+4
2023-05-17linux-user: Don't require PROT_READ for mincoreThomas Weißschuh1-1/+1
2023-05-17linux-user: Add new flag VERIFY_NONEThomas Weißschuh1-0/+1
2023-05-17linux-user/main: Use list_cpus() instead of cpu_list()Thomas Huth1-4/+1
2023-05-17linux-user: Add open_tree() syscallThomas Weißschuh1-0/+33
2023-05-17linux-user: Add move_mount() syscallThomas Weißschuh1-0/+33
2023-05-17linux-user: report ENOTTY for unknown ioctlsThomas Weißschuh1-3/+3