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
*
osdep: build with non-working system() function
Joelle van Dyne
2021-01-29
1
-0
/
+12
*
tcg: Toggle page execution for Apple Silicon
Roman Bolshakov
2021-01-23
1
-0
/
+28
*
osdep.h: Remove <sys/signal.h> include
Michael Forney
2021-01-20
1
-4
/
+0
*
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
2020-09-30
1
-6
/
+2
*
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...
Peter Maydell
2020-09-17
1
-1
/
+1
|
\
|
*
osdep: file locking functions are not available on Win32
Yonggang Luo
2020-09-16
1
-1
/
+1
*
|
util: introduce qemu_open and qemu_create with error reporting
Daniel P. Berrangé
2020-09-16
1
-0
/
+6
*
|
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-09-16
1
-1
/
+1
*
|
monitor: simplify functions for getting a dup'd fdset entry
Daniel P. Berrangé
2020-09-16
1
-0
/
+1
|
/
*
meson: infrastructure for building emulators
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
Alex Bennée
2020-07-27
1
-0
/
+3
*
util: add qemu_get_host_physmem utility function
Alex Bennée
2020-07-27
1
-0
/
+12
*
qemu/osdep: Reword qemu_get_exec_dir() documentation
Philippe Mathieu-Daudé
2020-07-21
1
-1
/
+4
*
util: Introduce qemu_get_host_name()
Michal Privoznik
2020-07-14
1
-0
/
+10
*
osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLL
David CARLIER
2020-07-13
1
-0
/
+4
*
osdep.h: Always include <sys/signal.h> if it exists
David CARLIER
2020-07-13
1
-1
/
+1
*
coverity: provide Coverity-friendly MIN_CONST and MAX_CONST
Eric Blake
2020-07-11
1
-7
/
+14
*
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
2020-06-26
1
-10
/
+47
*
chardev: Add macOS to list of OSes that support -chardev serial
Mikhail Gusarov
2020-05-04
1
-1
/
+1
*
osdep.h: Drop no-longer-needed Coverity workarounds
Peter Maydell
2020-04-14
1
-14
/
+0
*
osdep: add qemu_unlink()
Marc-André Lureau
2020-01-02
1
-0
/
+1
*
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
-13
/
+0
*
osdep: Fix mingw compilation regarding stdio formats
Cao Jiaxi
2019-05-07
1
-5
/
+5
*
hostmem-file: reject invalid pmem file sizes
Stefan Hajnoczi
2019-03-11
1
-0
/
+13
*
qemu-io: Add generic function for reinitializing optind.
Richard W.M. Jones
2019-01-31
1
-0
/
+16
*
build-sys: build with Vista API by default
Marc-André Lureau
2019-01-11
1
-2
/
+2
*
build-sys: move windows defines in osdep.h header
Marc-André Lureau
2019-01-11
1
-0
/
+17
*
osdep: Work around MinGW assert
Richard Henderson
2018-10-23
1
-0
/
+12
*
util: add qemu_write_pidfile()
Marc-André Lureau
2018-10-02
1
-1
/
+2
*
cacheinfo: add i/d cache_linesize_log
Emilio G. Cota
2018-10-02
1
-0
/
+2
*
osdep: work around Coverity parsing errors
Paolo Bonzini
2018-06-28
1
-0
/
+15
*
osdep: powerpc64 align memory to allow 2MB radix THP page tables
Nicholas Piggin
2018-06-12
1
-1
/
+2
*
osdep: add wait.h compat macros
Michael S. Tsirkin
2018-05-24
1
-0
/
+10
*
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2018-02-19
1
-1
/
+1
*
sparc: Make sure we mmap at SHMLBA alignment
Peter Maydell
2017-12-15
1
-0
/
+3
*
osdep.h: Make TIME_MAX handle different time_t types
Peter Maydell
2017-11-24
1
-1
/
+28
*
osdep: introduce qemu_mprotect_rwx/none
Emilio G. Cota
2017-10-24
1
-0
/
+2
*
util: move qemu_real_host_page_size/mask to osdep.h
Emilio G. Cota
2017-10-10
1
-0
/
+6
*
osdep: Fix ROUND_UP(64-bit, 32-bit)
Eric Blake
2017-09-26
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2017-09-20
1
-0
/
+7
|
\
|
*
osdep: Define QEMU_MADV_REMOVE
Eduardo Habkost
2017-09-19
1
-0
/
+7
*
|
osdep.h: Prohibit disabling assert() in supported builds
Eric Blake
2017-09-19
1
-0
/
+16
|
/
*
osdep: Add runtime OFD lock detection
Fam Zheng
2017-08-11
1
-0
/
+1
*
block: rip out all traces of password prompting
Daniel P. Berrange
2017-07-11
1
-2
/
+0
*
util: add cacheinfo
Emilio G. Cota
2017-06-19
1
-0
/
+3
*
char: fix alias devices regression
Marc-André Lureau
2017-06-08
1
-0
/
+13
*
osdep: Add qemu_lock_fd and qemu_unlock_fd
Fam Zheng
2017-05-11
1
-0
/
+3
*
mem-prealloc: reduce large guest start-up and migration time.
Jitendra Kolhe
2017-03-14
1
-1
/
+2
*
cpus: reorganize signal handling code
Paolo Bonzini
2017-03-03
1
-0
/
+9
[next]