summary refs log tree commit diff stats
path: root/include/qemu (follow)
Commit message (Expand)AuthorAgeFilesLines
* mirror: Don't call job_pause_point() under graph lockKevin Wolf2024-03-181-1/+1
* Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2024-03-121-2/+0
|\
| * migration: Remove SaveStateHandler and LoadStateHandler typedefsCédric Le Goater2024-03-111-2/+0
* | docs: update copyright date to the year 2024Ani Sinha2024-03-111-1/+1
|/
* plugins: remove non per_vcpu inline operation from APIPierrick Bouvier2024-03-061-53/+5
* plugins: add inline operation per vcpuPierrick Bouvier2024-03-062-1/+51
* plugins: define qemu_plugin_u64Pierrick Bouvier2024-03-061-0/+52
* plugins: scoreboard APIPierrick Bouvier2024-03-062-0/+37
* Merge tag 'pull-target-arm-20240305' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-03-051-1/+1
|\
| * atomic.h: Reword confusing comment for qatomic_cmpxchgPeter Maydell2024-03-051-1/+1
* | migration/multifd: Support outgoing mapped-ram stream formatFabiano Rosas2024-03-011-0/+13
|/
* Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int...Peter Maydell2024-02-281-2/+6
|\
| * migration: convert to NotifierWithReturnSteve Sistare2024-02-281-0/+1
| * notify: pass error to notifier with returnSteve Sistare2024-02-281-2/+5
* | plugins: add an API to read registersAlex Bennée2024-02-281-2/+48
* | plugins: create CPUPluginState and migrate plugin_maskAlex Bennée2024-02-282-0/+14
* | plugins: Use different helpers when reading registersAkihiko Odaki2024-02-281-0/+1
* | plugins: add qemu_plugin_num_vcpus functionPierrick Bouvier2024-02-281-0/+3
* | plugins: remove previous n_vcpus functions from APIPierrick Bouvier2024-02-281-7/+3
|/
* chardev/parallel: Don't close stdin on inappropriate deviceMarkus Armbruster2024-02-141-1/+8
* oslib-posix: initialize backend memory objects in parallelMark Kanda2024-02-061-1/+17
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell2024-01-311-1/+0
|\
| * include: Clean up includesPeter Maydell2024-01-301-1/+0
* | include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson2024-01-291-0/+1
|/
* Merge tag 'pull-target-arm-20240126' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-01-261-8/+8
|\
| * bswap.h: Fix const_le64() macroPeter Maydell2024-01-261-8/+8
* | qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster2024-01-261-1/+1
|/
* util/uri: Remove the uri_string_escape() functionThomas Huth2024-01-241-1/+0
* util/uri: Remove unused functions uri_resolve() and uri_resolve_relative()Thomas Huth2024-01-241-2/+0
* util/uri: Remove uri_string_unescape()Thomas Huth2024-01-241-1/+0
* qemu/osdep: Add huge page aligned support on LoongArch platformBibo Mao2024-01-181-0/+8
* Revert "osdep: add getloadavg"Daniel P. Berrangé2024-01-111-10/+0
* util/fifo8: Introduce fifo8_peek_buf()Philippe Mathieu-Daudé2024-01-101-0/+27
* util/fifo8: Allow fifo8_pop_buf() to not populate popped lengthPhilippe Mathieu-Daudé2024-01-101-5/+5
* Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi2024-01-082-2/+2
* qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi2024-01-081-5/+5
* qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2024-01-081-10/+9
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-082-21/+20
* util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* job: remove outdated AioContext locking commentsStefan Hajnoczi2023-12-211-20/+0
* util/char_dev: Add open_cdev()Yi Liu2023-12-191-0/+16
* osdep: add getloadavgMichael S. Tsirkin2023-12-011-0/+10
* export/vhost-user-blk: Fix consecutive drainsKevin Wolf2023-11-281-0/+1
* host/include/generic/host/atomic128: Fix compilation problem with Clang 17Thomas Huth2023-11-131-0/+2
* plugins: add dllexport and dllimport to api funcsGreg Manning2023-11-081-3/+47
* util/uuid: Define UUID_STR_LEN from UUID_NONE stringCédric Le Goater2023-11-031-2/+3
* util/uuid: Remove UUID_FMT_LENCédric Le Goater2023-11-031-2/+1
* util/uuid: Add UUID_STR_LEN definitionCédric Le Goater2023-11-031-0/+1
* range: Introduce range_inverse_array()Eric Auger2023-11-031-0/+8
* util/reserved-region: Add new ReservedRegion helpersEric Auger2023-11-031-0/+32