index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
coroutine-ucontext.c
Age
Commit message (
Expand
)
Author
2024-01-22
coroutine-ucontext: Save fake stack for pooled coroutine
Akihiko Odaki
2023-10-04
osdep: set _FORTIFY_SOURCE=2 when optimization is enabled
Daniel P. Berrangé
2022-05-04
coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()
Stefan Hajnoczi
2022-05-03
Use QEMU_SANITIZE_ADDRESS
Marc-André Lureau
2020-07-13
Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch
Thomas Huth
2020-07-11
util/coroutine: Cleanup start_switch_fiber_ for TSAN.
Robert Foley
2020-06-23
coroutine: support SafeStack in ucontext backend
Daniele Buono
2020-06-16
configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
Lingfeng Yang
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2018-03-12
build: try improve handling of clang warnings
Gerd Hoffmann
2018-02-07
ucontext: annotate coroutine stack for ASAN
Marc-André Lureau
2016-09-29
coroutine-ucontext: use helper for allocating stack memory
Peter Lieven
2016-09-29
coroutine: add a macro for the coroutine stack size
Peter Lieven
2016-03-22
Remove unneeded include statements for setjmp.h
Stefan Weil
2016-02-04
util: Clean up includes
Peter Maydell
2015-10-20
coroutine: move into libqemuutil.a library
Daniel P. Berrange