index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
qemu-file-channel.c
Age
Commit message (
Expand
)
Author
2022-06-23
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
2022-06-23
migration: remove the QEMUFileOps 'get_return_path' callback
Daniel P. Berrangé
2022-06-23
migration: remove the QEMUFileOps 'writev_buffer' callback
Daniel P. Berrangé
2022-06-23
migration: remove the QEMUFileOps 'get_buffer' callback
Daniel P. Berrangé
2022-06-22
migration: remove the QEMUFileOps 'close' callback
Daniel P. Berrangé
2022-06-22
migration: remove the QEMUFileOps 'set_blocking' callback
Daniel P. Berrangé
2022-06-22
migration: remove the QEMUFileOps 'shut_down' callback
Daniel P. Berrangé
2022-06-22
migration: introduce new constructors for QEMUFile
Daniel P. Berrangé
2022-06-22
migration: hardcode assumption that QEMUFile is backed with QIOChannel
Daniel P. Berrangé
2021-07-26
migration: Move the yank unregister of channel_close out
Peter Xu
2021-07-26
migration: Teach QEMUFile to be QIOChannel-aware
Peter Xu
2021-07-26
migration: Introduce migration_ioc_[un]register_yank()
Peter Xu
2021-06-08
yank: Unregister function when using TLS migration
Leonardo Bras
2021-04-01
yank: Remove dependency on qiochannel
Lukas Straub
2021-01-13
migration: Add yank feature
Lukas Straub
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
2019-08-16
Clean up inclusion of exec/cpu-common.h
Markus Armbruster
2019-08-14
migration: Add error_desc for file channel errors
Yury Kotov
2018-08-22
migration: invoke qio_channel_yield only when qemu_in_coroutine()
Lidong Chen
2017-06-01
migration: Split qemu-file.h
Juan Quintela
2017-05-18
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
2016-05-26
migration: introduce a new QEMUFile impl based on QIOChannel
Daniel P. Berrange