index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-3
/
+3
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-2
/
+2
*
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
2022-06-23
11
-125
/
+25
*
migration: remove the QEMUFileOps 'get_return_path' callback
Daniel P. Berrangé
2022-06-23
3
-34
/
+10
*
migration: remove the QEMUFileOps 'writev_buffer' callback
Daniel P. Berrangé
2022-06-23
3
-68
/
+8
*
migration: remove the QEMUFileOps 'get_buffer' callback
Daniel P. Berrangé
2022-06-23
3
-40
/
+16
*
migration: remove the QEMUFileOps 'close' callback
Daniel P. Berrangé
2022-06-22
3
-28
/
+6
*
migration: remove the QEMUFileOps 'set_blocking' callback
Daniel P. Berrangé
2022-06-22
3
-22
/
+1
*
migration: remove the QEMUFileOps 'shut_down' callback
Daniel P. Berrangé
2022-06-22
3
-40
/
+10
*
migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
Daniel P. Berrangé
2022-06-22
1
-5
/
+0
*
migration: introduce new constructors for QEMUFile
Daniel P. Berrangé
2022-06-22
3
-5
/
+20
*
migration: hardcode assumption that QEMUFile is backed with QIOChannel
Daniel P. Berrangé
2022-06-22
3
-21
/
+20
*
migration: stop passing 'opaque' parameter to QEMUFile hooks
Daniel P. Berrangé
2022-06-22
3
-21
/
+20
*
migration: convert savevm to use QIOChannelBlock for VMState
Daniel P. Berrangé
2022-06-22
1
-38
/
+6
*
migration: introduce a QIOChannel impl for BlockDriverState VMState
Daniel P. Berrangé
2022-06-22
3
-0
/
+255
*
migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
Daniel P. Berrangé
2022-06-22
3
-4
/
+11
*
migration: rename qemu_update_position to qemu_file_credit_transfer
Daniel P. Berrangé
2022-06-22
3
-4
/
+11
*
migration: rename qemu_ftell to qemu_file_total_transferred
Daniel P. Berrangé
2022-06-22
6
-15
/
+46
*
migration: rename 'pos' field in QEMUFile to 'bytes_processed'
Daniel P. Berrangé
2022-06-22
1
-10
/
+11
*
migration: rename rate limiting fields in QEMUFile
Daniel P. Berrangé
2022-06-22
1
-11
/
+19
*
migration: remove unreachble RDMA code in save_hook impl
Daniel P. Berrangé
2022-06-22
1
-99
/
+21
*
migration: switch to use QIOChannelNull for dummy channel
Daniel P. Berrangé
2022-06-22
1
-3
/
+4
*
migration: Change zero_copy_send from migration parameter to migration capabi...
Leonardo Bras
2022-06-22
1
-33
/
+25
*
migration: Remove RDMA_UNREGISTRATION_EXAMPLE
Juan Quintela
2022-06-22
1
-41
/
+0
*
multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
Leonardo Bras
2022-05-16
4
-5
/
+50
*
multifd: Send header packet without flags if zero-copy-send is enabled
Leonardo Bras
2022-05-16
1
-3
/
+19
*
multifd: multifd_send_sync_main now returns negative on error
Leonardo Bras
2022-05-16
3
-12
/
+29
*
migration: Add migrate_use_tls() helper
Leonardo Bras
2022-05-16
4
-6
/
+12
*
migration: Add zero-copy-send parameter for QMP/HMP for Linux
Leonardo Bras
2022-05-16
3
-2
/
+46
*
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras
2022-05-16
1
-0
/
+1
*
meson, configure: move RDMA options to meson
Paolo Bonzini
2022-04-28
1
-1
/
+1
*
migration: Read state once
Dr. David Alan Gilbert
2022-04-21
1
-2
/
+3
*
migration: Fix operator type
Dr. David Alan Gilbert
2022-04-21
1
-1
/
+1
*
migration: Allow migrate-recover to run multiple times
Peter Xu
2022-04-21
3
-15
/
+2
*
migration: Move channel setup out of postcopy_try_recover()
Peter Xu
2022-04-21
1
-12
/
+11
*
migration: Export ram_load_postcopy()
Peter Xu
2022-04-21
2
-1
/
+2
*
migration: Move migrate_allow_multifd and helpers into migration.c
Peter Xu
2022-04-21
4
-22
/
+24
*
migration: Add pss.postcopy_requested status
Peter Xu
2022-04-21
1
-0
/
+6
*
migration: Drop multifd tls_hostname cache
Peter Xu
2022-04-21
2
-9
/
+3
*
migration: Postpone releasing MigrationState.hostname
Peter Xu
2022-04-21
2
-1
/
+3
*
migration: fix use of TLS PSK credentials with a UNIX socket
Daniel P. Berrangé
2022-04-21
1
-4
/
+0
*
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
2022-04-06
1
-0
/
+1
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
2
-3
/
+3
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
3
-5
/
+5
*
include/block/snapshot: global state API + assertions
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+2
*
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
2022-03-04
3
-11
/
+11
*
migration: Remove load_state_old and minimum_version_id_old
Peter Maydell
2022-03-02
1
-6
/
+0
*
migration: Add migration_incoming_transport_cleanup()
Peter Xu
2022-03-02
2
-8
/
+15
*
migration: postcopy_pause_fault_thread() never fails
Peter Xu
2022-03-02
1
-21
/
+4
*
migration: Enlarge postcopy recovery to capture !-EIO too
Peter Xu
2022-03-02
2
-3
/
+3
[next]