index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-26
migration: convert tcp socket protocol to use QIOChannel
Daniel P. Berrange
3
-103
/
+32
2016-05-26
migration: rename unix.c to socket.c
Daniel P. Berrange
2
-22
/
+33
2016-05-26
migration: convert unix socket protocol to use QIOChannel
Daniel P. Berrange
3
-53
/
+75
2016-05-26
migration: convert post-copy to use QIOChannelBuffer
Daniel P. Berrange
2
-39
/
+23
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
4
-12
/
+17
2016-05-26
migration: add helpers for creating QEMUFile from a QIOChannel
Daniel P. Berrange
1
-0
/
+21
2016-05-26
migration: introduce a new QEMUFile impl based on QIOChannel
Daniel P. Berrange
2
-0
/
+181
2016-05-26
migration: force QEMUFile to blocking mode for outgoing migration
Daniel P. Berrange
1
-0
/
+1
2016-05-26
migration: introduce set_blocking function in QEMUFileOps
Daniel P. Berrange
2
-6
/
+8
2016-05-26
migration: split migration hooks out of QEMUFileOps
Daniel P. Berrange
3
-9
/
+24
2016-05-26
migration: ensure qemu_fflush() always writes full data amount
Daniel P. Berrange
1
-4
/
+12
2016-05-24
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in...
Peter Maydell
6
-41
/
+176
2016-05-23
migration: regain control of images when migration fails to complete
Greg Kurz
1
-2
/
+15
2016-05-23
savevm: fail if migration blockers are present
Greg Kurz
2
-7
/
+16
2016-05-23
memory: drop find_ram_block()
Gonglei
2
-3
/
+3
2016-05-23
migration: Promote improved autoconverge commands out of experimental state
Jason J. Herne
2
-30
/
+30
2016-05-23
migration/qjson: Drop gratuitous use of QOM
Markus Armbruster
2
-34
/
+7
2016-05-23
migration: Move qjson.[ch] to migration/
Markus Armbruster
3
-1
/
+141
2016-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+3
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-1
/
+3
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2
-0
/
+3
2016-05-18
Fix some typos found by codespell
Stefan Weil
2
-2
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
6
-4
/
+6
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
4
-0
/
+4
2016-03-14
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7...
Peter Maydell
2
-10
/
+17
2016-03-11
postcopy: Remove the x-
Dr. David Alan Gilbert
1
-2
/
+2
2016-03-11
postcopy: listen thread is never joined
Dr. David Alan Gilbert
1
-1
/
+1
2016-03-11
migration: fix use-after-free in loadvm_postcopy_handle_run_bh
Denis V. Lunev
1
-4
/
+12
2016-03-11
migration: fix warning for source_return_path_thread
Peter Xu
1
-3
/
+2
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2
-12
/
+9
2016-03-08
Postcopy: Fix sync count in info migrate
Dr. David Alan Gilbert
1
-0
/
+1
2016-02-28
migration: allow machine to enforce configuration section migration
Greg Kurz
1
-2
/
+8
2016-02-26
migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context
Denis V. Lunev
1
-10
/
+19
2016-02-26
migration (ordinary): move bdrv_invalidate_cache_all of of coroutine context
Denis V. Lunev
1
-40
/
+49
2016-02-26
migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFD
Matthew Fortune
1
-2
/
+2
2016-02-26
migration: reorder code to make it symmetric
Wei Yang
1
-3
/
+2
2016-02-25
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-13
/
+52
2016-02-25
block-migration: acquire AioContext as necessary
Paolo Bonzini
1
-13
/
+52
2016-02-23
Postcopy+spice: Pass spice migration data earlier
Dr. David Alan Gilbert
1
-0
/
+14
2016-02-22
block migration: Activate image on destination before writing to it
Kevin Wolf
1
-0
/
+7
2016-02-16
migration: fix incorrect memory_global_dirty_log_start outside BQL
Paolo Bonzini
1
-0
/
+4
2016-02-11
rdma: remove check on time_spent when calculating mbs
Wei Yang
1
-2
/
+2
2016-02-09
memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
Stefan Hajnoczi
1
-4
/
+0
2016-02-05
migration: fix bad string passed to error_report()
Greg Kurz
1
-2
/
+2
2016-02-05
migration: remove useless code.
Liang Li
1
-6
/
+0
2016-02-05
migration/ram: Fix some helper functions' parameter to use PageSearchStatus
zhanghailiang
1
-14
/
+19
2016-02-05
savevm: Split load vm state function qemu_loadvm_state
zhanghailiang
1
-64
/
+92
2016-02-05
migration: rename 'file' in MigrationState to 'to_dst_file'
zhanghailiang
8
-47
/
+51
2016-02-05
ram: Split host_from_stream_offset() into two helper functions
zhanghailiang
1
-15
/
+25
2016-01-29
migration: Clean up includes
Peter Maydell
16
-12
/
+16
[next]