index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
oslib-posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-10-01
oslib: allocate PROT_NONE pages on top of RAM
Michael S. Tsirkin
1
-4
/
+4
2015-10-01
oslib: rework anonimous RAM allocation
Michael S. Tsirkin
1
-2
/
+10
2015-05-22
util: allow \n to terminate password input
Daniel P. Berrange
1
-1
/
+2
2015-05-22
util: move read_password method out of qemu-img into osdep/oslib
Daniel P. Berrange
1
-0
/
+66
2015-03-10
oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code
Stefan Weil
1
-2
/
+2
2014-11-23
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
1
-1
/
+4
2014-11-02
util: Improve os_mem_prealloc error message
Michal Privoznik
1
-1
/
+2
2014-08-15
block: Introduce qemu_try_blockalign()
Kevin Wolf
1
-6
/
+10
2014-07-10
oslib-posix: Fix new compiler error with -Wclobbered
Stefan Weil
1
-14
/
+16
[next]