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
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
7
-7
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
2019-06-06
1
-1
/
+1
|
\
|
*
migration: fix a typo
Li Qiang
2019-06-06
1
-1
/
+1
*
|
migratioin/ram: leave RAMBlock->bmap blank on allocating
Wei Yang
2019-06-05
1
-5
/
+13
*
|
migration: Fix fd protocol for incoming defer
Yury Kotov
2019-06-05
2
-4
/
+6
*
|
migration/ram.c: multifd_send_state->count is not really used
Wei Yang
2019-06-05
1
-5
/
+0
*
|
migration/ram.c: MultiFDSendParams.sem_sync is not really used
Wei Yang
2019-06-05
1
-4
/
+0
|
/
*
block: Add BlockBackend.ctx
Kevin Wolf
2019-06-04
1
-1
/
+2
*
migration/dirty-bitmaps: change bitmap enumeration method
John Snow
2019-05-29
1
-10
/
+4
*
migration: Fix typo in migrate_add_blocker() error message
Greg Kurz
2019-05-22
1
-1
/
+1
*
migration/ram.c: fix typos in comments
Wei Yang
2019-05-14
1
-5
/
+5
*
migration: Fix use-after-free during process exit
Yury Kotov
2019-05-14
1
-5
/
+20
*
migration/savevm: wrap into qemu_loadvm_state_header()
Wei Yang
2019-05-14
1
-29
/
+40
*
migration/savevm: load_header before load_setup
Wei Yang
2019-05-14
1
-4
/
+4
*
migration/savevm: remove duplicate check of migration_is_blocked
Wei Yang
2019-05-14
1
-4
/
+0
*
migration: update comments of migration bitmap
Yi Wang
2019-05-14
1
-3
/
+1
*
migration/ram.c: start of migration_bitmap_sync_range is always 0
Wei Yang
2019-05-14
1
-4
/
+4
*
migration/colo.c: Remove redundant input parameter
Zhang Chen
2019-05-14
2
-2
/
+2
*
migration: savevm: fix error code with migration blockers
Cole Robinson
2019-05-14
1
-1
/
+1
*
vmstate: check subsection_found is enough
Wei Yang
2019-05-14
1
-4
/
+4
*
migration: remove not used field xfer_limit
Wei Yang
2019-05-14
2
-2
/
+0
*
migration: not necessary to check ops again
Wei Yang
2019-05-14
1
-8
/
+6
*
migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet()
Peter Maydell
2019-04-09
1
-1
/
+1
*
migration/ram.c: Fix codes conflict about bitmap_mutex
Zhang Chen
2019-04-05
1
-0
/
+2
*
migration: Support adding migration blockers earlier
Markus Armbruster
2019-04-02
1
-1
/
+5
*
Revert "migration: move only_migratable to MigrationState"
Markus Armbruster
2019-04-02
3
-7
/
+3
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques...
Peter Maydell
2019-03-25
7
-87
/
+135
|
\
|
*
migration/postcopy: Update the bandwidth during postcopy
Dr. David Alan Gilbert
2019-03-25
1
-1
/
+5
|
*
Migration/colo.c: Make user obtain the last COLO mode info after failover
Zhang Chen
2019-03-25
1
-0
/
+16
|
*
Migration/colo.c: Add the necessary checks for colo_do_failover
Zhang Chen
2019-03-25
1
-2
/
+8
|
*
Migration/colo.c: Add new COLOExitReason to handle all failover state
Zhang Chen
2019-03-25
1
-11
/
+13
|
*
Migration/colo.c: Fix COLO failover status error
Zhang Chen
2019-03-25
1
-3
/
+4
|
*
migration/rdma: Check qemu_rdma_init_one_block
Dr. David Alan Gilbert
2019-03-25
1
-1
/
+5
|
*
migration: add support for a "tls-authz" migration parameter
Daniel P. Berrange
2019-03-25
2
-1
/
+9
|
*
multifd: Drop x-
Juan Quintela
2019-03-25
1
-13
/
+13
|
*
multifd: Add some padding
Juan Quintela
2019-03-25
1
-0
/
+3
|
*
multifd: Change default packet size
Juan Quintela
2019-03-25
1
-1
/
+1
|
*
multifd: Be flexible about packet size
Juan Quintela
2019-03-25
1
-6
/
+18
|
*
multifd: Drop x-multifd-page-count parameter
Juan Quintela
2019-03-25
3
-36
/
+10
|
*
multifd: Create new next_packet_size field
Juan Quintela
2019-03-25
2
-4
/
+15
|
*
multifd: Rename "size" member to pages_alloc
Juan Quintela
2019-03-25
1
-11
/
+12
|
*
multifd: Only send pages when packet are not empty
Juan Quintela
2019-03-25
1
-6
/
+12
*
|
trace-events: Fix attribution of trace points to source
Markus Armbruster
2019-03-22
1
-18
/
+26
*
|
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
1
-13
/
+13
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-03-14
1
-0
/
+1
|
\
|
*
migration: fix memory leak
Paolo Bonzini
2019-03-12
1
-0
/
+1
*
|
bitmaps: Fix typo in function name
Eric Blake
2019-03-12
1
-2
/
+2
*
|
block/dirty-bitmaps: add block_dirty_bitmap_check function
John Snow
2019-03-12
1
-9
/
+4
*
|
block/dirty-bitmaps: unify qmp_locked and user_locked calls
John Snow
2019-03-12
1
-3
/
+3
[next]