aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-0/+13
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
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau2-4/+2
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau7-29/+22
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason1-0/+8
2022-03-15osdep: Avoid using Clang-specific __builtin_available()Philippe Mathieu-Daudé1-7/+3
2022-03-15util: add iova_tree_find_iovaEugenio Pérez1-1/+19
2022-03-15util: Add iova_tree_alloc_mapEugenio Pérez1-0/+18
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-0/+3
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell2-18/+61
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell2-14/+3
2022-03-07Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...Peter Maydell1-0/+2
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell2-18/+61
2022-03-079pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck1-13/+0
2022-03-079p: linux: Fix a couple Linux assumptionsKeno Fischer1-1/+3
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy1-0/+12
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-0/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-0/+1