index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
oslib-posix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-08
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
*
util/oslib-posix: Don't create too many threads with small memory or little p...
David Hildenbrand
2022-01-07
1
-2
/
+10
*
util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
David Hildenbrand
2022-01-07
1
-26
/
+47
*
util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
David Hildenbrand
2022-01-07
1
-21
/
+62
*
util/oslib-posix: Let touch_all_pages() return an error
David Hildenbrand
2022-01-07
1
-12
/
+16
*
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
2021-06-15
1
-2
/
+4
*
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
2021-06-15
1
-1
/
+2
*
oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB...
Brad Smith
2021-06-04
1
-11
/
+0
*
memory: alloc RAM from file at offset
Jagannathan Raman
2021-02-09
1
-1
/
+1
*
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2021-02-01
1
-1
/
+1
*
util/oslib: Assert qemu_try_memalign() alignment is a power of 2
Philippe Mathieu-Daudé
2021-01-07
1
-0
/
+2
*
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
2021-01-02
1
-0
/
+11
*
oslib-posix: relocate path to /var
Paolo Bonzini
2020-09-30
1
-2
/
+4
*
oslib-posix: default exec_dir to bindir
Paolo Bonzini
2020-09-30
1
-15
/
+8
*
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
2020-09-30
1
-3
/
+5
*
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-09-16
1
-1
/
+1
*
util: add qemu_get_host_physmem utility function
Alex Bennée
2020-07-27
1
-0
/
+15
*
util: Implement qemu_get_thread_id() for OpenBSD
David CARLIER
2020-07-20
1
-0
/
+2
*
net: check if the file descriptor is valid before using it
Laurent Vivier
2020-07-15
1
-8
/
+18
*
util: Introduce qemu_get_host_name()
Michal Privoznik
2020-07-14
1
-0
/
+35
*
util/oslib-posix.c: Implement qemu_init_exec_dir() for Haiku
David CARLIER
2020-07-13
1
-0
/
+19
*
osdep.h: Always include <sys/signal.h> if it exists
David CARLIER
2020-07-13
1
-1
/
+0
*
util/oslib-posix : qemu_init_exec_dir implementation for Mac
David CARLIER
2020-06-23
1
-0
/
+15
*
util/oslib: Returns the real thread identifier on FreeBSD and NetBSD
David Carlier
2020-06-10
1
-0
/
+9
*
oslib-posix: take lock before qemu_cond_broadcast
Bauerchen
2020-04-11
1
-0
/
+3
*
oslib-posix: initialize mutex and condition variable
Paolo Bonzini
2020-03-16
1
-0
/
+7
*
mem-prealloc: optimize large guest startup
bauerchen
2020-02-25
1
-8
/
+24
*
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-26
1
-2
/
+2
*
memory: fetch pmem size in get_file_size()
Stefan Hajnoczi
2019-09-16
1
-54
/
+0
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
Zhang Yi
2019-04-25
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2019-03-12
1
-0
/
+53
|
\
|
*
hostmem-file: reject invalid pmem file sizes
Stefan Hajnoczi
2019-03-11
1
-0
/
+53
*
|
oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure
Philippe Mathieu-Daudé
2019-03-11
1
-0
/
+12
|
/
*
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
2019-02-04
1
-1
/
+1
*
util: check the return value of fcntl in qemu_set_{block, nonblock}
Li Qiang
2019-01-15
1
-2
/
+6
*
oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD
Brad Smith
2018-11-06
1
-2
/
+13
*
util: use fcntl() for qemu_write_pidfile() locking
Marc-André Lureau
2018-10-02
1
-1
/
+6
*
util: add qemu_write_pidfile()
Marc-André Lureau
2018-10-02
1
-0
/
+68
*
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2018-02-19
1
-2
/
+2
*
oslib-posix: check for posix_memalign in configure script
Andreas Gustafsson
2018-02-10
1
-1
/
+1
*
oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD
Kamil Rytarowski
2017-11-02
1
-1
/
+10
*
oslib-posix: Fix compiler warning and some data types
Stefan Weil
2017-10-20
1
-7
/
+8
*
oslib-posix: Print errors before aborting on qemu_alloc_stack()
Eduardo Habkost
2017-08-30
1
-0
/
+2
*
util/oslib-posix.c: Avoid warning on NetBSD
Peter Maydell
2017-07-21
1
-1
/
+1
*
block: rip out all traces of password prompting
Daniel P. Berrange
2017-07-11
1
-66
/
+0
[next]