summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-05migration: Make RAM_SAVE_FLAG_HOOK a normal case entryJuan Quintela1-7/+5
2023-05-05migration: Rename xbzrle_enabled xbzrle_startedJuan Quintela1-7/+7
2023-05-05migration: Put zero_pages in alphabetical orderJuan Quintela1-4/+4
2023-05-05migration: Document all migration_statsJuan Quintela1-0/+43
2023-05-05migration/rdma: Don't pass the QIOChannelRDMA as an opaqueJuan Quintela1-3/+3
2023-05-05migration: Fix block_bitmap_mapping migrationJuan Quintela3-9/+14
2023-05-04qga: Fix suspend on Linux guests without systemdMark Somerville1-6/+6
2023-05-04qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601Thomas Huth1-2/+0
2023-05-04qga: test: Add tests for `merged` flagDaniel Xu1-17/+141
2023-05-04qga: Add `merged` variant to GuestExecCaptureOutputModeDaniel Xu2-3/+27
2023-05-04qga: Refactor guest-exec capture-output to take enumDaniel Xu2-4/+66
2023-05-04qga/linux: add usb support to guest-get-fsinfoKfir Manor1-1/+5
2023-05-03block/export: call blk_set_dev_ops(blk, NULL, NULL)Stefan Hajnoczi2-1/+2
2023-05-03systemd: Also clear LISTEN_FDNAMES during systemd socket activationEric Blake1-0/+1
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-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-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