summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* 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
* | qemu-option: remove now-dead codePaolo Bonzini2021-07-061-3/+0Star
* | keyval: introduce keyval_parse_intoPaolo Bonzini2021-07-061-0/+2
* | keyval: introduce keyval_mergePaolo Bonzini2021-07-061-0/+1
|/
* Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell2021-07-041-0/+22
|\
| * qemu/bitops.h: add bitrev8 implementationMark Cave-Ayland2021-07-021-0/+22
* | introduce QEMU_AUTO_VFREEVladimir Sementsov-Ogievskiy2021-06-291-0/+15
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-281-6/+22
|\
| * osdep: provide ROUND_DOWN macroPaolo Bonzini2021-06-251-6/+22