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
2025-10-05
Add a feature for mapping a host unix socket to a guest tcp socket
Viktor Kurilko
5
-33
/
+100
2025-10-05
system/runstate: remove duplicate in runstate transitions
Marco Cavenati
1
-3
/
+1
2025-10-05
docs/specs/spdm.rst: Fix typo in x86_64 architecture name
Peter Maydell
1
-1
/
+1
2025-10-05
docs/devel: Correct uefi-vars-x64 device name
nanliu
1
-2
/
+2
2025-10-05
wdt_i6300esb: fix incorrect mask for interrupt type
ShengYi Hung
1
-1
/
+1
2025-10-05
hid: fix incorrect return value for hid
ShengYi Hung
1
-0
/
+1
2025-10-05
vhost-user-test: remove trailing newlines in g_test_message() calls
Michael Tokarev
1
-7
/
+7
2025-10-05
hw/net/can: Remove redundant status bit setting in can_sja1000
SillyZ
1
-1
/
+0
2025-10-05
ui/gtk: Fix callback function signature
Filip Hejsek
1
-2
/
+2
2025-10-03
migration-test: test cpr-exec
Steve Sistare
1
-0
/
+133
2025-10-03
vfio: cpr-exec mode
Steve Sistare
4
-12
/
+16
2025-10-03
migration: cpr-exec docs
Steve Sistare
1
-1
/
+111
2025-10-03
migration: cpr-exec mode
Steve Sistare
9
-5
/
+164
2025-10-03
migration: cpr-exec save and load
Steve Sistare
3
-0
/
+105
2025-10-03
migration: cpr-exec-command parameter
Steve Sistare
4
-4
/
+63
2025-10-03
oslib: qemu_clear_cloexec
Steve Sistare
3
-0
/
+22
2025-10-03
migration: add cpr_walk_fd
Steve Sistare
2
-0
/
+16
2025-10-03
migration: multi-mode notifier
Steve Sistare
2
-13
/
+59
2025-10-03
migration: simplify error reporting after channel read
Daniel P. Berrangé
1
-5
/
+1
2025-10-03
physmem: Destroy all CPU AddressSpaces on unrealize
Peter Maydell
6
-23
/
+37
2025-10-03
memory: New AS helper to serialize destroy+free
Peter Xu
2
-1
/
+32
2025-10-03
include/system/memory.h: Clarify address_space_destroy() behaviour
Peter Maydell
1
-3
/
+8
2025-10-03
migration: ensure APIC is loaded prior to VFIO PCI devices
Yanfei Xu
2
-0
/
+2
2025-10-03
migration: Fix state transition in postcopy_start() error handling
Juraj Marcin
1
-2
/
+3
2025-10-03
migration/multifd/tls: Cleanup BYE message processing on sender side
Peter Xu
1
-31
/
+34
2025-10-03
migration: HMP: Adjust the order of output fields
Bin Guo
1
-6
/
+8
2025-10-03
migration: Make migration_has_failed() work even for CANCELLING
Peter Xu
1
-1
/
+2
2025-10-03
io/crypto: Move tls premature termination handling into QIO layer
Peter Xu
3
-14
/
+24
2025-10-03
backends/tpm: Propagate vTPM error on migration failure
Arun Menon
1
-19
/
+21
2025-10-03
migration: Add error-parameterized function variants in VMSD struct
Arun Menon
3
-3
/
+61
2025-10-03
migration: Remove error variant of vmstate_save_state() function
Arun Menon
15
-36
/
+61
2025-10-03
migration: Capture error in postcopy_ram_listen_thread()
Arun Menon
1
-2
/
+6
2025-10-03
migration: push Error **errp into loadvm_postcopy_handle_switchover_start()
Arun Menon
1
-6
/
+3
2025-10-03
migration: push Error **errp into loadvm_process_enable_colo()
Arun Menon
5
-24
/
+26
2025-10-03
migration: Return -1 on memory allocation failure in ram.c
Arun Menon
1
-1
/
+3
2025-10-03
migration: push Error **errp into loadvm_handle_recv_bitmap()
Arun Menon
1
-11
/
+10
2025-10-03
migration: push Error **errp into loadvm_postcopy_ram_handle_discard()
Arun Menon
1
-13
/
+13
2025-10-03
migration: push Error **errp into loadvm_postcopy_handle_run()
Arun Menon
1
-7
/
+3
2025-10-03
migration: push Error **errp into loadvm_postcopy_handle_listen()
Arun Menon
1
-10
/
+7
2025-10-03
migration: push Error **errp into loadvm_postcopy_handle_advise()
Arun Menon
1
-21
/
+19
2025-10-03
migration: push Error **errp into ram_postcopy_incoming_init()
Arun Menon
5
-8
/
+11
2025-10-03
migration: make loadvm_postcopy_handle_resume() void
Arun Menon
1
-6
/
+5
2025-10-03
migration: Update qemu_file_get_return_path() docs and remove dead checks
Arun Menon
4
-19
/
+2
2025-10-03
migration: push Error **errp into qemu_loadvm_section_part_end()
Arun Menon
1
-11
/
+7
2025-10-03
migration: push Error **errp into qemu_loadvm_section_start_full()
Arun Menon
1
-18
/
+19
2025-10-03
migration: push Error **errp into qemu_loadvm_state_main()
Arun Menon
3
-22
/
+20
2025-10-03
migration: push Error **errp into qemu_load_device_state()
Arun Menon
3
-5
/
+4
2025-10-03
migration: push Error **errp into qemu_loadvm_state()
Arun Menon
3
-15
/
+31
2025-10-03
migration: push Error **errp into loadvm_handle_cmd_packaged()
Arun Menon
1
-9
/
+8
2025-10-03
migration: push Error **errp into loadvm_process_command()
Arun Menon
1
-23
/
+63
[next]