summaryrefslogtreecommitdiffstats
path: root/include/qemu/osdep.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé2022-04-261-3/+0Star
* 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
* 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/+0Star
* Simplify HOST_LONG_BITSMarc-André Lureau2022-03-221-7/+1Star
* 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/+3Star
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell2022-03-081-18/+0Star
|\
| * osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-18/+0Star
* | 9pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck2022-03-071-13/+0Star
|/
* include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-211-16/+0Star
* include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell2022-02-211-5/+0Star
* include: Move QEMU_MAP_* constants to mmap-alloc.hPeter Maydell2022-02-211-25/+0Star
* include: Move qemu_mprotect_*() to new qemu/mprotect.hPeter Maydell2022-02-211-4/+0Star
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-82/+0Star
* 9pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov2022-02-171-0/+13
* util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand2022-01-071-0/+7
* osdep: fix HAVE_BROKEN_SIZE_MAX casePaolo Bonzini2021-07-091-1/+1
* introduce QEMU_AUTO_VFREEVladimir Sementsov-Ogievskiy2021-06-291-0/+15
* osdep: provide ROUND_DOWN macroPaolo Bonzini2021-06-251-6/+22
* util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under LinuxDavid Hildenbrand2021-06-151-0/+3
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-1/+8
* util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2021-06-151-0/+18
* softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memoryDavid Hildenbrand2021-06-151-2/+2
* util/osdep: Add qemu_mprotect_rwRichard Henderson2021-06-141-0/+1
* osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell2021-05-101-4/+4
* include/qemu/osdep.h: Move system includes to topPeter Maydell2021-04-171-7/+13
* osdep: protect qemu/osdep.h with extern "C"Paolo Bonzini2021-04-171-1/+9
* osdep: include glib-compat.h before other QEMU headersPaolo Bonzini2021-04-171-1/+7
* osdep: build with non-working system() functionJoelle van Dyne2021-01-291-0/+12
* tcg: Toggle page execution for Apple SiliconRoman Bolshakov2021-01-231-0/+28
* osdep.h: Remove <sys/signal.h> includeMichael Forney2021-01-201-4/+0Star
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-301-6/+2Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell2020-09-171-1/+1
|\