Age | Commit message (Expand) | Author | Files | Lines |
2023-05-16 | util/async-teardown: wire up query-command-line-options | Claudio Imbrenda | 1 | -0/+14 |
2023-01-09 | Refactoring: refactor TFR() macro to RETRY_ON_EINTR() | Nikita Ivanov | 1 | -1/+1 |
2022-10-31 | os-posix: asynchronous teardown for shutdown on Linux | Claudio Imbrenda | 1 | -0/+6 |
2022-05-03 | os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC) | Marc-André Lureau | 1 | -2/+1 |
2022-04-26 | softmmu: remove deprecated --enable-fips option | Daniel P. Berrangé | 1 | -8/+0 |
2022-04-20 | os-posix: Use qemu_log_enabled | Richard Henderson | 1 | -1/+1 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2022-03-04 | os-posix: Add os_set_daemonize() | Hanna Reitz | 1 | -0/+6 |
2021-05-26 | remove qemu-options* from root directory | Paolo Bonzini | 1 | -1/+1 |
2021-01-29 | os: deprecate the -enable-fips option and QEMU's FIPS enforcement | Daniel P. Berrangé | 1 | -0/+3 |
2020-09-30 | vl: relocate paths to data directories | Paolo Bonzini | 1 | -20/+0 |
2020-09-30 | oslib: do not call g_strdup from qemu_get_exec_dir | Paolo Bonzini | 1 | -5/+1 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 1 | -1/+1 |
2020-08-21 | meson: link emulators without Makefile.target | Paolo Bonzini | 1 | -2/+2 |
2020-07-21 | qemu/osdep: Document os_find_datadir() return value | Philippe Mathieu-Daudé | 1 | -0/+3 |
2020-07-13 | build: Check that mlockall() exists | David CARLIER | 1 | -0/+4 |
2019-12-17 | os-posix: simplify os_find_datadir | Marc-André Lureau | 1 | -28/+13 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-10-02 | util: add qemu_write_pidfile() | Marc-André Lureau | 1 | -24/+0 |
2018-08-31 | net: Remove the deprecated -tftp, -bootp, -redir and -smb options | Thomas Huth | 1 | -8/+0 |
2018-05-09 | qemu-options: Bail out on unsupported options instead of silently ignoring them | Thomas Huth | 1 | -1/+5 |
2018-04-26 | os-posix: cleanup: Replace perror with error_report | Ian Jackson | 1 | -4/+4 |
2018-04-26 | os-posix: cleanup: Replace fprintf with error_report in remaining call sites | Ian Jackson | 1 | -2/+2 |
2018-04-26 | os-posix: Provide new -runas <uid>:<gid> facility | Ian Jackson | 1 | -12/+65 |
2018-04-26 | os-posix: cleanup: Replace fprintfs with error_report in change_process_uid | Ian Jackson | 1 | -5/+5 |
2017-10-16 | os-posix: Drop misleading comment | Markus Armbruster | 1 | -1/+0 |
2017-08-08 | Revert "rcu: do not create thread in pthread_atfork callback" | Paolo Bonzini | 1 | -2/+0 |
2016-07-17 | use g_path_get_dirname instead of dirname | Wei Jiangang | 1 | -1/+2 |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 1 | -1/+0 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-02-22 | log: Redirect stderr to logfile if deamonized | Dimitris Aragiorgis | 1 | -1/+5 |
2016-02-04 | all: Clean up includes | Peter Maydell | 1 | -5/+1 |
2016-02-04 | net/slirp: Tell the users when they are using deprecated options | Thomas Huth | 1 | -0/+3 |
2015-04-01 | rcu: do not create thread in pthread_atfork callback | Paolo Bonzini | 1 | -0/+2 |
2014-11-02 | os-posix: reorder parent notification for -daemonize | Michael Tokarev | 1 | -9/+10 |
2014-11-02 | pidfile: stop making pidfile error a special case | Michael Tokarev | 1 | -23/+8 |
2014-11-02 | os-posix: replace goto again with a proper loop | Michael Tokarev | 1 | -10/+6 |
2014-11-02 | os-posix: use global daemon_pipe instead of cryptic fds[1] | Michael Tokarev | 1 | -4/+6 |
2014-11-02 | Revert "os-posix: report error message when lock file failed" | Michael Tokarev | 1 | -2/+0 |
2014-09-26 | os-posix: report error message when lock file failed | Gonglei | 1 | -0/+2 |
2014-09-26 | os-posix: remove confused errno | Gonglei | 1 | -1/+1 |
2014-09-26 | os-posix: change tab to space avoid violating coding style | Gonglei | 1 | -37/+42 |
2014-03-13 | oslib-posix: Fix build on FreeBSD | Andreas Färber | 1 | -4/+0 |
2014-02-20 | util: Split out exec_dir from os_find_datadir | Fam Zheng | 1 | -35/+7 |
2013-04-22 | Add option to mlock qemu and guest memory | Satoru Moriya | 1 | -0/+12 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno | 1 | -1/+0 |
2012-10-05 | cleanup useless return sentence | Amos Kong | 1 | -1/+0 |
2012-10-05 | os-posix: avoid buffer overrun | Jim Meyering | 1 | -2/+1 |