aboutsummaryrefslogtreecommitdiff
path: root/util/oslib-posix.c
AgeCommit message (Expand)Author
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
2018-02-10oslib-posix: check for posix_memalign in configure scriptAndreas Gustafsson
2017-11-02oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSDKamil Rytarowski
2017-10-20oslib-posix: Fix compiler warning and some data typesStefan Weil
2017-08-30oslib-posix: Print errors before aborting on qemu_alloc_stack()Eduardo Habkost
2017-07-21util/oslib-posix.c: Avoid warning on NetBSDPeter Maydell
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange
2017-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-06-07oslib: strip trailing '\n' from error_setg() string argumentPhilippe Mathieu-Daudé
2017-06-06Check the return value of fcntl in qemu_set_cloexecStefano Stabellini
2017-05-25util: drop old utimensat() compat codeGreg Kurz
2017-03-24mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case.Jitendra Kolhe
2017-03-17oslib-posix: fix compilation on OpenBSDPaolo Bonzini
2017-03-15os: don't corrupt pre-existing memory-backend data with preallocDaniel P. Berrange
2017-03-14mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe
2017-03-03cpus: remove ugly cast on sigbus_handlerPaolo Bonzini
2016-11-22Fix FreeBSD (10.x) build after 7dc9ae43Ed Maste
2016-10-28clean-up: removed duplicate #includesAnand J