index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
oslib-posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-08
Drop duplicate #include
Markus Armbruster
1
-4
/
+0
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
1
-2
/
+0
2022-10-27
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
1
-6
/
+14
2022-10-27
util: Introduce ThreadContext user-creatable object
David Hildenbrand
1
-0
/
+1
2022-10-27
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
1
-12
/
+12
2022-09-29
oslib-posix: Introduce qemu_socketpair()
Guoyi Tu
1
-0
/
+19
2022-08-12
cutils: Add missing dyld(3) include on macOS
Philippe Mathieu-Daudé
1
-4
/
+0
2022-07-18
util: Fix broken build on Haiku
Thomas Huth
1
-4
/
+0
2022-05-28
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau
1
-84
/
+2
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
1
-4
/
+4
2022-05-03
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
1
-14
/
+2
2022-05-03
Replace qemu_pipe() with g_unix_open_pipe()
Marc-André Lureau
1
-22
/
+0
2022-05-03
block: move fcntl_setfl()
Marc-André Lureau
1
-15
/
+0
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
1
-5
/
+2
2022-04-21
util: use qemu_create() in qemu_write_pidfile()
Marc-André Lureau
1
-2
/
+1
2022-04-21
util: use qemu_write_full() in qemu_write_pidfile()
Marc-André Lureau
1
-1
/
+1
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
1
-35
/
+0
2022-04-21
include: move qemu_msync() to osdep
Marc-André Lureau
1
-0
/
+18
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
1
-0
/
+15
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-4
/
+4
2022-03-07
util: Put qemu_vfree() in memalign.c
Peter Maydell
1
-6
/
+0
2022-03-07
util: Share qemu_try_memalign() implementation between POSIX and Windows
Peter Maydell
1
-29
/
+0
2022-03-07
util: Return valid allocation for qemu_try_memalign() with zero size
Peter Maydell
1
-0
/
+3
2022-03-07
util: Unify implementations of qemu_memalign()
Peter Maydell
1
-14
/
+0
2022-03-07
util: Make qemu_oom_check() a static function
Peter Maydell
1
-1
/
+1
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
1
-0
/
+1
2022-02-06
util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()
David Hildenbrand
1
-0
/
+1
2022-01-07
util/oslib-posix: Forward SIGBUS to MCE handler under Linux
David Hildenbrand
1
-3
/
+34
2022-01-07
util/oslib-posix: Support concurrent os_mem_prealloc() invocation
David Hildenbrand
1
-0
/
+9
2022-01-07
util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
David Hildenbrand
1
-0
/
+8
2022-01-07
util/oslib-posix: Don't create too many threads with small memory or little p...
David Hildenbrand
1
-2
/
+10
2022-01-07
util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
David Hildenbrand
1
-26
/
+47
2022-01-07
util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
David Hildenbrand
1
-21
/
+62
2022-01-07
util/oslib-posix: Let touch_all_pages() return an error
David Hildenbrand
1
-12
/
+16
2021-06-15
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
1
-2
/
+4
2021-06-15
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
1
-1
/
+2
2021-06-04
oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB...
Brad Smith
1
-11
/
+0
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
1
-1
/
+1
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
1
-1
/
+1
2021-01-07
util/oslib: Assert qemu_try_memalign() alignment is a power of 2
Philippe Mathieu-Daudé
1
-0
/
+2
2021-01-02
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
1
-0
/
+11
2020-09-30
oslib-posix: relocate path to /var
Paolo Bonzini
1
-2
/
+4
2020-09-30
oslib-posix: default exec_dir to bindir
Paolo Bonzini
1
-15
/
+8
2020-09-30
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
1
-3
/
+5
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-07-27
util: add qemu_get_host_physmem utility function
Alex Bennée
1
-0
/
+15
2020-07-20
util: Implement qemu_get_thread_id() for OpenBSD
David CARLIER
1
-0
/
+2
2020-07-15
net: check if the file descriptor is valid before using it
Laurent Vivier
1
-8
/
+18
2020-07-13
util: Introduce qemu_get_host_name()
Michal Privoznik
1
-0
/
+35
[next]