summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
...
* | tls: add macros for coroutine-safe TLS variablesStefan Hajnoczi2022-03-041-0/+165
|/
* include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-212-16/+27
* include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell2022-02-212-5/+21
* include: Move QEMU_MAP_* constants to mmap-alloc.hPeter Maydell2022-02-212-25/+23Star
* include: Move qemu_mprotect_*() to new qemu/mprotect.hPeter Maydell2022-02-212-4/+14
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-212-82/+95
* 9pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov2022-02-171-0/+13
* util: adjust coroutine pool size to virtio block queueHiroki Narukawa2022-02-141-0/+10
* plugins: add helper functions for coverage pluginsIvanov Arkady2022-02-091-0/+34
* block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf2022-02-011-0/+5
* qemu/int128: addition of div/rem 128-bit operationsFrédéric Pétrot2022-01-081-0/+27
* util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand2022-01-071-0/+7
* ui/dbus: add chardev backend & interfaceMarc-André Lureau2021-12-211-0/+5
* option: add g_auto for QemuOptsMarc-André Lureau2021-12-211-0/+2
* ui/dbus: add p2p=on/off optionMarc-André Lureau2021-12-211-0/+5
* ui: add a D-Bus display backendMarc-André Lureau2021-12-211-0/+19
* transactions: Invoke clean() after everything elseHanna Reitz2021-11-161-0/+3
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2021-11-111-0/+15
|\
| * rcu: Introduce force_rcu notifierGreg Kurz2021-11-101-0/+15
* | host-utils: Introduce mulu128Luis Pires2021-11-091-0/+36
|/
* docs: remove non-reference uses of single backticksJohn Snow2021-11-081-3/+3
* plugins: try and make plugin_insn_append more ergonomicAlex Bennée2021-11-041-2/+5
* util: Make some iova_tree parameters constEugenio Pérez2021-11-021-4/+4
* host-utils: add 128-bit quotient support to divu128/divs128Luis Pires2021-10-281-7/+13
* host-utils: move udiv_qrnnd() to host-utilsLuis Pires2021-10-281-0/+81
* host-utils: move checks out of divu128/divs128Luis Pires2021-10-281-23/+13Star
* qemu/int128: Add int128_{not,xor}Frédéric Pétrot2021-10-281-0/+20
* Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson2021-10-071-7/+22
|\
| * job: Add job_cancel_requested()Hanna Reitz2021-10-071-1/+7
| * jobs: Give Job.force_cancel more meaningHanna Reitz2021-10-071-1/+10
| * job: @force parameter for job_cancel_sync()Hanna Reitz2021-10-071-5/+5
* | plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson2021-10-061-2/+24
|/
* host-utils: introduce uabs64()Luis Pires2021-09-291-0/+8
* host-utils: fix missing zero-extension in divs128Luis Pires2021-09-291-1/+1
* util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()Philippe Mathieu-Daudé2021-09-071-1/+1
* plugins/api: added a boolean parsing plugin apiMahmoud Mandour2021-09-021-0/+13
* include/qemu/int128.h: introduce bswap128sMatheus Ferst2021-08-271-1/+16
* include/qemu/int128.h: define struct Int128 according to the host endiannessMatheus Ferst2021-08-271-7/+20
* bitops.h: revert db1ffc32dd ("qemu/bitops.h: add bitrev8 implementation")Mark Cave-Ayland2021-07-261-22/+0Star
* tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée2021-07-232-0/+25
* qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson2021-07-212-2/+14
* qemu/atomic: Remove pre-C11 atomic fallbacksRichard Henderson2021-07-211-194/+10Star
* qemu/atomic: Use macros for CONFIG_ATOMIC64Richard Henderson2021-07-211-20/+9Star
* plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée2021-07-141-1/+1
* modules: check arch and block load on mismatchGerd Hoffmann2021-07-091-0/+1
* modules: generate modinfo.cGerd Hoffmann2021-07-091-0/+17
* modules: add modinfo macrosGerd Hoffmann2021-07-091-0/+61
* osdep: fix HAVE_BROKEN_SIZE_MAX casePaolo Bonzini2021-07-091-1/+1
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-07-081-1/+3
|\
| * util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi2021-07-051-1/+3