aboutsummaryrefslogtreecommitdiff
path: root/util/oslib-posix.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé1-2/+5
2023-09-15util: Delete checks for old host definitionsAkihiko Odaki1-12/+3
2023-08-31util: spelling fixesMichael Tokarev1-1/+1
2023-03-13util: drop qemu_fork()Marc-André Lureau1-70/+0
2023-02-08Drop duplicate #includeMarkus Armbruster1-4/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-2/+0
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand1-6/+14
2022-10-27util: Introduce ThreadContext user-creatable objectDavid Hildenbrand1-0/+1
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand1-12/+12
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu1-0/+19
2022-08-12cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé1-4/+0
2022-07-18util: Fix broken build on HaikuThomas Huth1-4/+0
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau1-84/+2
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau1-4/+4
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau1-14/+2
2022-05-03Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau1-22/+0
2022-05-03block: move fcntl_setfl()Marc-André Lureau1-15/+0
2022-04-21util: replace qemu_get_local_state_pathname()Marc-André Lureau1-5/+2
2022-04-21util: use qemu_create() in qemu_write_pidfile()Marc-André Lureau1-2/+1
2022-04-21util: use qemu_write_full() in qemu_write_pidfile()Marc-André Lureau1-1/+1
2022-04-21qga: move qga_get_host_name()Marc-André Lureau1-35/+0
2022-04-21include: move qemu_msync() to osdepMarc-André Lureau1-0/+18
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau1-0/+15
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-4/+4
2022-03-07util: Put qemu_vfree() in memalign.cPeter Maydell1-6/+0
2022-03-07util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell1-29/+0
2022-03-07util: Return valid allocation for qemu_try_memalign() with zero sizePeter Maydell1-0/+3
2022-03-07util: Unify implementations of qemu_memalign()Peter Maydell1-14/+0
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell1-1/+1
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell1-0/+1
2022-02-06util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()David Hildenbrand1-0/+1
2022-01-07util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand1-3/+34
2022-01-07util/oslib-posix: Support concurrent os_mem_prealloc() invocationDavid Hildenbrand1-0/+9
2022-01-07util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITEDavid Hildenbrand1-0/+8
2022-01-07util/oslib-posix: Don't create too many threads with small memory or little p...David Hildenbrand1-2/+10
2022-01-07util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()David Hildenbrand1-26/+47
2022-01-07util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand1-21/+62
2022-01-07util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand1-12/+16
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand1-2/+4
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand1-1/+2
2021-06-04oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB...Brad Smith1-11/+0
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman1-1/+1
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi1-1/+1
2021-01-07util/oslib: Assert qemu_try_memalign() alignment is a power of 2Philippe Mathieu-Daudé1-0/+2
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono1-0/+11
2020-09-30oslib-posix: relocate path to /varPaolo Bonzini1-2/+4
2020-09-30oslib-posix: default exec_dir to bindirPaolo Bonzini1-15/+8
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini1-3/+5
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1