aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2022-04-28remove -writeconfigPaolo Bonzini1-1/+0
2022-04-26softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé1-3/+0
2022-04-22include/qemu: add 32-bit Windows dump structuresViktor Prutyanov1-0/+107
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov1-4/+4
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson8-41/+67
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau1-6/+3
2022-04-21qga: move qga_get_host_name()Marc-André Lureau1-10/+0
2022-04-21Move error_printf_unless_qmp() with monitor unitMarc-André Lureau1-2/+0
2022-04-21compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}Marc-André Lureau1-0/+8
2022-04-21include: add qemu/keyval.hMarc-André Lureau2-6/+14
2022-04-21include: move qemu_fdatasync() to osdepMarc-André Lureau2-1/+2
2022-04-21include: move qemu_msync() to osdepMarc-André Lureau2-1/+13
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau3-4/+3
2022-04-21osdep.h: move qemu_build_not_reached()Marc-André Lureau2-16/+16
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-0/+13
2022-04-20Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson1-0/+21
2022-04-20softfloat: add float128_to_int128Matheus Ferst1-0/+2
2022-04-20qemu/int128: add int128_urshiftMatheus Ferst1-0/+19
2022-04-20util/log: Support per-thread log filesRichard Henderson1-0/+1
2022-04-20util/log: Remove qemu_log_closeRichard Henderson1-3/+0
2022-04-20util/log: Introduce qemu_set_log_filename_flagsRichard Henderson1-0/+1
2022-04-20include/qemu/log: Move entire implementation out-of-lineRichard Henderson1-34/+4
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-2/+0
2022-04-20util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULTRichard Henderson1-1/+1
2022-04-20util/log: Drop return value from qemu_logRichard Henderson1-1/+1
2022-04-20util/log: Remove qemu_log_vprintfRichard Henderson1-15/+0
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-20util/log: Move qemu_log_lock, qemu_log_unlock out of lineRichard Henderson1-25/+3
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson1-1/+1
2022-04-20util/log: Return bool from qemu_set_log_filenameRichard Henderson1-1/+1
2022-04-20util/log: Drop manual log bufferingRichard Henderson1-1/+0
2022-04-06thread-posix: implement Semaphore with QemuCond and QemuMutexLongpeng(Mike)1-3/+2
2022-04-06thread-posix: remove the posix semaphore supportLongpeng(Mike)1-4/+0
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau1-1/+0
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau2-60/+64
2022-04-06include: move progress API to qemu-progress.hMarc-André Lureau1-0/+8
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-0/+20
2022-04-06include: move coroutine IO functions to coroutine.hMarc-André Lureau1-0/+23
2022-04-06include: move qemu_pipe() to osdep.hMarc-André Lureau1-0/+4
2022-04-06include: move qemu_write_full() declaration to osdep.hMarc-André Lureau1-0/+3
2022-04-06include: move TFR to osdep.hMarc-André Lureau1-0/+2
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-4/+11
2022-04-06osdep: poison {HOST,TARGET}_WORDS_BIGENDIANMarc-André Lureau1-0/+12
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau3-6/+6
2022-03-29main-loop: Disable GLOBAL_STATE_CODE() assertionsHanna Reitz1-1/+2
2022-03-29main-loop: Disable block backend global state assertion on CocoaPhilippe Mathieu-Daudé1-0/+13
2022-03-22error: use GLib to remember the program nameMarc-André Lureau1-2/+0
2022-03-22Move HOST_LONG_BITS to compiler.hMarc-André Lureau2-3/+5
2022-03-22Simplify HOST_LONG_BITSMarc-André Lureau1-7/+1
2022-03-22compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATEDMarc-André Lureau1-2/+0