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
/
include
/
qemu
/
osdep.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cpus: remove ugly cast on sigbus_handler
Paolo Bonzini
2017-03-03
1
-0
/
+28
*
ARRAY_SIZE: check that argument is an array
Michael S. Tsirkin
2017-02-01
1
-1
/
+8
*
nbd: Improve server handling of shutdown requests
Eric Blake
2016-11-02
1
-0
/
+3
*
build: Work around SIZE_MAX bug in OSX headers
Eric Blake
2016-10-11
1
-0
/
+8
*
util: Introduce qemu_get_pid_name
Michal Privoznik
2016-10-04
1
-0
/
+10
*
osdep: Document differences in rounding macros
Eric Blake
2016-08-03
1
-1
/
+5
*
fix qemu exit on memory hotplug when allocation fails at prealloc time
Igor Mammedov
2016-08-02
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-07-14
1
-1
/
+2
|
\
|
*
util: Fix MIN_NON_ZERO
Fam Zheng
2016-07-13
1
-1
/
+2
*
|
osdep: Introduce qemu_dup
Fam Zheng
2016-07-13
1
-0
/
+3
|
/
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-2
/
+0
*
osdep: Move default qemu_hw_version() value to a macro
Eduardo Habkost
2016-05-23
1
-0
/
+9
*
exec.c: Ensure right alignment also for file backed ram
Dominik Dingel
2016-05-23
1
-0
/
+13
*
include: poison symbols in osdep.h
Paolo Bonzini
2016-05-19
1
-0
/
+2
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
1
-1
/
+1
*
include/qemu/osdep.h: Add macros for pointer alignment
Sergey Fedorov
2016-05-13
1
-0
/
+11
*
include/qemu/osdep.h: Add a macro to check for alignment
Sergey Fedorov
2016-05-13
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
1
-4
/
+20
|
\
|
*
Move QEMU_ALIGN_*() from qemu-common.h to qemu/osdep.h
Markus Armbruster
2016-03-22
1
-0
/
+6
|
*
Move HOST_LONG_BITS from qemu-common.h to qemu/osdep.h
Markus Armbruster
2016-03-22
1
-0
/
+9
|
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-4
/
+5
*
|
Include setjmp.h in qemu/osdep.h (bug fix for w64)
Stefan Weil
2016-03-22
1
-0
/
+3
|
/
*
osdep.h: Include config-target.h if NEED_CPU_H is defined
Peter Maydell
2016-02-23
1
-0
/
+3
*
osdep.h: Define macros for the benefit of C++ before C++11
Peter Maydell
2016-02-23
1
-0
/
+14
*
osdep.h: Remove int_fast*_t Solaris compatibility code
Peter Maydell
2016-02-19
1
-7
/
+0
*
oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h
Peter Maydell
2016-02-16
1
-0
/
+11
*
osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.h
Peter Maydell
2016-01-11
1
-0
/
+2
*
osdep: Change default value of qemu_hw_version() to "2.5+"
Eduardo Habkost
2015-11-25
1
-0
/
+4
*
Add QEMU_MADV_NOHUGEPAGE
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+9
*
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
2015-11-04
1
-2
/
+2
*
osdep: add qemu_fork() wrapper for safely handling signals
Daniel P. Berrange
2015-10-20
1
-0
/
+16
*
oslib-win32: only provide localtime_r/gmtime_r if missing
Daniel P. Berrange
2015-09-24
1
-1
/
+3
*
osdep.h: Add header comment
Peter Maydell
2015-08-19
1
-0
/
+24
*
osdep.h: Move some OS header includes and fixups from qemu-common.h
Peter Maydell
2015-08-19
1
-1
/
+48
*
osdep.h: Move some compiler-specific things to compiler.h
Peter Maydell
2015-08-19
1
-47
/
+1
*
osdep.h: Remove qemu_printf
Peter Maydell
2015-08-19
1
-2
/
+0
*
util: move read_password method out of qemu-img into osdep/oslib
Daniel P. Berrange
2015-05-22
1
-0
/
+2
*
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
2014-11-23
1
-1
/
+2
*
util: introduce MIN_NON_ZERO
Peter Lieven
2014-11-03
1
-0
/
+6
*
util: Move general qemu_getauxval to util/getauxval.c
Fam Zheng
2014-09-09
1
-4
/
+0
*
block: Introduce qemu_try_blockalign()
Kevin Wolf
2014-08-15
1
-0
/
+1
*
qemu/osdep: Remove the need for qemu_init_auxval
Richard Henderson
2014-06-23
1
-12
/
+0
*
hostmem: add merge and dump properties
Paolo Bonzini
2014-06-19
1
-0
/
+10
*
osdep: add merge and dump flags
Michael S. Tsirkin
2014-06-19
1
-0
/
+4
*
memory: move preallocation code out of exec.c
Paolo Bonzini
2014-06-19
1
-0
/
+2
*
util: Split out exec_dir from os_find_datadir
Fam Zheng
2014-02-20
1
-0
/
+9
*
osdep: add qemu_set_tty_echo()
Stefan Hajnoczi
2014-01-22
1
-0
/
+2
*
osdep: Create qemu_getauxval and qemu_init_auxval
Richard Henderson
2013-11-29
1
-0
/
+25
*
osdep: add qemu_get_local_state_pathname()
Laszlo Ersek
2013-05-30
1
-0
/
+11
*
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
Paolo Bonzini
2013-05-14
1
-0
/
+1
[prev]
[next]