aboutsummaryrefslogtreecommitdiff
path: root/util/compatfd.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-03util: replace pipe()+cloexec with g_unix_open_pipe()Marc-André Lureau1-4/+1
2022-04-21util: simplify write in signal handlerMarc-André Lureau1-16/+2
2021-10-13util/compatfd.c: use libc signalfd wrapper instead of raw syscallKacper Słomiński1-3/+2
2021-05-14util/compatfd.c: Replaced a malloc call with g_malloc.Mahmoud Mandour1-6/+2
2021-04-01util/compatfd.c: Fixed style issuesMahmoud Mandour1-3/+3
2020-07-13util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFDDavid CARLIER1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2017-03-03cpus: remove ugly cast on sigbus_handlerPaolo Bonzini1-1/+0
2016-02-04util: Clean up includesPeter Maydell1-0/+1
2015-04-30util: Remove unused functionsThomas Huth1-19/+0
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-1/+2
2013-10-17compatfd: switch to QemuThreadJan Kiszka1-13/+3
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+138