Age | Commit message (Expand) | Author | Files | Lines |
2024-04-18 | util/qemu-config: Extract QMP commands to qemu-config-qmp.c | Philippe Mathieu-Daudé | 1 | -202/+2 |
2024-04-18 | yank: only build if needed | Paolo Bonzini | 1 | -1/+1 |
2024-03-21 | coroutine: reserve 5,000 mappings | Stefan Hajnoczi | 1 | -5/+10 |
2024-03-19 | coroutine: cap per-thread local pool size | Stefan Hajnoczi | 1 | -59/+223 |
2024-03-08 | oslib-posix: fix memory leak in touch_all_pages | Paolo Bonzini | 1 | -2/+4 |
2024-02-28 | notify: pass error to notifier with return | Steve Sistare | 1 | -2/+3 |
2024-02-12 | qapi: Improve documentation of file descriptor socket addresses | Markus Armbruster | 1 | -1/+2 |
2024-02-08 | Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 1 | -1/+5 |
2024-02-06 | meson: Link with libinotify on FreeBSD | Ilya Leoshkevich | 1 | -1/+5 |
2024-02-06 | oslib-posix: initialize backend memory objects in parallel | Mark Kanda | 2 | -32/+107 |
2024-01-30 | misc: Clean up includes | Peter Maydell | 1 | -1/+0 |
2024-01-26 | qapi: Fix dangling references to docs/devel/qapi-code-gen.txt | Markus Armbruster | 1 | -1/+1 |
2024-01-25 | Merge tag 'pull-request-2024-01-24' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 1 | -858/+11 |
2024-01-24 | util/uri: Remove unused macros ISA_RESERVED() and ISA_GEN_DELIM() | Thomas Huth | 1 | -13/+0 |
2024-01-24 | util/uri: Remove the uri_string_escape() function | Thomas Huth | 1 | -70/+0 |
2024-01-24 | util/uri: Remove unused functions uri_resolve() and uri_resolve_relative() | Thomas Huth | 1 | -689/+0 |
2024-01-24 | util/uri: Remove uri_string_unescape() | Thomas Huth | 1 | -86/+11 |
2024-01-22 | coroutine-ucontext: Save fake stack for pooled coroutine | Akihiko Odaki | 1 | -9/+26 |
2024-01-19 | Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging | Peter Maydell | 1 | -7/+9 |
2024-01-19 | util/async: Only call icount_notify_exit() if icount is enabled | Philippe Mathieu-Daudé | 1 | -7/+9 |
2024-01-18 | remove unnecessary casts from uintptr_t | Paolo Bonzini | 1 | -1/+1 |
2024-01-11 | util: fix build with musl libc on ppc64le | Natanael Copa | 1 | -3/+3 |
2024-01-10 | util/fifo8: Introduce fifo8_peek_buf() | Philippe Mathieu-Daudé | 1 | -4/+18 |
2024-01-10 | util/fifo8: Allow fifo8_pop_buf() to not populate popped length | Philippe Mathieu-Daudé | 1 | -4/+8 |
2024-01-08 | Replace "iothread lock" with "BQL" in comments | Stefan Hajnoczi | 1 | -1/+1 |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi | 4 | -15/+15 |
2024-01-08 | iothread: Remove unused Error** argument in aio_context_set_aio_params | Philippe Mathieu-Daudé | 3 | -8/+3 |
2024-01-05 | util/oslib: Have qemu_prealloc_mem() handler return a boolean | Philippe Mathieu-Daudé | 2 | -3/+8 |
2024-01-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -27/+31 |
2023-12-31 | configure, meson: rename targetos to host_os | Paolo Bonzini | 1 | -4/+4 |
2023-12-31 | meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos | Paolo Bonzini | 1 | -21/+23 |
2023-12-31 | meson: remove OS definitions from config_targetos | Paolo Bonzini | 1 | -6/+8 |
2023-12-30 | util/fifo8: Constify VMState | Richard Henderson | 1 | -1/+1 |
2023-12-21 | aio: remove aio_context_acquire()/aio_context_release() API | Stefan Hajnoczi | 1 | -10/+0 |
2023-12-21 | block: remove AioContext locking | Stefan Hajnoczi | 2 | -7/+0 |
2023-12-21 | aio: make aio_context_acquire()/aio_context_release() a no-op | Stefan Hajnoczi | 1 | -2/+2 |
2023-12-19 | util/char_dev: Add open_cdev() | Yi Liu | 2 | -0/+82 |
2023-11-28 | export/vhost-user-blk: Fix consecutive drains | Kevin Wolf | 1 | -8/+31 |
2023-11-15 | util/range.c: spelling fix: inbetween | Michael Tokarev | 1 | -1/+1 |
2023-11-15 | util/filemonitor-inotify.c: spelling fix: kenel | Michael Tokarev | 1 | -1/+1 |
2023-11-07 | Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi | 2 | -0/+37 |
2023-11-07 | Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi | 1 | -8/+17 |
2023-11-06 | util: Add cpuinfo for loongarch64 | Richard Henderson | 2 | -0/+37 |
2023-11-06 | util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflow | Vladimir Sementsov-Ogievskiy | 1 | -8/+17 |
2023-11-03 | util/uuid: Add UUID_STR_LEN definition | Cédric Le Goater | 1 | -1/+1 |
2023-11-03 | range: Introduce range_inverse_array() | Eric Auger | 1 | -0/+55 |
2023-11-03 | util/reserved-region: Add new ReservedRegion helpers | Eric Auger | 2 | -0/+92 |
2023-11-03 | range: Make range_compare() public | Eric Auger | 1 | -5/+1 |
2023-10-31 | virtio: use defer_call() in virtio_irqfd_notify() | Stefan Hajnoczi | 1 | -0/+5 |
2023-10-31 | util/defer-call: move defer_call() to util/ | Stefan Hajnoczi | 2 | -0/+157 |