index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
io
/
channel.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io: Add generic pwritev/preadv interface
Nikolay Borisov
2024-03-01
1
-0
/
+82
*
io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
Nikolay Borisov
2024-03-01
1
-0
/
+1
*
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
2023-09-07
1
-39
/
+30
*
nbd/server: Fix drained_poll to wake coroutine in right AioContext
Kevin Wolf
2023-05-19
1
-0
/
+10
*
io: mark mixed functions that can suspend
Paolo Bonzini
2023-04-20
1
-39
/
+39
*
io: Add support for MSG_PEEK for socket channel
manish.mishra
2023-02-06
1
-0
/
+6
*
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
Markus Armbruster
2023-01-20
1
-1
/
+1
*
io: Tidy up fat-fingered parameter name
Markus Armbruster
2022-12-14
1
-1
/
+1
*
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras
2022-05-16
1
-1
/
+37
*
io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
Elena Ufimtseva
2021-02-10
1
-0
/
+53
*
io: add qio_channel_writev_full_all helper
Elena Ufimtseva
2021-02-10
1
-0
/
+25
*
io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown
Lukas Straub
2021-01-13
1
-1
/
+4
*
io: Fix Lesser GPL version number
Chetan Pant
2020-10-27
1
-1
/
+1
*
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-18
1
-1
/
+1
*
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
1
-4
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
io: Make qio_channel_yield() interruptible
Kevin Wolf
2019-02-25
1
-3
/
+6
*
io: return 0 for EOF in TLS session read after shutdown
Daniel P. Berrangé
2018-11-19
1
-3
/
+3
*
qio: introduce qio_channel_add_watch_{full|source}
Peter Xu
2018-03-06
1
-0
/
+44
*
io: Add new qio_channel_read{, v}_all_eof functions
Eric Blake
2017-09-06
1
-0
/
+53
*
io: add new qio_channel_{readv, writev, read, write}_all functions
Daniel P. Berrange
2017-09-05
1
-0
/
+90
*
io: fix typo in docs comment for qio_channel_read
Daniel P. Berrange
2017-09-05
1
-1
/
+1
*
doc: fix function spelling
Marc-André Lureau
2017-05-07
1
-1
/
+1
*
io: make qio_channel_yield aware of AioContexts
Paolo Bonzini
2017-02-21
1
-3
/
+44
*
io: add methods to set I/O handlers on AioContext
Paolo Bonzini
2017-02-21
1
-0
/
+25
*
io: add ability to set a name for IO channels
Daniel P. Berrange
2016-10-27
1
-0
/
+13
*
io: Introduce a qio_channel_set_feature() helper
Felipe Franciosi
2016-10-26
1
-0
/
+10
*
io: Fix double shift usages on QIOChannel features
Felipe Franciosi
2016-10-26
1
-3
/
+3
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-12
1
-3
/
+3
*
socket: add listen feature
Marc-André Lureau
2016-06-29
1
-0
/
+1
*
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
2016-03-10
1
-0
/
+3
*
include: Clean up includes
Peter Maydell
2016-02-23
1
-1
/
+0
*
io: fix description of @errp parameter initialization
Daniel P. Berrange
2016-01-20
1
-10
/
+10
*
io: add abstract QIOChannel classes
Daniel P. Berrange
2015-12-18
1
-0
/
+502