1. 36d61c9 os-posix.c: remove unneeded #includes by Michael Tokarev · 1 year, 6 months ago
  2. 433aed5 os-posix.c: move code around by Michael Tokarev · 1 year, 6 months ago
  3. 8a768db os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init() by Michael Tokarev · 1 year, 6 months ago
  4. 5b15639 os-posix.c: create and export os_set_chroot() by Michael Tokarev · 1 year, 6 months ago
  5. 22d0251 os-posix.c: create and export os_set_runas() by Michael Tokarev · 1 year, 6 months ago
  6. 9ffcbe2 os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option by Thomas Huth · 1 year, 8 months ago
  7. 80bd81c util/async-teardown: wire up query-command-line-options by Claudio Imbrenda · 1 year, 10 months ago
  8. 8b6aa69 Refactoring: refactor TFR() macro to RETRY_ON_EINTR() by Nikita Ivanov · 2 years, 4 months ago
  9. c891c24 os-posix: asynchronous teardown for shutdown on Linux by Claudio Imbrenda · 2 years, 7 months ago
  10. 3338a41 os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC) by Marc-André Lureau · 2 years, 11 months ago
  11. c6b310b softmmu: remove deprecated --enable-fips option by Daniel P. Berrangé · 3 years ago
  12. 229ef2e os-posix: Use qemu_log_enabled by Richard Henderson · 2 years, 11 months ago
  13. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
  14. f22ac47 os-posix: Add os_set_daemonize() by Hanna Reitz · 3 years ago
  15. fd5fc4b remove qemu-options* from root directory by Paolo Bonzini · 3 years, 10 months ago
  16. 1663102 os: deprecate the -enable-fips option and QEMU's FIPS enforcement by Daniel P. Berrangé · 4 years, 4 months ago
  17. ea1edcd vl: relocate paths to data directories by Paolo Bonzini · 4 years, 7 months ago
  18. a4c1386 oslib: do not call g_strdup from qemu_get_exec_dir by Paolo Bonzini · 4 years, 7 months ago
  19. 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 8 months ago
  20. 64ed6f9 meson: link emulators without Makefile.target by Paolo Bonzini · 4 years, 7 months ago
  21. 7da1d7d qemu/osdep: Document os_find_datadir() return value by Philippe Mathieu-Daudé · 4 years, 8 months ago
  22. 195588c build: Check that mlockall() exists by David CARLIER · 4 years, 8 months ago
  23. 6dd2dac os-posix: simplify os_find_datadir by Marc-André Lureau · 5 years ago
  24. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  25. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  26. 9e6bdef util: add qemu_write_pidfile() by Marc-André Lureau · 7 years ago
  27. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 7 years ago
  28. 1217d6ca qemu-options: Bail out on unsupported options instead of silently ignoring them by Thomas Huth · 7 years ago
  29. a7aaec1 os-posix: cleanup: Replace perror with error_report by Ian Jackson · 7 years ago
  30. 22cd4f4 os-posix: cleanup: Replace fprintf with error_report in remaining call sites by Ian Jackson · 7 years ago
  31. 2c42f1e os-posix: Provide new -runas <uid>:<gid> facility by Ian Jackson · 7 years ago
  32. f0a2171 os-posix: cleanup: Replace fprintfs with error_report in change_process_uid by Ian Jackson · 7 years ago
  33. 429cc0d os-posix: Drop misleading comment by Markus Armbruster · 7 years ago
  34. 2a96a55 Revert "rcu: do not create thread in pthread_atfork callback" by Paolo Bonzini · 9 years ago
  35. 55ad781 use g_path_get_dirname instead of dirname by Wei Jiangang · 9 years ago
  36. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  37. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  38. 96c33a4 log: Redirect stderr to logfile if deamonized by Dimitris Aragiorgis · 9 years ago
  39. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  40. f853ac6 net/slirp: Tell the users when they are using deprecated options by Thomas Huth · 9 years ago
  41. a59629f rcu: do not create thread in pthread_atfork callback by Paolo Bonzini · 10 years ago
  42. 25cec2b os-posix: reorder parent notification for -daemonize by Michael Tokarev · 10 years ago
  43. fee78fd pidfile: stop making pidfile error a special case by Michael Tokarev · 10 years ago
  44. ccea25f os-posix: replace goto again with a proper loop by Michael Tokarev · 10 years ago
  45. 0be5e43 os-posix: use global daemon_pipe instead of cryptic fds[1] by Michael Tokarev · 10 years ago
  46. 2fd7ae3 Revert "os-posix: report error message when lock file failed" by Michael Tokarev · 10 years ago
  47. e5048d1 os-posix: report error message when lock file failed by Gonglei · 10 years ago
  48. 97699ef os-posix: remove confused errno by Gonglei · 10 years ago
  49. 63ce8e1 os-posix: change tab to space avoid violating coding style by Gonglei · 10 years ago
  50. 41975b2 oslib-posix: Fix build on FreeBSD by Andreas Färber · 11 years ago
  51. 10f5bff util: Split out exec_dir from os_find_datadir by Fam Zheng · 11 years ago
  52. 888a6bc Add option to mlock qemu and guest memory by Satoru Moriya · 12 years ago
  53. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  54. 048d361 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Aurelien Jarno · 12 years ago
  55. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  56. 3eadc68 os-posix: avoid buffer overrun by Jim Meyering · 12 years ago
  57. 995ee2b curses: don't initialize curses when qemu is daemonized by Hitoshi Mitake · 12 years ago
  58. 70678b8 fips: fix build on !Linux by Anthony Liguori · 13 years ago
  59. 15fdaee os-posix: Fix build on FreeBSD by Nathan Whitehorn · 13 years ago
  60. 93dd748 keep the PID file locked for the lifetime of the process by Laszlo Ersek · 13 years ago
  61. cbcfa04 link the main loop and its dependencies into the tools by Paolo Bonzini · 13 years ago
  62. 1bbd159 os-posix: Plug fd leak in qemu_create_pidfile() by Markus Armbruster · 13 years ago
  63. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  64. cc4662f os-posix: set groups properly for -runas by Stefan Hajnoczi · 14 years ago
  65. 953ffe0 Introduce format string for pid_t by Andreas Färber · 14 years ago
  66. 4d54ec7 add a service to reap zombies, use it in SLIRP by Paolo Bonzini · 14 years ago
  67. f64622c report that QEMU process was killed by a signal by Gleb Natapov · 14 years ago
  68. dc7a09c Expose thread_id in info cpus by Jan Kiszka · 14 years ago
  69. bc4a957 Separate qemu_pidfile() into OS specific versions by Jes Sorensen · 14 years ago
  70. 949d31e We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c by Jes Sorensen · 14 years ago
  71. 66fe09e Use ARRAY_SIZE macro by Blue Swirl · 15 years ago
  72. 69e8b16 Include sys/mman.h before qemu-options.h by Jes Sorensen · 15 years ago
  73. ce798cf Move set_proc_name() to OS specific files. by Jes Sorensen · 15 years ago
  74. 9156d76 Move line-buffering setup to OS specific files. by Jes Sorensen · 15 years ago
  75. e06eb60 Make os_change_process_uid and os_change_root os-posix.c local by Jes Sorensen · 15 years ago
  76. eb505be Move daemonize handling to OS specific files by Jes Sorensen · 15 years ago
  77. 0766379 Move chroot handling to OS specific files. by Jes Sorensen · 15 years ago
  78. 8847cfe Move runas handling from vl.c to OS specific files. by Jes Sorensen · 15 years ago
  79. 59a5264 Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c by Jes Sorensen · 15 years ago
  80. 6170540 Move find_datadir to OS specific files. by Jes Sorensen · 15 years ago
  81. 8d963e6 Move main signal handler setup to os specificfiles. by Jes Sorensen · 15 years ago
  82. fe98ac1 Rename os_setup_signal_handling() to os_setup_early_signal_handling() by Jes Sorensen · 15 years ago
  83. 86b645e Introduce os-posix.c and create os_setup_signal_handling() by Jes Sorensen · 15 years ago