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
*
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
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2017-06-12
1
-1
/
+1
|
\
|
*
oslib: strip trailing '\n' from error_setg() string argument
Philippe Mathieu-Daudé
2017-06-07
1
-1
/
+1
*
|
Check the return value of fcntl in qemu_set_cloexec
Stefano Stabellini
2017-06-06
1
-1
/
+3
|
/
*
util: drop old utimensat() compat code
Greg Kurz
2017-05-25
1
-47
/
+0
*
mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case.
Jitendra Kolhe
2017-03-24
1
-2
/
+14
*
oslib-posix: fix compilation on OpenBSD
Paolo Bonzini
2017-03-17
1
-2
/
+0
*
os: don't corrupt pre-existing memory-backend data with prealloc
Daniel P. Berrange
2017-03-15
1
-1
/
+13
*
mem-prealloc: reduce large guest start-up and migration time.
Jitendra Kolhe
2017-03-14
1
-21
/
+87
*
cpus: remove ugly cast on sigbus_handler
Paolo Bonzini
2017-03-03
1
-0
/
+33
*
Fix FreeBSD (10.x) build after 7dc9ae43
Ed Maste
2016-11-22
1
-0
/
+1
*
clean-up: removed duplicate #includes
Anand J
2016-10-28
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-10-10
1
-0
/
+27
|
\
|
*
util: Introduce qemu_get_pid_name
Michal Privoznik
2016-10-04
1
-0
/
+27
*
|
oslib-posix: add a configure switch to debug stack usage
Peter Lieven
2016-09-29
1
-0
/
+35
*
|
oslib-posix: add helpers for stack alloc and free
Peter Lieven
2016-09-29
1
-0
/
+42
|
/
*
fix qemu exit on memory hotplug when allocation fails at prealloc time
Igor Mammedov
2016-08-02
1
-13
/
+13
*
use g_path_get_dirname instead of dirname
Wei Jiangang
2016-07-17
1
-1
/
+3
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
exec.c: Ensure right alignment also for file backed ram
Dominik Dingel
2016-05-23
1
-13
/
+0
*
util: align memory allocations to 2M on AArch64
Christoffer Dall
2016-04-22
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
1
-0
/
+2
|
\
|
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
|
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
|
Remove unneeded include statements for setjmp.h
Stefan Weil
2016-03-22
1
-1
/
+0
|
/
*
oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h
Peter Maydell
2016-02-16
1
-9
/
+0
*
util: Clean up includes
Peter Maydell
2016-02-04
1
-2
/
+1
*
util/mmap-alloc: fix hugetlb support on ppc64
Michael S. Tsirkin
2015-12-02
1
-23
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-10-22
1
-24
/
+4
|
\
|
*
exec: factor out duplicate mmap code
Michael S. Tsirkin
2015-10-21
1
-24
/
+4
*
|
osdep: add qemu_fork() wrapper for safely handling signals
Daniel P. Berrange
2015-10-20
1
-0
/
+71
|
/
*
oslib: allocate PROT_NONE pages on top of RAM
Michael S. Tsirkin
2015-10-01
1
-4
/
+4
*
oslib: rework anonimous RAM allocation
Michael S. Tsirkin
2015-10-01
1
-2
/
+10
*
util: allow \n to terminate password input
Daniel P. Berrange
2015-05-22
1
-1
/
+2
*
util: move read_password method out of qemu-img into osdep/oslib
Daniel P. Berrange
2015-05-22
1
-0
/
+66
*
oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code
Stefan Weil
2015-03-10
1
-2
/
+2
*
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
2014-11-23
1
-1
/
+4
*
util: Improve os_mem_prealloc error message
Michal Privoznik
2014-11-02
1
-1
/
+2
*
block: Introduce qemu_try_blockalign()
Kevin Wolf
2014-08-15
1
-6
/
+10
*
oslib-posix: Fix new compiler error with -Wclobbered
Stefan Weil
2014-07-10
1
-14
/
+16
*
memory: move preallocation code out of exec.c
Paolo Bonzini
2014-06-19
1
-0
/
+73
*
oslib-posix: Fix build on FreeBSD
Andreas Färber
2014-03-13
1
-0
/
+4
*
util: Split out exec_dir from os_find_datadir
Fam Zheng
2014-02-20
1
-0
/
+54
*
qemu_memalign: Allow small alignments
Kevin Wolf
2014-01-24
1
-0
/
+5
*
osdep: add qemu_set_tty_echo()
Stefan Hajnoczi
2014-01-22
1
-0
/
+18
[next]