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
/
osdep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
1
-3
/
+1
2022-10-28
tests/qtest: Use send/recv for socket communication
Xuzhou Cheng
1
-0
/
+22
2022-10-12
osdep: make readv_writev() work with partial read/write
Marc-André Lureau
1
-3
/
+8
2022-04-26
softmmu: remove deprecated --enable-fips option
Daniel P. Berrangé
1
-28
/
+0
2022-04-21
include: move qemu_fdatasync() to osdep
Marc-André Lureau
1
-0
/
+16
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-2
/
+2
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
1
-2
/
+2
2022-03-18
util/osdep: Remove some early cruft
Andrew Deason
1
-7
/
+0
2022-03-18
util/osdep: Avoid madvise proto on modern Solaris
Andrew Deason
1
-3
/
+0
2022-03-07
9pfs: move qemu_dirent_dup() from osdep -> 9p-util
Christian Schoenebeck
1
-21
/
+0
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move qemu_mprotect_*() to new qemu/mprotect.h
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
1
-0
/
+1
2022-02-17
9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
Vitaly Chikunov
1
-0
/
+21
2021-06-13
util/osdep: Add qemu_mprotect_rw
Richard Henderson
1
-0
/
+9
2020-09-22
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+1
2020-09-17
util/: fix some comment spelling errors
zhaolichang
1
-1
/
+1
2020-09-16
util: give a specific error message when O_DIRECT doesn't work
Daniel P. Berrangé
1
-1
/
+14
2020-09-16
util: introduce qemu_open and qemu_create with error reporting
Daniel P. Berrangé
1
-0
/
+16
2020-09-16
util: add Error object for qemu_open_internal error reporting
Daniel P. Berrangé
1
-2
/
+13
2020-09-16
util: refactor qemu_open_old to split off variadic args handling
Daniel P. Berrangé
1
-7
/
+17
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-09-16
util: split off a helper for dealing with O_CLOEXEC flag
Daniel P. Berrangé
1
-8
/
+15
2020-09-16
monitor: simplify functions for getting a dup'd fdset entry
Daniel P. Berrangé
1
-16
/
+3
2020-03-09
util/osdep: Improve error report by calling error_setg_win32()
Philippe Mathieu-Daudé
1
-2
/
+2
2020-01-02
osdep: add qemu_unlink()
Marc-André Lureau
1
-0
/
+15
2019-02-07
slirp: prefer c99 types over BSD kind
Marc-André Lureau
1
-1
/
+1
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-2
/
+2
2018-06-29
glib: bump min required glib library version to 2.40
Daniel P. Berrangé
1
-14
/
+0
2018-06-18
monitor: add lock to protect mon_fdsets
Peter Xu
1
-1
/
+2
2018-01-23
osdep: Retry SETLK upon EINTR
Fam Zheng
1
-1
/
+3
2017-10-24
osdep: introduce qemu_mprotect_rwx/none
Emilio G. Cota
1
-0
/
+41
2017-08-11
osdep: Add runtime OFD lock detection
Fam Zheng
1
-10
/
+56
2017-05-11
osdep: Fall back to posix lock when OFD lock is unavailable
Fam Zheng
1
-10
/
+10
2017-05-11
osdep: Add qemu_lock_fd and qemu_unlock_fd
Fam Zheng
1
-0
/
+48
2016-07-13
osdep: Introduce qemu_dup
Fam Zheng
1
-8
/
+15
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-4
/
+0
2016-05-23
osdep: Move default qemu_hw_version() value to a macro
Eduardo Habkost
1
-8
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-02-04
util: Clean up includes
Peter Maydell
1
-10
/
+1
2015-11-25
osdep: Change default value of qemu_hw_version() to "2.5+"
Eduardo Habkost
1
-1
/
+8
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
1
-5
/
+5
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-04-30
util: Remove unused functions
Thomas Huth
1
-66
/
+0
2014-05-07
do not call g_thread_init() for glib >= 2.31
Michael Tokarev
1
-12
/
+9
2014-03-25
osdep: initialize glib threads in all QEMU tools
Stefan Hajnoczi
1
-0
/
+18
2014-02-01
osdep: drop unused #include "trace.h"
Stefan Hajnoczi
1
-1
/
+0
2013-09-18
osdep: warn if open(O_DIRECT) on fails with EINVAL
Stefan Hajnoczi
1
-0
/
+7
2013-04-29
win32: add readv/writev emulation
Paolo Bonzini
1
-0
/
+43
[next]