index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-26
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...
Peter Maydell
17
-1568
/
+1057
2016-05-26
migration: remove qemu_get_fd method from QEMUFile
Daniel P. Berrange
1
-14
/
+0
2016-05-26
migration: remove support for non-iovec based write handlers
Daniel P. Berrange
2
-36
/
+8
2016-05-26
migration: add support for encrypting data with TLS
Daniel P. Berrange
6
-15
/
+225
2016-05-26
migration: define 'tls-creds' and 'tls-hostname' migration parameters
Daniel P. Berrange
1
-0
/
+14
2016-05-26
migration: don't use an array for storing migrate parameters
Daniel P. Berrange
2
-36
/
+25
2016-05-26
migration: move definition of struct QEMUFile back into qemu-file.c
Daniel P. Berrange
2
-55
/
+23
2016-05-26
migration: delete QEMUFile stdio implementation
Daniel P. Berrange
2
-197
/
+1
2016-05-26
migration: delete QEMUFile sockets implementation
Daniel P. Berrange
2
-324
/
+1
2016-05-26
migration: delete QEMUSizedBuffer struct
Daniel P. Berrange
2
-369
/
+1
2016-05-26
migration: delete QEMUFile buffer implementation
Daniel P. Berrange
1
-96
/
+0
2016-05-26
migration: convert savevm to use QIOChannel for writing to files
Daniel P. Berrange
1
-3
/
+5
2016-05-26
migration: convert RDMA to use QIOChannel interface
Daniel P. Berrange
1
-99
/
+275
2016-05-26
migration: convert exec socket protocol to use QIOChannel
Daniel P. Berrange
3
-36
/
+33
2016-05-26
migration: convert fd socket protocol to use QIOChannel
Daniel P. Berrange
3
-52
/
+31
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-25
block: Fix bdrv_next() memory leak
Kevin Wolf
1
-2
/
+2
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
[next]