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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qio: add support for SO_PEERCRED for socket channel
Anthony Harivel
2024-07-22
1
-0
/
+21
*
io: Introduce qio_channel_file_new_dupfd
Fabiano Rosas
2024-03-12
1
-0
/
+18
*
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
*
Rename "QEMU global mutex" to "BQL" in comments and docs
Stefan Hajnoczi
2024-01-08
1
-1
/
+1
*
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
2023-09-07
2
-39
/
+53
*
util: spelling fixes
Michael Tokarev
2023-08-31
2
-3
/
+3
*
io: remove io watch if TLS channel is closed during handshake
Daniel P. Berrangé
2023-08-01
1
-0
/
+1
*
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
*
io/command: implement support for win32
Marc-André Lureau
2022-10-12
1
-0
/
+3
*
io/command: use glib GSpawn, instead of open-coding fork/exec
Marc-André Lureau
2022-10-12
1
-1
/
+1
*
io: add a QIOChannelNull equivalent to /dev/null
Daniel P. Berrangé
2022-06-22
1
-0
/
+55
*
QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
Leonardo Bras
2022-05-16
1
-0
/
+2
*
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras
2022-05-16
1
-1
/
+37
*
io: make qio_channel_command_new_pid() static
Marc-André Lureau
2022-05-03
1
-25
/
+0
*
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
11
-11
/
+11
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
6
-18
/
+6
*
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-18
3
-3
/
+3
*
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
2020-09-18
2
-2
/
+2
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
2
-10
/
+4
*
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
3
-12
/
+6
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
9
-30
/
+18
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
9
-12
/
+19
*
io/task: Move 'qom/object.h' header to source
Philippe Mathieu-Daudé
2020-06-10
1
-2
/
+0
*
io: Fix Error usage in a comment <example>
Markus Armbruster
2019-12-18
1
-1
/
+1
*
socket: Add num connections to qio_net_listener_open_sync()
Juan Quintela
2019-09-03
1
-0
/
+2
*
socket: Add num connections to qio_channel_socket_async()
Juan Quintela
2019-09-03
1
-0
/
+2
*
socket: Add num connections to qio_channel_socket_sync()
Juan Quintela
2019-09-03
1
-0
/
+2
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
3
-3
/
+0
*
io: Make qio_channel_yield() interruptible
Kevin Wolf
2019-02-25
1
-3
/
+6
*
io: add qio_task_wait_thread to join with a background thread
Daniel P. Berrangé
2019-02-12
1
-1
/
+28
*
io: return 0 for EOF in TLS session read after shutdown
Daniel P. Berrangé
2018-11-19
2
-3
/
+4
*
qio: non-default context for TLS handshake
Peter Xu
2018-03-06
1
-1
/
+4
*
qio: non-default context for async conn
Peter Xu
2018-03-06
1
-3
/
+12
*
qio: non-default context for threaded qtask
Peter Xu
2018-03-06
1
-2
/
+5
*
qio: store gsources for net listeners
Peter Xu
2018-03-06
1
-2
/
+20
*
qio: introduce qio_channel_add_watch_{full|source}
Peter Xu
2018-03-06
1
-0
/
+44
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-0
/
+1
*
io: Fix QIOChannelFile when creating and opening read-write
Ross Lagerwall
2018-02-15
1
-1
/
+1
*
io: introduce a network socket listener API
Daniel P. Berrange
2017-12-15
1
-0
/
+174
*
io: get rid of bounce buffering in websock write path
Daniel P. Berrange
2017-10-16
1
-1
/
+0
*
io: simplify websocket ping reply handling
Daniel P. Berrange
2017-10-16
1
-1
/
+1
*
io: Reply to ping frames
Brandon Carpenter
2017-10-04
1
-0
/
+1
[next]