summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2022-07-13cutils: Introduce bundle mechanismAkihiko Odaki
2022-07-05include/qemu/host-utils: Remove unused code in the *_overflow wrappersThomas Huth
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson
2022-06-29util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy
2022-06-28util: Return void on iova_tree_removeEugenio Pérez
2022-06-27accel: Introduce current_accel_name()Alexander Graf
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy
2022-06-20host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)
2022-06-20host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau
2022-05-18docs/about: Update the support statement for WindowsThomas Huth
2022-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-05-12coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini
2022-05-12coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini
2022-05-12coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_nextPaolo Bonzini
2022-05-12coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-05-09util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne
2022-05-04Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"Hanna Reitz
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-05-03Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau
2022-05-03Use QEMU_SANITIZE_THREADMarc-André Lureau
2022-04-28remove -writeconfigPaolo Bonzini
2022-04-26softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé
2022-04-22include/qemu: add 32-bit Windows dump structuresViktor Prutyanov
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau
2022-04-21qga: move qga_get_host_name()Marc-André Lureau
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau
2022-04-21compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}Marc-André Lureau
2022-04-21include: add qemu/keyval.hMarc-André Lureau
2022-04-21include: move qemu_fdatasync() to osdepMarc-André Lureau
2022-04-21include: move qemu_msync() to osdepMarc-André Lureau
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-21osdep.h: move qemu_build_not_reached()Marc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-20Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2022-04-20softfloat: add float128_to_int128Matheus Ferst
2022-04-20qemu/int128: add int128_urshiftMatheus Ferst
2022-04-20util/log: Support per-thread log filesRichard Henderson
2022-04-20util/log: Remove qemu_log_closeRichard Henderson
2022-04-20util/log: Introduce qemu_set_log_filename_flagsRichard Henderson
2022-04-20include/qemu/log: Move entire implementation out-of-lineRichard Henderson
2022-04-20util/log: Remove qemu_log_flushRichard Henderson
2022-04-20util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULTRichard Henderson