summaryrefslogtreecommitdiffstats
path: root/util/oslib-posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/oslib-posix : qemu_init_exec_dir implementation for MacDavid CARLIER2020-06-231-0/+15
* util/oslib: Returns the real thread identifier on FreeBSD and NetBSDDavid Carlier2020-06-101-0/+9
* oslib-posix: take lock before qemu_cond_broadcastBauerchen2020-04-111-0/+3
* oslib-posix: initialize mutex and condition variablePaolo Bonzini2020-03-161-0/+7
* mem-prealloc: optimize large guest startupbauerchen2020-02-251-8/+24
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-2/+2
* memory: fetch pmem size in get_file_size()Stefan Hajnoczi2019-09-161-54/+0Star
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi2019-04-251-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-03-121-0/+53
|\
| * hostmem-file: reject invalid pmem file sizesStefan Hajnoczi2019-03-111-0/+53
* | oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failurePhilippe Mathieu-Daudé2019-03-111-0/+12
|/
* mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo2019-02-041-1/+1
* util: check the return value of fcntl in qemu_set_{block, nonblock}Li Qiang2019-01-151-2/+6
* oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSDBrad Smith2018-11-061-2/+13
* util: use fcntl() for qemu_write_pidfile() lockingMarc-André Lureau2018-10-021-1/+6
* util: add qemu_write_pidfile()Marc-André Lureau2018-10-021-0/+68
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-191-2/+2
* oslib-posix: check for posix_memalign in configure scriptAndreas Gustafsson2018-02-101-1/+1
* oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSDKamil Rytarowski2017-11-021-1/+10
* oslib-posix: Fix compiler warning and some data typesStefan Weil2017-10-201-7/+8
* oslib-posix: Print errors before aborting on qemu_alloc_stack()Eduardo Habkost2017-08-301-0/+2
* util/oslib-posix.c: Avoid warning on NetBSDPeter Maydell2017-07-211-1/+1
* block: rip out all traces of password promptingDaniel P. Berrange2017-07-111-66/+0Star