index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
oslib-posix.c
Age
Commit message (
Expand
)
Author
2022-05-28
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
2022-05-03
Replace qemu_pipe() with g_unix_open_pipe()
Marc-André Lureau
2022-05-03
block: move fcntl_setfl()
Marc-André Lureau
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2022-04-21
util: use qemu_create() in qemu_write_pidfile()
Marc-André Lureau
2022-04-21
util: use qemu_write_full() in qemu_write_pidfile()
Marc-André Lureau
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
2022-04-21
include: move qemu_msync() to osdep
Marc-André Lureau
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-03-07
util: Put qemu_vfree() in memalign.c
Peter Maydell
2022-03-07
util: Share qemu_try_memalign() implementation between POSIX and Windows
Peter Maydell
2022-03-07
util: Return valid allocation for qemu_try_memalign() with zero size
Peter Maydell
2022-03-07
util: Unify implementations of qemu_memalign()
Peter Maydell
2022-03-07
util: Make qemu_oom_check() a static function
Peter Maydell
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2022-02-06
util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()
David Hildenbrand
2022-01-07
util/oslib-posix: Forward SIGBUS to MCE handler under Linux
David Hildenbrand
2022-01-07
util/oslib-posix: Support concurrent os_mem_prealloc() invocation
David Hildenbrand
2022-01-07
util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
David Hildenbrand
2022-01-07
util/oslib-posix: Don't create too many threads with small memory or little p...
David Hildenbrand
2022-01-07
util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
David Hildenbrand
2022-01-07
util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
David Hildenbrand
2022-01-07
util/oslib-posix: Let touch_all_pages() return an error
David Hildenbrand
2021-06-15
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
2021-06-15
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
2021-06-04
oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB...
Brad Smith
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2021-01-07
util/oslib: Assert qemu_try_memalign() alignment is a power of 2
Philippe Mathieu-Daudé
2021-01-02
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
2020-09-30
oslib-posix: relocate path to /var
Paolo Bonzini
2020-09-30
oslib-posix: default exec_dir to bindir
Paolo Bonzini
2020-09-30
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-07-27
util: add qemu_get_host_physmem utility function
Alex Bennée
2020-07-20
util: Implement qemu_get_thread_id() for OpenBSD
David CARLIER
2020-07-15
net: check if the file descriptor is valid before using it
Laurent Vivier
2020-07-13
util: Introduce qemu_get_host_name()
Michal Privoznik
2020-07-13
util/oslib-posix.c: Implement qemu_init_exec_dir() for Haiku
David CARLIER
2020-07-13
osdep.h: Always include <sys/signal.h> if it exists
David CARLIER
2020-06-23
util/oslib-posix : qemu_init_exec_dir implementation for Mac
David CARLIER
2020-06-10
util/oslib: Returns the real thread identifier on FreeBSD and NetBSD
David Carlier
2020-04-11
oslib-posix: take lock before qemu_cond_broadcast
Bauerchen
2020-03-16
oslib-posix: initialize mutex and condition variable
Paolo Bonzini
2020-02-25
mem-prealloc: optimize large guest startup
bauerchen
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
[next]