aboutsummaryrefslogtreecommitdiffstats
path: root/util/oslib-posix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()Clément Léger2024-08-051-16/+82
* qemu/osdep: Split qemu_close_all_open_fd() and add fallbackClément Léger2024-08-051-13/+37
* qemu/osdep: Move close_all_open_fds() to oslib-posixClément Léger2024-08-051-0/+34
* util/oslib-posix: Fix superfluous trailing semicolonZhao Liu2024-07-171-1/+1
* oslib-posix: fix memory leak in touch_all_pagesPaolo Bonzini2024-03-081-2/+4
* oslib-posix: initialize backend memory objects in parallelMark Kanda2024-02-061-31/+100
* util/oslib: Have qemu_prealloc_mem() handler return a booleanPhilippe Mathieu-Daudé2024-01-051-2/+5
* util: Delete checks for old host definitionsAkihiko Odaki2023-09-151-12/+3
* util: spelling fixesMichael Tokarev2023-08-311-1/+1
* util: drop qemu_fork()Marc-André Lureau2023-03-131-70/+0
* Drop duplicate #includeMarkus Armbruster2023-02-081-4/+0
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-2/+0
* util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2022-10-271-6/+14
* util: Introduce ThreadContext user-creatable objectDavid Hildenbrand2022-10-271-0/+1
* util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-271-12/+12
* oslib-posix: Introduce qemu_socketpair()Guoyi Tu2022-09-291-0/+19
* cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé2022-08-121-4/+0
* util: Fix broken build on HaikuThomas Huth2022-07-181-4/+0
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-281-84/+2
* util: rename qemu_*block() socket functionsMarc-André Lureau2022-05-031-4/+4
* Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau2022-05-031-14/+2
* Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau2022-05-031-22/+0
* block: move fcntl_setfl()Marc-André Lureau2022-05-031-15/+0
* util: replace qemu_get_local_state_pathname()Marc-André Lureau2022-04-211-5/+2
* util: use qemu_create() in qemu_write_pidfile()Marc-André Lureau2022-04-211-2/+1
* util: use qemu_write_full() in qemu_write_pidfile()Marc-André Lureau2022-04-211-1/+1
* qga: move qga_get_host_name()Marc-André Lureau2022-04-211-35/+0
* include: move qemu_msync() to osdepMarc-André Lureau2022-04-211-0/+18
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Move fcntl_setfl() to oslib-posixMarc-André Lureau2022-04-061-0/+15
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-4/+4
* util: Put qemu_vfree() in memalign.cPeter Maydell2022-03-071-6/+0
* util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell2022-03-071-29/+0
* util: Return valid allocation for qemu_try_memalign() with zero sizePeter Maydell2022-03-071-0/+3
* util: Unify implementations of qemu_memalign()Peter Maydell2022-03-071-14/+0
* util: Make qemu_oom_check() a static functionPeter Maydell2022-03-071-1/+1
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-0/+1
* util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()David Hildenbrand2022-02-061-0/+1
* util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand2022-01-071-3/+34
* util/oslib-posix: Support concurrent os_mem_prealloc() invocationDavid Hildenbrand2022-01-071-0/+9
* util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITEDavid Hildenbrand2022-01-071-0/+8
* util/oslib-posix: Don't create too many threads with small memory or little pagesDavid Hildenbrand2022-01-071-2/+10
* util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()David Hildenbrand2022-01-071-26/+47
* util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand2022-01-071-21/+62
* util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand2022-01-071-12/+16
* memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand2021-06-151-2/+4
* util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand2021-06-151-1/+2
* oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONBLOCK) failureBrad Smith2021-06-041-11/+0
* memory: alloc RAM from file at offsetJagannathan Raman2021-02-091-1/+1
* memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi2021-02-011-1/+1