2038 Commits (bb7fc1543fa45bebe7eded8115f25441a9fee76e)

Author SHA1 Message Date
Cédric Le Goater 326e620fc0 Fix const qualifier build errors with recent glibc 8 months ago
Stefan Hajnoczi 047dabef97 block/io_uring: use aio_add_sqe() 9 months ago
Stefan Hajnoczi 1eebdab3c3 aio-posix: add aio_add_sqe() API for user-defined io_uring requests 9 months ago
Stefan Hajnoczi 87e7a0f423 aio-posix: add fdmon_ops->dispatch() 9 months ago
Stefan Hajnoczi a63e41f2a4 aio-posix: unindent fdmon_io_uring_destroy() 9 months ago
Stefan Hajnoczi 59202c98c0 aio-posix: gracefully handle io_uring_queue_init() failure 9 months ago
Stefan Hajnoczi 421dcc8023 aio: add errp argument to aio_context_setup() 9 months ago
Stefan Hajnoczi 3769b9abe9 aio: free AioContext when aio_context_new() fails 9 months ago
Stefan Hajnoczi d1f42b600a aio: remove aio_context_use_g_source() 9 months ago
Stefan Hajnoczi ded29e64c6 aio-posix: integrate fdmon into glib event loop 9 months ago
Stefan Hajnoczi 511c62a2c6 aio-posix: keep polling enabled with fdmon-io_uring.c 9 months ago
Stefan Hajnoczi 5f8741fca5 aio-posix: fix spurious return from ->wait() due to signals 9 months ago
Stefan Hajnoczi c31a445749 aio-posix: fix fdmon-io_uring.c timeout stack variable lifetime 9 months ago
Stefan Hajnoczi dbf70f0a03 aio-posix: fix race between io_uring CQE and AioHandler deletion 9 months ago
Vladimir Sementsov-Ogievskiy 20aa05edc2 util/hexdump: fix QEMU_HEXDUMP_LINE_WIDTH logic 9 months ago
Alex Bennée 91634cc331 timers: properly prefix init_clocks() 9 months ago
Peter Xu c89d1c879a bql: Fix bql_locked status with condvar APIs 11 months ago
Akihiko Odaki 55d98e3ede rcu: Unify force quiescent state 10 months ago
Philippe Mathieu-Daudé 2ff8c9a298 buildsys: Remove support for 32-bit PPC hosts 10 months ago
Paolo Bonzini 67913e95bf timer: constify some functions 10 months ago
Paolo Bonzini 5142397c79 async: access bottom half flags with qatomic_read 10 months ago
Steve Sistare fe72a8073e oslib: qemu_clear_cloexec 10 months ago
Paolo Bonzini 75871d88d3 log: change qemu_loglevel to unsigned 10 months ago
Markus Armbruster bcb536cabe error: Kill @error_warn 11 months ago
Markus Armbruster 5bd58f04b8 util/oslib-win32: Do not treat null @errp as &error_warn 11 months ago
Vladimir Sementsov-Ogievskiy 34523df319 util/vhost-user-server: vu_message_read(): improve error handling 11 months ago
Vladimir Sementsov-Ogievskiy 6f607941b1 treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking 11 months ago
Vladimir Sementsov-Ogievskiy 5d1d32ce9d util: drop qemu_socket_set_block() 11 months ago
Vladimir Sementsov-Ogievskiy 09759245cf util: drop qemu_socket_try_set_nonblock() 11 months ago
Vladimir Sementsov-Ogievskiy 8cb17f9c36 util: drop qemu_socket_set_nonblock() 11 months ago
Vladimir Sementsov-Ogievskiy 1ed8903916 treewide: handle result of qio_channel_set_blocking() 11 months ago
Vladimir Sementsov-Ogievskiy 4149afca71 util: add qemu_set_blocking() function 11 months ago
Richard Henderson b8eb3dd495 cpuinfo/i386: Detect GFNI as an AVX extension 1 year ago
Daniel P. Berrangé 012842c075 log: make '-msg timestamp=on' apply to all qemu_log usage 1 year ago
Paolo Bonzini ed7f6da282 rust/qemu-api: log: implement io::Write 1 year ago
Sean Wei 145c3e54be util/rcu.c: replace FSF postal address with licenses URL 1 year ago
Akihiko Odaki 0a765ca850 qemu-thread: Use futex if available for QemuLockCnt 1 year ago
Akihiko Odaki 69e10db83e qemu-thread: Use futex for QemuEvent on Windows 1 year ago
Akihiko Odaki d1895f4c17 qemu-thread: Avoid futex abstraction for non-Linux 1 year ago
Akihiko Odaki 32da70a887 qemu-thread: Replace __linux__ with CONFIG_LINUX 1 year ago
Akihiko Odaki 1bc2c49539 futex: Support Windows 1 year ago
Akihiko Odaki 6e2d11bf04 futex: Check value after qemu_futex_wait() 1 year ago
Paolo Bonzini e8fb9c91a3 util/error: make func optional 1 year ago
Paolo Bonzini 230a4894f4 util/error: allow non-NUL-terminated err->src 1 year ago
Paolo Bonzini 8714d366e7 util/error: expose Error definition to Rust code 1 year ago
Juraj Marcin 1bd4237cb1 util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive 1 year ago
Juraj Marcin 316e8ee8d6 util/qemu-sockets: Refactor inet_parse() to use QemuOpts 1 year ago
Juraj Marcin 00064705ed util/qemu-sockets: Add support for keep-alive flag to passive sockets 1 year ago
Juraj Marcin 911e0f2c6e util/qemu-sockets: Refactor success and failure paths in inet_listen_saddr() 1 year ago
Juraj Marcin b8b5278aca util/qemu-sockets: Refactor setting client sockopts into a separate function 1 year ago