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
2015-05-07
migration: Add qmp commands to set and query parameters
Liang Li
1
-0
/
+56
2015-05-07
migration: Use an array instead of 3 parameters
Liang Li
1
-12
/
+19
2015-05-07
migration: Add interface to control compression
Liang Li
1
-2
/
+5
2015-05-06
qemu-file: Add compression functions to QEMUFile
Liang Li
1
-0
/
+39
2015-05-06
migration: Add the framework of multi-thread decompression
Liang Li
1
-0
/
+19
2015-05-06
migration: Add the framework of multi-thread compression
Liang Li
1
-0
/
+37
2015-04-28
block: Ensure consistent bitmap function prototypes
John Snow
1
-4
/
+3
2015-04-28
qapi: Add optional field "name" to block dirty bitmap
Fam Zheng
1
-1
/
+1
2015-03-26
rdma: Fix cleanup in error paths
Padmanabh Ratnakar
1
-14
/
+8
2015-03-17
migration: Expose 'cancelling' status to user
zhanghailiang
1
-5
/
+1
2015-03-17
migration: Convert 'status' of MigrationInfo to use an enum type
zhanghailiang
1
-15
/
+5
2015-03-17
migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_*
zhanghailiang
1
-43
/
+50
2015-03-17
migration: Remove unused functions
Thomas Huth
2
-40
/
+0
2015-03-17
migrate_incoming: Cleanup/clarify error messages
Dr. David Alan Gilbert
1
-2
/
+6
2015-03-17
migration: Fix remaining 32 bit compiler errors
Stefan Weil
1
-24
/
+29
2015-03-17
migration: Fix some 32 bit compiler errors
Stefan Weil
1
-12
/
+11
2015-03-17
migration/rdma: clean up qemu_rdma_dest_init a bit
Michael Tokarev
1
-29
/
+22
2015-03-17
migration: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
1
-2
/
+1
2015-03-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+5
2015-03-16
migration: Convert bdrv_find to blk_by_name
Fam Zheng
1
-2
/
+5
2015-03-16
ram: make all save_page functions take a uint64_t parameter
Juan Quintela
2
-2
/
+3
2015-03-16
Add migrate_incoming
Dr. David Alan Gilbert
1
-0
/
+19
2015-03-16
Add -incoming defer
Dr. David Alan Gilbert
1
-6
/
+23
2015-03-10
migration: Fix coding style (whitespace issues)
Stefan Weil
1
-10
/
+10
2015-03-10
Remove superfluous '\n' around error_report()
Gonglei
1
-1
/
+1
2015-03-10
Add copyright and author after file split
Stefan Berger
1
-0
/
+4
2015-03-02
unbreak dtrace tracing due to double _ in rdma names
Dr. David Alan Gilbert
1
-13
/
+11
2015-02-10
migration: Fix warnings caused by missing 'static' attribute
Stefan Weil
1
-4
/
+4
2015-02-10
rdma: g_malloc0() can't fail, bury dead error handling
Markus Armbruster
1
-3
/
+0
2015-02-05
Tracify migration/rdma.c
Dr. David Alan Gilbert
1
-189
/
+144
2015-02-05
migration: Append JSON description of migration stream
Alexander Graf
1
-6
/
+180
2015-02-05
qemu-file: Add fast ftell code path
Alexander Graf
1
-0
/
+16
2015-02-05
Migration: Add lots of trace events
Dr. David Alan Gilbert
1
-4
/
+20
2015-02-05
savevm: Convert fprintf to error_report
Dr. David Alan Gilbert
1
-3
/
+4
2015-01-16
migration_cancel: shutdown migration socket
Dr. David Alan Gilbert
1
-0
/
+12
2015-01-16
Handle bi-directional communication for fd migration
Cristian Klein
1
-2
/
+22
2015-01-16
socket shutdown
Dr. David Alan Gilbert
2
-4
/
+31
2015-01-16
QEMUSizedBuffer: only free qsb that qemu_bufopen allocated
Yang Hongyang
1
-4
/
+6
2015-01-15
migration/qemu-file.c: Don't shift left into sign bit
Peter Maydell
1
-1
/
+1
2015-01-13
migration/block: fix pending() return value
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2015-01-13
block: fix spoiling all dirty bitmaps by mirror and migration
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2014-12-16
Split the QEMU buffered file code out
Dr. David Alan Gilbert
3
-456
/
+487
2014-12-16
Split struct QEMUFile out
Dr. David Alan Gilbert
2
-22
/
+54
2014-12-16
Remove migration- pre/post fixes off files in migration/ dir
Dr. David Alan Gilbert
7
-4
/
+4
2014-12-16
Start migrating migration code into a migration directory
Dr. David Alan Gilbert
13
-0
/
+7657