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
/
include
/
io
/
channel-socket.h
Age
Commit message (
Expand
)
Author
2023-08-31
util: spelling fixes
Michael Tokarev
2022-05-16
QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
Leonardo Bras
2020-10-27
io: Fix Lesser GPL version number
Chetan Pant
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2019-09-03
socket: Add num connections to qio_channel_socket_async()
Juan Quintela
2019-09-03
socket: Add num connections to qio_channel_socket_sync()
Juan Quintela
2018-03-06
qio: non-default context for async conn
Peter Xu
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-02-15
io: improve docs for QIOChannelSocket async functions
Daniel P. Berrange
2016-01-20
io: fix description of @errp parameter initialization
Daniel P. Berrange
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange