index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-05
migration: Make RAM_SAVE_FLAG_HOOK a normal case entry
Juan Quintela
1
-7
/
+5
2023-05-05
migration: Rename xbzrle_enabled xbzrle_started
Juan Quintela
1
-7
/
+7
2023-05-05
migration: Put zero_pages in alphabetical order
Juan Quintela
1
-4
/
+4
2023-05-05
migration: Document all migration_stats
Juan Quintela
1
-0
/
+43
2023-05-05
migration/rdma: Don't pass the QIOChannelRDMA as an opaque
Juan Quintela
1
-3
/
+3
2023-05-05
migration: Fix block_bitmap_mapping migration
Juan Quintela
3
-9
/
+14
2023-05-04
qga: Fix suspend on Linux guests without systemd
Mark Somerville
1
-6
/
+6
2023-05-04
qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601
Thomas Huth
1
-2
/
+0
2023-05-04
qga: test: Add tests for `merged` flag
Daniel Xu
1
-17
/
+141
2023-05-04
qga: Add `merged` variant to GuestExecCaptureOutputMode
Daniel Xu
2
-3
/
+27
2023-05-04
qga: Refactor guest-exec capture-output to take enum
Daniel Xu
2
-4
/
+66
2023-05-04
qga/linux: add usb support to guest-get-fsinfo
Kfir Manor
1
-1
/
+5
2023-05-03
block/export: call blk_set_dev_ops(blk, NULL, NULL)
Stefan Hajnoczi
2
-1
/
+2
2023-05-03
systemd: Also clear LISTEN_FDNAMES during systemd socket activation
Eric Blake
1
-0
/
+1
2023-05-03
migration: Drop unused parameter for migration_tls_client_create()
Juan Quintela
4
-7
/
+5
2023-05-03
migration: Drop unused parameter for migration_tls_get_creds()
Juan Quintela
1
-7
/
+3
2023-05-03
migration/rdma: Unfold last user of acct_update_position()
Juan Quintela
3
-11
/
+3
2023-05-03
migration/rdma: Split the zero page case from acct_update_position
Juan Quintela
3
-11
/
+10
2023-05-03
migration: Rename RAMStats to MigrationAtomicStats
Juan Quintela
2
-3
/
+3
2023-05-03
migration: Rename ram_counters to mig_stats
Juan Quintela
6
-46
/
+46
2023-05-03
migration: Move ram_stats to its own file migration-stats.[ch]
Juan Quintela
8
-25
/
+63
2023-05-03
multifd: We already account for this packet on the multifd thread
Juan Quintela
1
-3
/
+0
2023-05-02
tcg: Introduce tcg_out_movext2
Richard Henderson
3
-42
/
+90
2023-05-02
tcg/mips: Conditionalize tcg_out_exts_i32_i64
Richard Henderson
1
-1
/
+3
2023-05-02
tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
Richard Henderson
1
-1
/
+3
2023-05-02
accel/tcg: Add cpu_ld*_code_mmu
Richard Henderson
3
-0
/
+115
2023-05-02
migration/xbzrle: Use __attribute__((target)) for avx512
Richard Henderson
2
-9
/
+5
2023-05-02
qemu/int128: Re-shuffle Int128Alias members
Richard Henderson
1
-2
/
+2
2023-05-02
tcg: Add tcg_gen_gvec_rotrs
Nazar Kazakov
2
-0
/
+13
2023-05-02
tcg: Add tcg_gen_gvec_andcs
Nazar Kazakov
4
-0
/
+31
2023-05-02
qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
Kiran Ostrolenk
1
-0
/
+54
2023-05-02
qemu/bitops.h: Limit rotate amounts
Dickon Hood
1
-8
/
+8
2023-05-02
accel/tcg: Uncache the host address for instruction fetch when tlb size < 1
Weiwei Li
1
-0
/
+5
2023-05-02
softmmu: Tidy dirtylimit_dirty_ring_full_time
Richard Henderson
1
-5
/
+10
2023-05-02
hw/net/allwinner-sun8i-emac: Correctly byteswap descriptor fields
Peter Maydell
1
-7
/
+15
2023-05-02
hw/sd/allwinner-sdhost: Correctly byteswap descriptor fields
Peter Maydell
1
-5
/
+26
2023-05-02
target/arm: Add compile time asserts to load/store_cpu_field macros
Peter Maydell
1
-4
/
+13
2023-05-02
target/arm: Define and use new load_cpu_field_low32()
Peter Maydell
2
-2
/
+9
2023-05-02
hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()
Peter Maydell
1
-5
/
+2
2023-05-02
hw/arm/raspi: Use arm_write_bootloader() to write boot code
Peter Maydell
1
-30
/
+34
2023-05-02
hw/arm/aspeed: Use arm_write_bootloader() to write the bootloader
Cédric Le Goater
1
-20
/
+22
2023-05-02
hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()
Cédric Le Goater
2
-27
/
+57
2023-05-02
hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()
Peter Maydell
1
-7
/
+11
2023-05-02
docs/about/deprecated.rst: Add "since 7.1" tag to dtb-kaslr-seed deprecation
Peter Maydell
1
-2
/
+2
2023-05-02
qmp: Deprecate 'singlestep' member of StatusInfo
Peter Maydell
2
-3
/
+25
2023-05-02
qapi/run-state.json: Fix missing newline at end of file
Peter Maydell
1
-1
/
+1
2023-05-02
hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'
Peter Maydell
5
-6
/
+33
2023-05-02
accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'
Peter Maydell
2
-3
/
+16
2023-05-02
Document that -singlestep command line option is deprecated
Peter Maydell
3
-3
/
+20
2023-05-02
bsd-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'
Peter Maydell
2
-3
/
+9
[next]