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
*
migration: Fix postcopy bw for recovery
Peter Xu
2019-09-12
1
-1
/
+2
*
migration: Add validate-uuid capability
Yury Kotov
2019-09-12
3
-0
/
+55
*
qemu-file: Rework old qemu_fflush comment
Dr. David Alan Gilbert
2019-09-12
1
-3
/
+2
*
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
2019-09-12
4
-25
/
+4
*
migration: cleanup check on ops in savevm.handlers iterations
Wei Yang
2019-09-12
1
-6
/
+6
*
migration: multifd_send_thread always post p->sem_sync when error happen
Ivan Ren
2019-09-12
1
-3
/
+2
*
multifd: Use number of channels as listen backlog
Juan Quintela
2019-09-03
1
-1
/
+6
*
socket: Add num connections to qio_net_listener_open_sync()
Juan Quintela
2019-09-03
1
-1
/
+1
*
memory: fix race between TCG and accesses to dirty bitmap
Paolo Bonzini
2019-08-20
1
-0
/
+1
*
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
2019-08-16
1
-1
/
+1
*
block/dirty-bitmap: add bdrv_dirty_bitmap_get
John Snow
2019-08-16
1
-3
/
+2
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
2019-08-16
12
-5
/
+19
|
\
|
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
5
-2
/
+5
|
*
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-08-16
3
-0
/
+3
|
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
2
-1
/
+2
|
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
4
-0
/
+4
|
*
Include exec/memory.h slightly less
Markus Armbruster
2019-08-16
4
-0
/
+4
|
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
*
Clean up inclusion of exec/cpu-common.h
Markus Armbruster
2019-08-16
4
-3
/
+1
*
|
migration: add some multifd traces
Juan Quintela
2019-08-14
2
-0
/
+7
*
|
migration: Make global sem_sync semaphore by channel
Juan Quintela
2019-08-14
1
-7
/
+7
*
|
migration: Add traces for multifd terminate threads
Juan Quintela
2019-08-14
2
-0
/
+6
*
|
qemu-file: move qemu_{get,put}_counted_string() declarations
Marc-André Lureau
2019-08-14
1
-4
/
+0
*
|
migration/postcopy: use mis->bh instead of allocating a QEMUBH
Wei Yang
2019-08-14
1
-13
/
+4
*
|
migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap
Wei Yang
2019-08-14
1
-3
/
+3
*
|
migration: update ram_counters for multifd sync packet
Ivan Ren
2019-08-14
1
-0
/
+2
*
|
migration: add speed limit for multifd migration
Ivan Ren
2019-08-14
1
-10
/
+12
*
|
migration: add qemu_file_update_transfer interface
Ivan Ren
2019-08-14
2
-0
/
+6
*
|
migration: always initialise ram_counters for a new migration
Ivan Ren
2019-08-14
2
-6
/
+20
*
|
migration: remove unused field bytes_xfer
Wei Yang
2019-08-14
2
-2
/
+0
*
|
migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset
Wei Yang
2019-08-14
1
-5
/
+2
*
|
migration/postcopy: simplify calculation of run_start and fixup_start_addr
Wei Yang
2019-08-14
1
-27
/
+7
*
|
migration/postcopy: make PostcopyDiscardState a static variable
Wei Yang
2019-08-14
3
-67
/
+46
*
|
migration: extract ram_load_precopy
Wei Yang
2019-08-14
1
-27
/
+46
*
|
migration: return -EINVAL directly when version_id mismatch
Wei Yang
2019-08-14
1
-1
/
+1
*
|
migration: equation is more proper than and to check LOADVM_QUIT
Wei Yang
2019-08-14
1
-1
/
+1
*
|
migration: just pass RAMBlock is enough
Wei Yang
2019-08-14
1
-5
/
+4
*
|
migration: use migration_in_postcopy() to check POSTCOPY_ACTIVE
Wei Yang
2019-08-14
1
-3
/
+3
*
|
migration/postcopy: start_postcopy could be true only when migrate_postcopy()...
Wei Yang
2019-08-14
1
-2
/
+1
*
|
migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad...
Wei Yang
2019-08-14
1
-2
/
+0
*
|
migration/savevm: move non SaveStateEntry condition check out of iteration
Wei Yang
2019-08-14
1
-7
/
+6
*
|
migration/savevm: split qemu_savevm_state_complete_precopy() into two parts
Wei Yang
2019-08-14
1
-17
/
+49
*
|
migration/savevm: flush file for iterable_only case
Wei Yang
2019-08-14
1
-1
/
+2
*
|
migration/postcopy: do_fixup is true when host_offset is non-zero
Wei Yang
2019-08-14
1
-4
/
+1
*
|
migration/postcopy: reduce one operation to calculate fixup_start_addr
Wei Yang
2019-08-14
1
-4
/
+6
*
|
migration/postcopy: discard_length must not be 0
Wei Yang
2019-08-14
1
-3
/
+1
*
|
migration/postcopy: break the loop when there is no more page to discard
Wei Yang
2019-08-14
1
-13
/
+13
*
|
migration/postcopy: the valid condition is one less then end
Wei Yang
2019-08-14
1
-1
/
+1
*
|
migration: consolidate time info into populate_time_info
Wei Yang
2019-08-14
1
-18
/
+22
*
|
migration: Add error_desc for file channel errors
Yury Kotov
2019-08-14
5
-36
/
+88
|
/
[next]