index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
oslib-posix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
oslib: qemu_clear_cloexec
Steve Sistare
2025-10-03
1
-0
/
+9
*
util: drop qemu_socket_set_block()
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-6
/
+0
*
util: drop qemu_socket_try_set_nonblock()
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-4
/
+0
*
util: drop qemu_socket_set_nonblock()
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-7
/
+0
*
util: add qemu_set_blocking() function
Vladimir Sementsov-Ogievskiy
2025-09-19
1
-0
/
+15
*
util: exclude mmap-alloc.c from compilation target on Emscripten
Kohei Tokunaga
2025-05-06
1
-0
/
+28
*
osdep: Introduce qemu_kill_thread()
Ilya Leoshkevich
2025-02-10
1
-0
/
+15
*
backends/hostmem-shm: factor out allocation of "anonymous shared memory with ...
Steve Sistare
2025-01-29
1
-0
/
+52
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
Clément Léger
2024-08-05
1
-16
/
+82
*
qemu/osdep: Split qemu_close_all_open_fd() and add fallback
Clément Léger
2024-08-05
1
-13
/
+37
*
qemu/osdep: Move close_all_open_fds() to oslib-posix
Clément Léger
2024-08-05
1
-0
/
+34
*
util/oslib-posix: Fix superfluous trailing semicolon
Zhao Liu
2024-07-17
1
-1
/
+1
*
oslib-posix: fix memory leak in touch_all_pages
Paolo Bonzini
2024-03-08
1
-2
/
+4
*
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
2024-02-06
1
-31
/
+100
*
util/oslib: Have qemu_prealloc_mem() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
1
-2
/
+5
*
util: Delete checks for old host definitions
Akihiko Odaki
2023-09-15
1
-12
/
+3
*
util: spelling fixes
Michael Tokarev
2023-08-31
1
-1
/
+1
*
util: drop qemu_fork()
Marc-André Lureau
2023-03-13
1
-70
/
+0
*
Drop duplicate #include
Markus Armbruster
2023-02-08
1
-4
/
+0
*
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-08
1
-2
/
+0
*
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
2022-10-27
1
-6
/
+14
*
util: Introduce ThreadContext user-creatable object
David Hildenbrand
2022-10-27
1
-0
/
+1
*
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
2022-10-27
1
-12
/
+12
*
oslib-posix: Introduce qemu_socketpair()
Guoyi Tu
2022-09-29
1
-0
/
+19
*
cutils: Add missing dyld(3) include on macOS
Philippe Mathieu-Daudé
2022-08-12
1
-4
/
+0
*
util: Fix broken build on Haiku
Thomas Huth
2022-07-18
1
-4
/
+0
*
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau
2022-05-28
1
-84
/
+2
*
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
1
-4
/
+4
*
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
2022-05-03
1
-14
/
+2
*
Replace qemu_pipe() with g_unix_open_pipe()
Marc-André Lureau
2022-05-03
1
-22
/
+0
*
block: move fcntl_setfl()
Marc-André Lureau
2022-05-03
1
-15
/
+0
*
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2022-04-21
1
-5
/
+2
*
util: use qemu_create() in qemu_write_pidfile()
Marc-André Lureau
2022-04-21
1
-2
/
+1
*
util: use qemu_write_full() in qemu_write_pidfile()
Marc-André Lureau
2022-04-21
1
-1
/
+1
*
qga: move qga_get_host_name()
Marc-André Lureau
2022-04-21
1
-35
/
+0
*
include: move qemu_msync() to osdep
Marc-André Lureau
2022-04-21
1
-0
/
+18
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
2022-04-06
1
-0
/
+15
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-4
/
+4
*
util: Put qemu_vfree() in memalign.c
Peter Maydell
2022-03-07
1
-6
/
+0
*
util: Share qemu_try_memalign() implementation between POSIX and Windows
Peter Maydell
2022-03-07
1
-29
/
+0
*
util: Return valid allocation for qemu_try_memalign() with zero size
Peter Maydell
2022-03-07
1
-0
/
+3
*
util: Unify implementations of qemu_memalign()
Peter Maydell
2022-03-07
1
-14
/
+0
*
util: Make qemu_oom_check() a static function
Peter Maydell
2022-03-07
1
-1
/
+1
*
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()
David Hildenbrand
2022-02-06
1
-0
/
+1
*
util/oslib-posix: Forward SIGBUS to MCE handler under Linux
David Hildenbrand
2022-01-07
1
-3
/
+34
*
util/oslib-posix: Support concurrent os_mem_prealloc() invocation
David Hildenbrand
2022-01-07
1
-0
/
+9
*
util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
David Hildenbrand
2022-01-07
1
-0
/
+8
[next]