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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2019-09-16
memory: fetch pmem size in get_file_size()
Stefan Hajnoczi
1
-54
/
+0
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-04-25
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
Zhang Yi
1
-1
/
+1
2019-03-12
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-0
/
+53
2019-03-11
oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure
Philippe Mathieu-Daudé
1
-0
/
+12
2019-03-11
hostmem-file: reject invalid pmem file sizes
Stefan Hajnoczi
1
-0
/
+53
2019-02-04
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
1
-1
/
+1
2019-01-14
util: check the return value of fcntl in qemu_set_{block, nonblock}
Li Qiang
1
-2
/
+6
2018-11-06
oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD
Brad Smith
1
-2
/
+13
2018-10-02
util: use fcntl() for qemu_write_pidfile() locking
Marc-André Lureau
1
-1
/
+6
2018-10-02
util: add qemu_write_pidfile()
Marc-André Lureau
1
-0
/
+68
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
1
-2
/
+2
2018-02-10
oslib-posix: check for posix_memalign in configure script
Andreas Gustafsson
1
-1
/
+1
2017-11-02
oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD
Kamil Rytarowski
1
-1
/
+10
2017-10-20
oslib-posix: Fix compiler warning and some data types
Stefan Weil
1
-7
/
+8
2017-08-30
oslib-posix: Print errors before aborting on qemu_alloc_stack()
Eduardo Habkost
1
-0
/
+2
2017-07-21
util/oslib-posix.c: Avoid warning on NetBSD
Peter Maydell
1
-1
/
+1
2017-07-11
block: rip out all traces of password prompting
Daniel P. Berrange
1
-66
/
+0
2017-06-12
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+1
2017-06-07
oslib: strip trailing '\n' from error_setg() string argument
Philippe Mathieu-Daudé
1
-1
/
+1
2017-06-06
Check the return value of fcntl in qemu_set_cloexec
Stefano Stabellini
1
-1
/
+3
2017-05-25
util: drop old utimensat() compat code
Greg Kurz
1
-47
/
+0
2017-03-24
mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case.
Jitendra Kolhe
1
-2
/
+14
2017-03-17
oslib-posix: fix compilation on OpenBSD
Paolo Bonzini
1
-2
/
+0
2017-03-15
os: don't corrupt pre-existing memory-backend data with prealloc
Daniel P. Berrange
1
-1
/
+13
2017-03-14
mem-prealloc: reduce large guest start-up and migration time.
Jitendra Kolhe
1
-21
/
+87
2017-03-03
cpus: remove ugly cast on sigbus_handler
Paolo Bonzini
1
-0
/
+33
2016-11-22
Fix FreeBSD (10.x) build after 7dc9ae43
Ed Maste
1
-0
/
+1
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-10-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+27
2016-10-04
util: Introduce qemu_get_pid_name
Michal Privoznik
1
-0
/
+27
2016-09-29
oslib-posix: add a configure switch to debug stack usage
Peter Lieven
1
-0
/
+35
2016-09-29
oslib-posix: add helpers for stack alloc and free
Peter Lieven
1
-0
/
+42
2016-08-02
fix qemu exit on memory hotplug when allocation fails at prealloc time
Igor Mammedov
1
-13
/
+13
2016-07-17
use g_path_get_dirname instead of dirname
Wei Jiangang
1
-1
/
+3
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+1
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-05-23
exec.c: Ensure right alignment also for file backed ram
Dominik Dingel
1
-13
/
+0
2016-04-22
util: align memory allocations to 2M on AArch64
Christoffer Dall
1
-1
/
+2
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-22
Remove unneeded include statements for setjmp.h
Stefan Weil
1
-1
/
+0
2016-02-16
oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h
Peter Maydell
1
-9
/
+0
2016-02-04
util: Clean up includes
Peter Maydell
1
-2
/
+1
2015-12-02
util/mmap-alloc: fix hugetlb support on ppc64
Michael S. Tsirkin
1
-23
/
+1
2015-10-22
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-24
/
+4
2015-10-21
exec: factor out duplicate mmap code
Michael S. Tsirkin
1
-24
/
+4
2015-10-20
osdep: add qemu_fork() wrapper for safely handling signals
Daniel P. Berrange
1
-0
/
+71
[next]