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
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
vfio/migration: Multifd device state transfer support - send side
Maciej S. Szmigiero
6
-8
/
+189
2025-03-06
vfio/migration: Multifd device state transfer support - config loading support
Maciej S. Szmigiero
3
-3
/
+57
2025-03-06
migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
Maciej S. Szmigiero
1
-0
/
+2
2025-03-06
vfio/migration: Multifd device state transfer support - load thread
Maciej S. Szmigiero
5
-0
/
+251
2025-03-06
vfio/migration: Multifd device state transfer support - received buffers queuing
Maciej S. Szmigiero
5
-0
/
+178
2025-03-06
vfio/migration: Setup and cleanup multifd transfer in these general methods
Maciej S. Szmigiero
1
-2
/
+22
2025-03-06
vfio/migration: Multifd setup/cleanup functions and associated VFIOMultifd
Maciej S. Szmigiero
3
-0
/
+51
2025-03-06
vfio/migration: Multifd device state transfer - add support checking function
Maciej S. Szmigiero
2
-0
/
+8
2025-03-06
vfio/migration: Multifd device state transfer support - basic types
Maciej S. Szmigiero
4
-0
/
+52
2025-03-06
vfio/migration: Move migration channel flags to vfio-common.h header file
Maciej S. Szmigiero
2
-17
/
+17
2025-03-06
vfio/migration: Add vfio_add_bytes_transferred()
Maciej S. Szmigiero
2
-1
/
+7
2025-03-06
vfio/migration: Convert bytes_transferred counter to atomic
Maciej S. Szmigiero
1
-4
/
+4
2025-03-06
vfio/migration: Add load_device_config_state_start trace event
Maciej S. Szmigiero
2
-2
/
+5
2025-03-06
migration: Add save_live_complete_precopy_thread handler
Maciej S. Szmigiero
5
-1
/
+170
2025-03-06
migration/multifd: Add multifd_device_state_supported()
Maciej S. Szmigiero
2
-0
/
+8
2025-03-06
migration/multifd: Make MultiFDSendData a struct
Peter Xu
4
-36
/
+22
2025-03-06
migration/multifd: Device state transfer support - send side
Maciej S. Szmigiero
6
-16
/
+197
2025-03-06
migration/multifd: Add an explicit MultiFDSendData destructor
Maciej S. Szmigiero
3
-5
/
+34
2025-03-06
migration/multifd: Make multifd_send() thread safe
Maciej S. Szmigiero
1
-0
/
+8
2025-03-06
migration/multifd: Device state transfer support - receive side
Maciej S. Szmigiero
2
-12
/
+108
2025-03-06
migration/multifd: Split packet into header and RAM data
Maciej S. Szmigiero
2
-11
/
+49
2025-03-06
migration: Add thread pool of optional load threads
Maciej S. Szmigiero
6
-4
/
+105
2025-03-06
error: define g_autoptr() cleanup function for the Error type
Maciej S. Szmigiero
1
-0
/
+2
2025-03-06
migration: Always take BQL for migration_incoming_state_destroy()
Maciej S. Szmigiero
2
-0
/
+17
2025-03-06
migration: Add qemu_loadvm_load_state_buffer() and its handler
Maciej S. Szmigiero
3
-0
/
+41
2025-03-06
migration: Add MIG_CMD_SWITCHOVER_START and its load handler
Maciej S. Szmigiero
12
-0
/
+87
2025-03-06
thread-pool: Implement generic (non-AIO) pool support
Maciej S. Szmigiero
2
-0
/
+170
2025-03-06
thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
Maciej S. Szmigiero
5
-42
/
+42
2025-03-06
thread-pool: Remove thread_pool_submit() function
Maciej S. Szmigiero
4
-12
/
+6
2025-03-06
migration: Clarify that {load, save}_cleanup handlers can run without setup
Maciej S. Szmigiero
1
-1
/
+5
2025-03-06
vfio-platform: Deprecate all forms of vfio-platform devices
Eric Auger
4
-0
/
+30
2025-03-06
MAINTAINERS: Add myself as vfio-igd maintainer
Tomita Moeko
1
-1
/
+8
2025-03-06
hw/vfio/pci: Re-order pre-reset
Alex Williamson
1
-9
/
+9
2025-03-06
pcie, virtio: Remove redundant pm_cap
Alex Williamson
3
-8
/
+3
2025-03-06
vfio/pci: Delete local pm_cap
Alex Williamson
2
-6
/
+4
2025-03-06
pci: Use PCI PM capability initializer
Alex Williamson
7
-13
/
+12
2025-03-06
hw/pci: Basic support for PCI power management
Alex Williamson
4
-2
/
+99
2025-03-06
vfio/ccw: Replace warn_once_pfch() with warn_report_once()
Cédric Le Goater
1
-10
/
+2
2025-03-06
vfio: Add property documentation
Cédric Le Goater
4
-0
/
+173
2025-03-05
chardev: use remoteAddr if the chardev is client
Haoqian He
1
-3
/
+7
2025-03-05
ui/console-vc: implement DCH (delete) and ICH (insert) commands
Roman Penyaev
1
-0
/
+88
2025-03-05
ui/console-vc: add support for cursor DECSC and DECRC commands
Roman Penyaev
1
-6
/
+34
2025-03-05
ui/console-vc: report cursor position in the screen not in the scroll buffer
Roman Penyaev
1
-2
/
+1
2025-03-05
ui/console-vc: report to the application instead of screen rendering
Roman Penyaev
1
-4
/
+3
2025-03-05
ui/console-vc: introduce parsing of the 'ESC ( <ch>' sequence
Roman Penyaev
1
-0
/
+16
2025-03-05
target/loongarch: Adjust the cpu reset action to a proper position
Xianglai Li
1
-1
/
+1
2025-03-05
hw/loongarch/virt: Enable cpu hotplug feature on virt machine
Bibo Mao
1
-2
/
+42
2025-03-05
hw/loongarch/virt: Update the ACPI table for hotplug cpu
Bibo Mao
4
-3
/
+44
2025-03-05
hw/loongarch/virt: Implement cpu plug interface
Bibo Mao
2
-11
/
+78
2025-03-05
hw/loongarch/virt: Implement cpu unplug interface
Bibo Mao
1
-0
/
+58
[next]