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/postcopy: Recognise the recovery states as 'in_postcopy'
Dr. David Alan Gilbert
2019-09-25
1
-1
/
+8
*
migration/rdma.c: Swap synchronize_rcu for call_rcu
Dr. David Alan Gilbert
2019-09-25
1
-12
/
+27
*
migration/rdma: Don't moan about disconnects at the end
Dr. David Alan Gilbert
2019-09-25
1
-4
/
+8
*
migration: remove sent parameter in get_queued_page_not_dirty
Wei Yang
2019-09-25
2
-2
/
+2
*
migration/postcopy: unsentmap is not necessary for postcopy
Wei Yang
2019-09-25
1
-66
/
+14
*
migration/postcopy: not necessary to do discard when canonicalizing bitmap
Wei Yang
2019-09-25
1
-13
/
+1
*
migration: fix vmdesc leak on vmstate_save() error
Marc-André Lureau
2019-09-25
2
-2
/
+3
*
block: Remove unused masks
Nir Soffer
2019-09-16
1
-1
/
+1
*
migration: fix one typo in comment of function migration_total_bytes()
Wei Yang
2019-09-12
1
-1
/
+1
*
migration/qemu-file: fix potential buf waste for extra buf_index adjustment
Wei Yang
2019-09-12
1
-17
/
+26
*
migration/qemu-file: remove check on writev_buffer in qemu_put_compression_data
Wei Yang
2019-09-12
1
-3
/
+1
*
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
[next]