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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
qemu
/
osdep.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
1
-4
/
+4
2024-11-07
eif: cope with huge section offsets
Paolo Bonzini
1
-0
/
+4
2024-08-09
include: Fix typo in name of MAKE_IDENTFIER macro
Peter Maydell
1
-3
/
+3
2024-08-05
qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
Clément Léger
1
-2
/
+6
2024-08-05
qemu/osdep: Move close_all_open_fds() to oslib-posix
Clément Léger
1
-0
/
+7
2024-07-31
osdep.h: Clean up no-longer-needed back-compat for macOS 10
Peter Maydell
1
-2
/
+1
2024-06-21
migration: Add direct-io parameter
Fabiano Rosas
1
-0
/
+2
2024-04-26
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
1
-1
/
+1
2024-02-14
chardev/parallel: Don't close stdin on inappropriate device
Markus Armbruster
1
-1
/
+8
2024-02-06
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
1
-1
/
+17
2024-01-18
qemu/osdep: Add huge page aligned support on LoongArch platform
Bibo Mao
1
-0
/
+8
2024-01-11
Revert "osdep: add getloadavg"
Daniel P. Berrangé
1
-10
/
+0
2024-01-05
util/oslib: Have qemu_prealloc_mem() handler return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2023-12-01
osdep: add getloadavg
Michael S. Tsirkin
1
-0
/
+10
2023-10-04
osdep: set _FORTIFY_SOURCE=2 when optimization is enabled
Daniel P. Berrangé
1
-0
/
+4
2023-09-29
qobject atomics osdep: Make a few macros more hygienic
Markus Armbruster
1
-7
/
+20
2023-09-26
compiler: introduce QEMU_ANNOTATE
Paolo Bonzini
1
-3
/
+3
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
1
-2
/
+2
2023-08-28
bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.h
Warner Losh
1
-0
/
+13
2023-08-08
qemu/osdep: Remove fallback for MAP_FIXED_NOREPLACE
Richard Henderson
1
-3
/
+0
2023-05-08
include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API
Thomas Huth
1
-1
/
+1
2023-03-20
qemu/osdep: Switch position of "extern" and "G_NORETURN"
Bernhard Beschow
1
-1
/
+1
2023-03-13
util: drop qemu_fork()
Marc-André Lureau
1
-14
/
+0
2023-01-24
block: Add no_coroutine_fn and coroutine_mixed_fn marker
Alberto Faria
1
-0
/
+40
2023-01-24
coroutine: annotate coroutine_fn for libclang
Alberto Faria
1
-0
/
+4
2023-01-19
coroutine: Move coroutine_fn to qemu/osdep.h, trim includes
Markus Armbruster
1
-0
/
+16
2023-01-11
chardev: clean up chardev-parallel.c
Paolo Bonzini
1
-5
/
+0
2023-01-09
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov
1
-1
/
+7
2022-10-30
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
1
-2
/
+17
2022-10-27
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
1
-1
/
+3
2022-10-27
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
1
-2
/
+15
2022-10-26
include/qemu/osdep: Add qemu_build_assert
Richard Henderson
1
-0
/
+8
2022-05-28
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau
1
-8
/
+0
2022-05-18
docs/about: Update the support statement for Windows
Thomas Huth
1
-1
/
+1
2022-05-03
Replace qemu_pipe() with g_unix_open_pipe()
Marc-André Lureau
1
-4
/
+0
2022-04-26
softmmu: remove deprecated --enable-fips option
Daniel P. Berrangé
1
-3
/
+0
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
1
-6
/
+3
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
1
-10
/
+0
2022-04-21
include: move qemu_fdatasync() to osdep
Marc-André Lureau
1
-0
/
+2
2022-04-21
include: move qemu_msync() to osdep
Marc-André Lureau
1
-0
/
+13
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
1
-1
/
+2
2022-04-21
osdep.h: move qemu_build_not_reached()
Marc-André Lureau
1
-0
/
+16
2022-04-06
include: move qemu_pipe() to osdep.h
Marc-André Lureau
1
-0
/
+4
2022-04-06
include: move qemu_write_full() declaration to osdep.h
Marc-André Lureau
1
-0
/
+3
2022-04-06
include: move TFR to osdep.h
Marc-André Lureau
1
-0
/
+2
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-4
/
+11
2022-04-06
osdep: poison {HOST,TARGET}_WORDS_BIGENDIAN
Marc-André Lureau
1
-0
/
+12
2022-03-22
Move HOST_LONG_BITS to compiler.h
Marc-André Lureau
1
-3
/
+0
2022-03-22
Simplify HOST_LONG_BITS
Marc-André Lureau
1
-7
/
+1
2022-03-18
util/osdep: Avoid madvise proto on modern Solaris
Andrew Deason
1
-0
/
+8
[next]