Age | Commit message (Expand) | Author |
2024-05-14 | util/uri: Remove the old URI parsing code | Thomas Huth |
2024-05-14 | Remove glib compatibility code that is not required anymore | Thomas Huth |
2024-05-03 | util/bufferiszero: Add simd acceleration for aarch64 | Richard Henderson |
2024-05-03 | util/bufferiszero: Simplify test_buffer_is_zero_next_accel | Richard Henderson |
2024-05-03 | util/bufferiszero: Introduce biz_accel_fn typedef | Richard Henderson |
2024-05-03 | util/bufferiszero: Improve scalar variant | Richard Henderson |
2024-05-03 | util/bufferiszero: Optimize SSE2 and AVX2 variants | Alexander Monakov |
2024-05-03 | util/bufferiszero: Remove useless prefetches | Alexander Monakov |
2024-05-03 | util/bufferiszero: Reorganize for early test for acceleration | Alexander Monakov |
2024-05-03 | util/bufferiszero: Remove AVX512 variant | Alexander Monakov |
2024-05-03 | util/bufferiszero: Remove SSE4.1 variant | Alexander Monakov |
2024-04-30 | plugins: Replace pr_ops with a proper debug dump flag | Richard Henderson |
2024-04-24 | Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging | Richard Henderson |
2024-04-24 | qapi: Inline and remove QERR_INVALID_PARAMETER definition | Philippe Mathieu-Daudé |
2024-04-18 | util/qemu-config: Extract QMP commands to qemu-config-qmp.c | Philippe Mathieu-Daudé |
2024-04-18 | yank: only build if needed | Paolo Bonzini |
2024-03-21 | coroutine: reserve 5,000 mappings | Stefan Hajnoczi |
2024-03-19 | coroutine: cap per-thread local pool size | Stefan Hajnoczi |
2024-03-08 | oslib-posix: fix memory leak in touch_all_pages | Paolo Bonzini |
2024-02-28 | notify: pass error to notifier with return | Steve Sistare |
2024-02-12 | qapi: Improve documentation of file descriptor socket addresses | Markus Armbruster |
2024-02-08 | Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2024-02-06 | meson: Link with libinotify on FreeBSD | Ilya Leoshkevich |
2024-02-06 | oslib-posix: initialize backend memory objects in parallel | Mark Kanda |
2024-01-30 | misc: Clean up includes | Peter Maydell |
2024-01-26 | qapi: Fix dangling references to docs/devel/qapi-code-gen.txt | Markus Armbruster |
2024-01-25 | Merge tag 'pull-request-2024-01-24' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2024-01-24 | util/uri: Remove unused macros ISA_RESERVED() and ISA_GEN_DELIM() | Thomas Huth |
2024-01-24 | util/uri: Remove the uri_string_escape() function | Thomas Huth |
2024-01-24 | util/uri: Remove unused functions uri_resolve() and uri_resolve_relative() | Thomas Huth |
2024-01-24 | util/uri: Remove uri_string_unescape() | Thomas Huth |
2024-01-22 | coroutine-ucontext: Save fake stack for pooled coroutine | Akihiko Odaki |
2024-01-19 | Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging | Peter Maydell |
2024-01-19 | util/async: Only call icount_notify_exit() if icount is enabled | Philippe Mathieu-Daudé |
2024-01-18 | remove unnecessary casts from uintptr_t | Paolo Bonzini |
2024-01-11 | util: fix build with musl libc on ppc64le | Natanael Copa |
2024-01-10 | util/fifo8: Introduce fifo8_peek_buf() | Philippe Mathieu-Daudé |
2024-01-10 | util/fifo8: Allow fifo8_pop_buf() to not populate popped length | Philippe Mathieu-Daudé |
2024-01-08 | Replace "iothread lock" with "BQL" in comments | Stefan Hajnoczi |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi |
2024-01-08 | iothread: Remove unused Error** argument in aio_context_set_aio_params | Philippe Mathieu-Daudé |
2024-01-05 | util/oslib: Have qemu_prealloc_mem() handler return a boolean | Philippe Mathieu-Daudé |
2024-01-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2023-12-31 | configure, meson: rename targetos to host_os | Paolo Bonzini |
2023-12-31 | meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos | Paolo Bonzini |
2023-12-31 | meson: remove OS definitions from config_targetos | Paolo Bonzini |
2023-12-30 | util/fifo8: Constify VMState | Richard Henderson |
2023-12-21 | aio: remove aio_context_acquire()/aio_context_release() API | Stefan Hajnoczi |
2023-12-21 | block: remove AioContext locking | Stefan Hajnoczi |
2023-12-21 | aio: make aio_context_acquire()/aio_context_release() a no-op | Stefan Hajnoczi |