Sign in
qemu
/
qemu
/
2c65db5e58d2c74921077f6c064ba4c91ebde16a
/
migration
/
qemu-file.h
95a9457
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging
by Peter Maydell
· 5 years ago
6a0acff
Clean up inclusion of exec/cpu-common.h
by Markus Armbruster
· 5 years ago
3170a64
qemu-file: move qemu_{get,put}_counted_string() declarations
by Marc-André Lureau
· 5 years ago
5d7d255
migration: add qemu_file_update_transfer interface
by Ivan Ren
· 5 years ago
3d661c8
migration: Add error_desc for file channel errors
by Yury Kotov
· 6 years ago
d890344
slirp: use libslirp migration code
by Marc-André Lureau
· 6 years ago
dcaf446
migration: stop compression to allocate and free memory frequently
by Xiao Guangrong
· 7 years ago
f0d64cb
migration/qemu-file: add qemu_put_counted_string()
by Vladimir Sementsov-Ogievskiy
· 7 years ago
2ce3bf1
migration: ram_control_* are implemented in qemu_file
by Juan Quintela
· 8 years ago
08a0aee
migration: Split qemu-file.h
by Juan Quintela
· 8 years ago
[Renamed (62%) from include/migration/qemu-file.h]
40014d8
migration: Export qemu-file-channel.c functions in its own file
by Juan Quintela
· 8 years ago
53f09a1
add 'release-ram' migrate capability
by Pavel Butsykin
· 8 years ago
175de52
Clean up decorations and whitespace around header guards
by Markus Armbruster
· 8 years ago
12992c1
migration: remove qemu_get_fd method from QEMUFile
by Daniel P. Berrange
· 9 years ago
11808bb
migration: remove support for non-iovec based write handlers
by Daniel P. Berrange
· 9 years ago
7fdc61c
migration: delete QEMUFile stdio implementation
by Daniel P. Berrange
· 9 years ago
40946ae
migration: delete QEMUFile sockets implementation
by Daniel P. Berrange
· 9 years ago
2a22b4f
migration: delete QEMUSizedBuffer struct
by Daniel P. Berrange
· 9 years ago
8b7c5c0
migration: delete QEMUFile buffer implementation
by Daniel P. Berrange
· 9 years ago
a9cfeb3
migration: introduce a new QEMUFile impl based on QIOChannel
by Daniel P. Berrange
· 9 years ago
06ad513
migration: introduce set_blocking function in QEMUFileOps
by Daniel P. Berrange
· 9 years ago
0436e09
migration: split migration hooks out of QEMUFileOps
by Daniel P. Berrange
· 9 years ago
baf51e7
migration: ensure qemu_fflush() always writes full data amount
by Daniel P. Berrange
· 9 years ago
90ce6e2
include: Clean up includes
by Peter Maydell
· 9 years ago
adc468e
Return path: Open a return path on QEMUFile for sockets
by Dr. David Alan Gilbert
· 9 years ago
a800cd5
Add wrapper for setting blocking status on a QEMUFile
by Dr. David Alan Gilbert
· 9 years ago
9504fb5
Add qemu_get_buffer_in_place to avoid copies some of the time
by Dr. David Alan Gilbert
· 9 years ago
56f3835
migration: qemu-file more size_t'ifying
by Dr. David Alan Gilbert
· 9 years ago
a202a4c
migration: size_t'ify some of qemu-file
by Dr. David Alan Gilbert
· 9 years ago
632e3a5
Rework ram_control_load_hook to hook during block load
by Dr. David Alan Gilbert
· 10 years ago
7c1e52b
Move copy out of qemu_peek_buffer
by Dr. David Alan Gilbert
· 10 years ago
b3af1bc
Add qemu_get_counted_string to read a string prefixed by a count byte
by Dr. David Alan Gilbert
· 10 years ago
44f0ead
qemu-file: Add compression functions to QEMUFile
by Liang Li
· 10 years ago
21cb492
migration: Remove unused functions
by Thomas Huth
· 10 years ago
6e1dea4
ram: make all save_page functions take a uint64_t parameter
by Juan Quintela
· 10 years ago
9722140
qemu-file: Add fast ftell code path
by Alexander Graf
· 10 years ago
e1a8c9b
socket shutdown
by Dr. David Alan Gilbert
· 10 years ago
e68dd36
qemu-file: Make qemu_file_is_writable() non-static
by Eduardo Habkost
· 10 years ago
deb22f9
QEMUSizedBuffer based QEMUFile
by Dr. David Alan Gilbert
· 10 years ago
548f52e
Make qemu_peek_buffer loop until it gets it's data
by Dr. David Alan Gilbert
· 11 years ago
c961514
qemu-file: Make a few functions non-static
by Eduardo Habkost
· 11 years ago
43487c6
rdma: new QEMUFileOps hooks
by Michael R. Hines
· 11 years ago
be903b2
rdma: export qemu_fflush()
by Michael R. Hines
· 11 years ago
bc1256f
rdma: introduce qemu_file_mode_is_not_valid()
by Michael R. Hines
· 11 years ago
2b0ce07
rdma: introduce qemu_update_position()
by Michael R. Hines
· 11 years ago
05fcc84
savevm: Implement block_writev_buffer()
by Kevin Wolf
· 12 years ago
6181ec2
Add qemu_put_buffer_async
by Orit Wasserman
· 12 years ago
d913829
Add QemuFileWritevBuffer QemuFileOps
by Orit Wasserman
· 12 years ago
1964a39
migration: move rate limiting to QEMUFile
by Paolo Bonzini
· 12 years ago
0cc3f3c
qemu-file: add writable socket QEMUFile
by Paolo Bonzini
· 12 years ago
817b9ed
migration: merge qemu_popen_cmd with qemu_popen
by Paolo Bonzini
· 12 years ago
05f28b8
qemu-file: make qemu_fflush and qemu_file_set_error private again
by Paolo Bonzini
· 12 years ago
4eb9381
qemu-file: temporarily expose qemu_file_set_error and qemu_fflush
by Paolo Bonzini
· 12 years ago
ad55ab4
migration: make qemu_ftell() public and support writable files
by Stefan Hajnoczi
· 12 years ago
dd217b8
migration: make writes blocking
by Juan Quintela
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
[Renamed from qemu-file.h]
d263a20
migration: replace qemu_stdio_fd with qemu_get_fd
by Paolo Bonzini
· 12 years ago
70eb633
migration: add qemu_get_fd
by Paolo Bonzini
· 12 years ago
9229bf3
migration: consolidate QEMUFile methods in a single QEMUFileOps struct
by Paolo Bonzini
· 12 years ago
a2b4135
savevm: make qemu_file_put_notify() return errors
by Juan Quintela
· 12 years ago
6f121ff
savevm: un-export qemu_file_set_error()
by Juan Quintela
· 12 years ago
3aee4be
savevm: unexport qemu_ftell()
by Juan Quintela
· 12 years ago
e5ae97c
savevm: Remove qemu_fseek()
by Juan Quintela
· 12 years ago
ffbfc74
savevm: unexport qemu_fflush
by Juan Quintela
· 12 years ago
93148aa
Spelling fixes in comments (it's -> its)
by Stefan Weil
· 13 years ago
701a8f7
vmstate: extract declarations out of hw/hw.h
by Paolo Bonzini
· 13 years ago