Marc-André Lureau
|
8278e30c45
util: drop qemu_fork()
|
2 years ago |
Markus Armbruster
|
a67dfa660b
Drop duplicate #include
|
2 years ago |
Markus Armbruster
|
bfe7bf8590
Don't include headers already included by qemu/osdep.h
|
2 years ago |
David Hildenbrand
|
e04a34e55c
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
|
2 years ago |
David Hildenbrand
|
e2de2c497e
util: Introduce ThreadContext user-creatable object
|
2 years ago |
David Hildenbrand
|
6556aadc18
util: Cleanup and rename os_mem_prealloc()
|
2 years ago |
Guoyi Tu
|
3c63b4e94a
oslib-posix: Introduce qemu_socketpair()
|
3 years ago |
Philippe Mathieu-Daudé
|
4311682ea8
cutils: Add missing dyld(3) include on macOS
|
3 years ago |
Thomas Huth
|
0a979a1320
util: Fix broken build on Haiku
|
3 years ago |
Marc-André Lureau
|
06680b15b4
include: move qemu_*_exec_dir() to cutils
|
3 years ago |
Marc-André Lureau
|
ff5927baa7
util: rename qemu_*block() socket functions
|
3 years ago |
Marc-André Lureau
|
22e135fca3
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
|
3 years ago |
Marc-André Lureau
|
a7241974ce
Replace qemu_pipe() with g_unix_open_pipe()
|
3 years ago |
Marc-André Lureau
|
ad24b679d2
block: move fcntl_setfl()
|
3 years ago |
Marc-André Lureau
|
1fbf2665e6
util: replace qemu_get_local_state_pathname()
|
3 years ago |
Marc-André Lureau
|
1b34d08f0b
util: use qemu_create() in qemu_write_pidfile()
|
3 years ago |
Marc-André Lureau
|
96eb9b2b47
util: use qemu_write_full() in qemu_write_pidfile()
|
3 years ago |
Marc-André Lureau
|
548fb0da73
qga: move qga_get_host_name()
|
3 years ago |
Marc-André Lureau
|
73991a9222
include: move qemu_msync() to osdep
|
3 years ago |
Marc-André Lureau
|
0f9668e0c1
Remove qemu-common.h include from most units
|
3 years ago |
Marc-André Lureau
|
e9c4e0a8e5
Move fcntl_setfl() to oslib-posix
|
3 years ago |
Marc-André Lureau
|
8e3b0cbb72
Replace qemu_real_host_page variables with inlined functions
|
3 years ago |
Peter Maydell
|
1a11265d7e
util: Put qemu_vfree() in memalign.c
|
3 years ago |
Peter Maydell
|
5c8c714a0a
util: Share qemu_try_memalign() implementation between POSIX and Windows
|
3 years ago |
Peter Maydell
|
bc0fecc1c2
util: Return valid allocation for qemu_try_memalign() with zero size
|
3 years ago |
Peter Maydell
|
ac8057a11b
util: Unify implementations of qemu_memalign()
|
3 years ago |
Peter Maydell
|
1c6c3b764d
util: Make qemu_oom_check() a static function
|
3 years ago |
Peter Maydell
|
b85ea5fa2f
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
|
3 years ago |
David Hildenbrand
|
dd4fc60585
util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()
|
3 years ago |
David Hildenbrand
|
29b838c05d
util/oslib-posix: Forward SIGBUS to MCE handler under Linux
|
3 years ago |