summary refs log tree commit diff stats
path: root/include/qemu/osdep.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé2024-04-261-1/+1
* chardev/parallel: Don't close stdin on inappropriate deviceMarkus Armbruster2024-02-141-1/+8
* oslib-posix: initialize backend memory objects in parallelMark Kanda2024-02-061-1/+17
* qemu/osdep: Add huge page aligned support on LoongArch platformBibo Mao2024-01-181-0/+8
* Revert "osdep: add getloadavg"Daniel P. Berrangé2024-01-111-10/+0
* util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-1/+3
* osdep: add getloadavgMichael S. Tsirkin2023-12-011-0/+10
* osdep: set _FORTIFY_SOURCE=2 when optimization is enabledDaniel P. Berrangé2023-10-041-0/+4
* qobject atomics osdep: Make a few macros more hygienicMarkus Armbruster2023-09-291-7/+20
* compiler: introduce QEMU_ANNOTATEPaolo Bonzini2023-09-261-3/+3
* bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2023-08-311-2/+2
* bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh2023-08-281-0/+13
* qemu/osdep: Remove fallback for MAP_FIXED_NOREPLACERichard Henderson2023-08-081-3/+0
* include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 APIThomas Huth2023-05-081-1/+1
* qemu/osdep: Switch position of "extern" and "G_NORETURN"Bernhard Beschow2023-03-201-1/+1
* util: drop qemu_fork()Marc-André Lureau2023-03-131-14/+0
* block: Add no_coroutine_fn and coroutine_mixed_fn markerAlberto Faria2023-01-241-0/+40
* coroutine: annotate coroutine_fn for libclangAlberto Faria2023-01-241-0/+4
* coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster2023-01-191-0/+16
* chardev: clean up chardev-parallel.cPaolo Bonzini2023-01-111-5/+0
* Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov2023-01-091-1/+7
* Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2022-10-301-2/+17
|\
| * util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2022-10-271-1/+3
| * util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-271-2/+15
* | include/qemu/osdep: Add qemu_build_assertRichard Henderson2022-10-261-0/+8
|/
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-281-8/+0
* docs/about: Update the support statement for WindowsThomas Huth2022-05-181-1/+1
* Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau2022-05-031-4/+0
* softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé2022-04-261-3/+0
* util: replace qemu_get_local_state_pathname()Marc-André Lureau2022-04-211-6/+3
* qga: move qga_get_host_name()Marc-André Lureau2022-04-211-10/+0
* include: move qemu_fdatasync() to osdepMarc-André Lureau2022-04-211-0/+2
* include: move qemu_msync() to osdepMarc-André Lureau2022-04-211-0/+13
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-1/+2
* osdep.h: move qemu_build_not_reached()Marc-André Lureau2022-04-211-0/+16
* include: move qemu_pipe() to osdep.hMarc-André Lureau2022-04-061-0/+4
* include: move qemu_write_full() declaration to osdep.hMarc-André Lureau2022-04-061-0/+3
* include: move TFR to osdep.hMarc-André Lureau2022-04-061-0/+2
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-4/+11
* osdep: poison {HOST,TARGET}_WORDS_BIGENDIANMarc-André Lureau2022-04-061-0/+12
* Move HOST_LONG_BITS to compiler.hMarc-André Lureau2022-03-221-3/+0
* Simplify HOST_LONG_BITSMarc-André Lureau2022-03-221-7/+1
* util/osdep: Avoid madvise proto on modern SolarisAndrew Deason2022-03-181-0/+8
* osdep: Avoid using Clang-specific __builtin_available()Philippe Mathieu-Daudé2022-03-151-7/+3
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell2022-03-081-18/+0
|\
| * osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-18/+0
* | 9pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck2022-03-071-13/+0
|/
* include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-211-16/+0
* include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell2022-02-211-5/+0
* include: Move QEMU_MAP_* constants to mmap-alloc.hPeter Maydell2022-02-211-25/+0