aboutsummaryrefslogtreecommitdiff
path: root/util/oslib-posix.c
AgeCommit message (Expand)Author
2022-03-07util: Put qemu_vfree() in memalign.cPeter Maydell
2022-03-07util: Share qemu_try_memalign() implementation between POSIX and WindowsPeter Maydell
2022-03-07util: Return valid allocation for qemu_try_memalign() with zero sizePeter Maydell
2022-03-07util: Unify implementations of qemu_memalign()Peter Maydell
2022-03-07util: Make qemu_oom_check() a static functionPeter Maydell
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-02-06util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()David Hildenbrand
2022-01-07util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand
2022-01-07util/oslib-posix: Support concurrent os_mem_prealloc() invocationDavid Hildenbrand
2022-01-07util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITEDavid Hildenbrand
2022-01-07util/oslib-posix: Don't create too many threads with small memory or little p...David Hildenbrand
2022-01-07util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()David Hildenbrand
2022-01-07util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand
2022-01-07util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-06-15util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()David Hildenbrand
2021-06-04oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB...Brad Smith
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2021-01-07util/oslib: Assert qemu_try_memalign() alignment is a power of 2Philippe Mathieu-Daudé
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono
2020-09-30oslib-posix: relocate path to /varPaolo Bonzini
2020-09-30oslib-posix: default exec_dir to bindirPaolo Bonzini
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-07-27util: add qemu_get_host_physmem utility functionAlex Bennée
2020-07-20util: Implement qemu_get_thread_id() for OpenBSDDavid CARLIER
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik
2020-07-13util/oslib-posix.c: Implement qemu_init_exec_dir() for HaikuDavid CARLIER
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER
2020-06-23util/oslib-posix : qemu_init_exec_dir implementation for MacDavid CARLIER
2020-06-10util/oslib: Returns the real thread identifier on FreeBSD and NetBSDDavid Carlier
2020-04-11oslib-posix: take lock before qemu_cond_broadcastBauerchen
2020-03-16oslib-posix: initialize mutex and condition variablePaolo Bonzini
2020-02-25mem-prealloc: optimize large guest startupbauerchen
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2019-03-11oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failurePhilippe Mathieu-Daudé
2019-03-11hostmem-file: reject invalid pmem file sizesStefan Hajnoczi
2019-02-04mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo
2019-01-14util: check the return value of fcntl in qemu_set_{block, nonblock}Li Qiang
2018-11-06oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSDBrad Smith
2018-10-02util: use fcntl() for qemu_write_pidfile() lockingMarc-André Lureau
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum