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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
qemu-file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-13
add 'release-ram' migrate capability
Pavel Butsykin
1
-7
/
+52
2016-08-11
migration: fix live migration failure with compression
Liang Li
1
-0
/
+1
2016-06-17
qemu-file: Fix qemu_put_compression_data flaw
Liang Li
1
-2
/
+21
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
1
-28
/
+8
2016-05-26
migration: move definition of struct QEMUFile back into qemu-file.c
Daniel P. Berrange
1
-1
/
+23
2016-05-26
migration: introduce set_blocking function in QEMUFileOps
Daniel P. Berrange
1
-3
/
+7
2016-05-26
migration: split migration hooks out of QEMUFileOps
Daniel P. Berrange
1
-9
/
+15
2016-05-26
migration: ensure qemu_fflush() always writes full data amount
Daniel P. Berrange
1
-4
/
+12
2016-01-29
migration: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-10
Return path: Open a return path on QEMUFile for sockets
Dr. David Alan Gilbert
1
-0
/
+12
2015-11-10
Add wrapper for setting blocking status on a QEMUFile
Dr. David Alan Gilbert
1
-0
/
+15
2015-11-10
Add qemu_get_buffer_in_place to avoid copies some of the time
Dr. David Alan Gilbert
1
-0
/
+37
2015-10-20
coroutine: move into libqemuutil.a library
Daniel P. Berrange
1
-1
/
+1
2015-09-29
migration: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2015-09-29
migration: qemu-file more size_t'ifying
Dr. David Alan Gilbert
1
-11
/
+11
2015-07-07
Rework ram_control_load_hook to hook during block load
Dr. David Alan Gilbert
1
-5
/
+11
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-12
Move copy out of qemu_peek_buffer
Dr. David Alan Gilbert
1
-5
/
+7
2015-06-12
Add qemu_get_counted_string to read a string prefixed by a count byte
Dr. David Alan Gilbert
1
-0
/
+17
2015-05-06
qemu-file: Add compression functions to QEMUFile
Liang Li
1
-0
/
+39
2015-03-16
ram: make all save_page functions take a uint64_t parameter
Juan Quintela
1
-1
/
+2
2015-02-05
qemu-file: Add fast ftell code path
Alexander Graf
1
-0
/
+16
2015-01-16
socket shutdown
Dr. David Alan Gilbert
1
-0
/
+12
2015-01-15
migration/qemu-file.c: Don't shift left into sign bit
Peter Maydell
1
-1
/
+1
2014-12-16
Split the QEMU buffered file code out
Dr. David Alan Gilbert
1
-455
/
+0
2014-12-16
Split struct QEMUFile out
Dr. David Alan Gilbert
1
-22
/
+1
2014-12-16
Start migrating migration code into a migration directory
Dr. David Alan Gilbert
1
-0
/
+995