summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* util: accept iova_tree_remove_parameter by valueEugenio Pérez2022-09-021-1/+1
* util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth2022-08-261-2/+0Star
* include/qemu/host-utils.h: Simplify the compiler check in mulu128()Thomas Huth2022-08-041-2/+1Star
* main loop: add missing documentation links to GS/IO macrosEmanuele Giuseppe Esposito2022-08-021-3/+15
* cutils: Introduce bundle mechanismAkihiko Odaki2022-07-131-3/+15
* include/qemu/host-utils: Remove unused code in the *_overflow wrappersThomas Huth2022-07-051-65/+0Star
* Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson2022-06-301-3/+1Star
|\
| * util: Return void on iova_tree_removeEugenio Pérez2022-06-281-3/+1Star
* | util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy2022-06-291-0/+13
|/
* accel: Introduce current_accel_name()Alexander Graf2022-06-271-0/+1
* block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy2022-06-241-13/+2Star
* host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-201-0/+1
* host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-202-0/+40
* cutils: add functions for IEC and SI prefixesPaolo Bonzini2022-06-141-0/+18
* modules: introduces module_kconfig directiveJose R. Ziviani2022-06-061-0/+10
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-282-8/+7Star
* docs/about: Update the support statement for WindowsThomas Huth2022-05-181-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-05-121-6/+21
|\
| * coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini2022-05-121-3/+4
| * coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini2022-05-121-0/+13
| * coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_nextPaolo Bonzini2022-05-121-3/+4
* | coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf2022-05-121-3/+3
|/
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-112-2/+2
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-113-9/+10
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-112-5/+6
* util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne2022-05-091-0/+10
* Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"Hanna Reitz2022-05-041-2/+1Star
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-031-3/+3
* Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau2022-05-031-4/+0Star
* Use QEMU_SANITIZE_THREADMarc-André Lureau2022-05-031-3/+5
* remove -writeconfigPaolo Bonzini2022-04-281-1/+0Star
* softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé2022-04-261-3/+0Star
* include/qemu: add 32-bit Windows dump structuresViktor Prutyanov2022-04-221-0/+107
* include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov2022-04-221-4/+4
* Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson2022-04-218-41/+67
|\
| * util: replace qemu_get_local_state_pathname()Marc-André Lureau2022-04-211-6/+3Star
| * qga: move qga_get_host_name()Marc-André Lureau2022-04-211-10/+0Star
| * Move error_printf_unless_qmp() with monitor unitMarc-André Lureau2022-04-211-2/+0Star
| * compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}Marc-André Lureau2022-04-211-0/+8
| * include: add qemu/keyval.hMarc-André Lureau2022-04-212-6/+14
| * include: move qemu_fdatasync() to osdepMarc-André Lureau2022-04-212-1/+2
| * include: move qemu_msync() to osdepMarc-André Lureau2022-04-212-1/+13
| * compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-213-4/+3Star
| * osdep.h: move qemu_build_not_reached()Marc-André Lureau2022-04-212-16/+16
| * include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-0/+13
* | Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2022-04-211-0/+21
|\ \ | |/ |/|
| * softfloat: add float128_to_int128Matheus Ferst2022-04-201-0/+2
| * qemu/int128: add int128_urshiftMatheus Ferst2022-04-201-0/+19
* | util/log: Support per-thread log filesRichard Henderson2022-04-201-0/+1
* | util/log: Remove qemu_log_closeRichard Henderson2022-04-201-3/+0Star