aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-04qga/linux: add usb support to guest-get-fsinfoKfir Manor1-1/+5
2023-05-03Merge tag 'migration-20230428-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson12-100/+120
2023-05-03migration: Drop unused parameter for migration_tls_client_create()Juan Quintela4-7/+5
2023-05-03migration: Drop unused parameter for migration_tls_get_creds()Juan Quintela1-7/+3
2023-05-03migration/rdma: Unfold last user of acct_update_position()Juan Quintela3-11/+3
2023-05-03migration/rdma: Split the zero page case from acct_update_positionJuan Quintela3-11/+10
2023-05-03migration: Rename RAMStats to MigrationAtomicStatsJuan Quintela2-3/+3
2023-05-03migration: Rename ram_counters to mig_statsJuan Quintela6-46/+46
2023-05-03migration: Move ram_stats to its own file migration-stats.[ch]Juan Quintela8-25/+63
2023-05-03multifd: We already account for this packet on the multifd threadJuan Quintela1-3/+0
2023-05-02Merge tag 'pull-tcg-20230502-2' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson18-68/+339
2023-05-02tcg: Introduce tcg_out_movext2Richard Henderson3-42/+90
2023-05-02tcg/mips: Conditionalize tcg_out_exts_i32_i64Richard Henderson1-1/+3
2023-05-02tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64Richard Henderson1-1/+3
2023-05-02accel/tcg: Add cpu_ld*_code_mmuRichard Henderson3-0/+115
2023-05-02migration/xbzrle: Use __attribute__((target)) for avx512Richard Henderson2-9/+5
2023-05-02qemu/int128: Re-shuffle Int128Alias membersRichard Henderson1-2/+2
2023-05-02tcg: Add tcg_gen_gvec_rotrsNazar Kazakov2-0/+13
2023-05-02tcg: Add tcg_gen_gvec_andcsNazar Kazakov4-0/+31
2023-05-02qemu/host-utils.h: Add clz and ctz functions for lower-bit integersKiran Ostrolenk1-0/+54
2023-05-02qemu/bitops.h: Limit rotate amountsDickon Hood1-8/+8
2023-05-02accel/tcg: Uncache the host address for instruction fetch when tlb size < 1Weiwei Li1-0/+5
2023-05-02softmmu: Tidy dirtylimit_dirty_ring_full_timeRichard Henderson1-5/+10
2023-05-02Merge tag 'pull-target-arm-20230502-2' of https://git.linaro.org/people/pmayd...Richard Henderson54-982/+1439
2023-05-02hw/net/allwinner-sun8i-emac: Correctly byteswap descriptor fieldsPeter Maydell1-7/+15
2023-05-02hw/sd/allwinner-sdhost: Correctly byteswap descriptor fieldsPeter Maydell1-5/+26
2023-05-02target/arm: Add compile time asserts to load/store_cpu_field macrosPeter Maydell1-4/+13
2023-05-02target/arm: Define and use new load_cpu_field_low32()Peter Maydell2-2/+9
2023-05-02hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()Peter Maydell1-5/+2
2023-05-02hw/arm/raspi: Use arm_write_bootloader() to write boot codePeter Maydell1-30/+34
2023-05-02hw/arm/aspeed: Use arm_write_bootloader() to write the bootloaderCédric Le Goater1-20/+22
2023-05-02hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater2-27/+57
2023-05-02hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()Peter Maydell1-7/+11
2023-05-02docs/about/deprecated.rst: Add "since 7.1" tag to dtb-kaslr-seed deprecationPeter Maydell1-2/+2
2023-05-02qmp: Deprecate 'singlestep' member of StatusInfoPeter Maydell2-3/+25
2023-05-02qapi/run-state.json: Fix missing newline at end of filePeter Maydell1-1/+1
2023-05-02hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'Peter Maydell5-6/+33
2023-05-02accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'Peter Maydell2-3/+16
2023-05-02Document that -singlestep command line option is deprecatedPeter Maydell3-3/+20
2023-05-02bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell2-3/+9
2023-05-02linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'Peter Maydell2-4/+12
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell7-8/+7
2023-05-02softmmu: Don't use 'singlestep' global in QMP and HMP commandsPeter Maydell2-3/+25
2023-05-02make one-insn-per-tb an accel optionPeter Maydell5-6/+55
2023-05-02hw/arm/bcm2835_property: Implement "get command line" messageDaniel Bertalan5-1/+19
2023-05-02hw/net: npcm7xx_emc: set MAC in register spacePatrick Venture1-7/+25
2023-05-02Merge tag 'pull-request-2023-05-02' of https://gitlab.com/thuth/qemu into sta...Richard Henderson3-10/+13
2023-05-02tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCGFabiano Rosas1-1/+2
2023-05-02arm/Kconfig: Do not build TCG-only boards on a KVM-only buildFabiano Rosas3-42/+41
2023-05-02arm/Kconfig: Always select SEMIHOSTING when TCG is presentFabiano Rosas3-3/+7