summaryrefslogtreecommitdiffstats
path: root/util/oslib-posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* util: Fix broken build on HaikuThomas Huth2022-07-181-4/+0Star
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-281-84/+2Star
* 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/+2Star
* Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau2022-05-031-22/+0Star
* block: move fcntl_setfl()Marc-André Lureau2022-05-031-15/+0Star
* util: replace qemu_get_local_state_pathname()Marc-André Lureau2022-04-211-5/+2Star
* util: use qemu_create() in qemu_write_pidfile()Marc-André Lureau2022-04-211-2/+1Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell2022-03-071-29/+0Star
* 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/+0Star
* 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-081-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 p...David 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_NONB...Brad Smith2021-06-041-11/+0Star
* 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
* util/oslib: Assert qemu_try_memalign() alignment is a power of 2Philippe Mathieu-Daudé2021-01-071-0/+2
* cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-021-0/+11
* oslib-posix: relocate path to /varPaolo Bonzini2020-09-301-2/+4
* oslib-posix: default exec_dir to bindirPaolo Bonzini2020-09-301-15/+8Star
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-301-3/+5
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
* util: add qemu_get_host_physmem utility functionAlex Bennée2020-07-271-0/+15
* util: Implement qemu_get_thread_id() for OpenBSDDavid CARLIER2020-07-201-0/+2
* net: check if the file descriptor is valid before using itLaurent Vivier2020-07-151-8/+18
* util: Introduce qemu_get_host_name()Michal Privoznik2020-07-141-0/+35
* util/oslib-posix.c: Implement qemu_init_exec_dir() for HaikuDavid CARLIER2020-07-131-0/+19
* osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER2020-07-131-1/+0Star