88 Commits (f0768791b5bb49e6a4aa0255086c8701954ad3f1)

Author SHA1 Message Date
Daniil Tatianin e76fadf93e os: add an ability to lock memory on_fault 1 year ago
Philippe Mathieu-Daudé 32cad1ffb8 include: Rename sysemu/ -> system/ 1 year ago
Trent Huber de448e0f26 os-posix: Expand setrlimit() syscall compatibility 2 years ago
Fiona Ebner 03e471c41d qemu_init: increase NOFILE soft limit on POSIX 2 years ago
Philippe Mathieu-Daudé d280337684 os-posix: Clean up global variable shadowing 3 years ago
Michael Tokarev 36d61c9ed2 os-posix.c: remove unneeded #includes 3 years ago
Michael Tokarev 433aed5f39 os-posix.c: move code around 3 years ago
Michael Tokarev 8a768db16a os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init() 3 years ago
Michael Tokarev 5b15639003 os-posix.c: create and export os_set_chroot() 3 years ago
Michael Tokarev 22d0251570 os-posix.c: create and export os_set_runas() 3 years ago
Thomas Huth 9ffcbe2a60 os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option 3 years ago
Claudio Imbrenda 80bd81cadd util/async-teardown: wire up query-command-line-options 3 years ago
Nikita Ivanov 8b6aa69365 Refactoring: refactor TFR() macro to RETRY_ON_EINTR() 3 years ago
Claudio Imbrenda c891c24b1a os-posix: asynchronous teardown for shutdown on Linux 4 years ago
Marc-André Lureau 3338a41f24 os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC) 4 years ago
Daniel P. Berrangé c6b310b37c softmmu: remove deprecated --enable-fips option 4 years ago
Richard Henderson 229ef2eb44 os-posix: Use qemu_log_enabled 4 years ago
Marc-André Lureau 0f9668e0c1 Remove qemu-common.h include from most units 4 years ago
Hanna Reitz f22ac4727b os-posix: Add os_set_daemonize() 4 years ago
Paolo Bonzini fd5fc4b12d remove qemu-options* from root directory 5 years ago
Daniel P. Berrangé 166310299a os: deprecate the -enable-fips option and QEMU's FIPS enforcement 6 years ago
Paolo Bonzini ea1edcd7da vl: relocate paths to data directories 6 years ago
Paolo Bonzini a4c13869f9 oslib: do not call g_strdup from qemu_get_exec_dir 6 years ago
Daniel P. Berrangé 448058aa99 util: rename qemu_open() to qemu_open_old() 6 years ago
Paolo Bonzini 64ed6f92ff meson: link emulators without Makefile.target 6 years ago
Philippe Mathieu-Daudé 7da1d7dcc0 qemu/osdep: Document os_find_datadir() return value 6 years ago
David CARLIER 195588ccd5 build: Check that mlockall() exists 6 years ago
Marc-André Lureau 6dd2dacedd os-posix: simplify os_find_datadir 7 years ago
Markus Armbruster 54d31236b9 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h 7 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Marc-André Lureau 9e6bdef224 util: add qemu_write_pidfile() 8 years ago
Thomas Huth d18572dd9a net: Remove the deprecated -tftp, -bootp, -redir and -smb options 8 years ago
Thomas Huth 1217d6ca2b qemu-options: Bail out on unsupported options instead of silently ignoring them 8 years ago
Ian Jackson a7aaec148e os-posix: cleanup: Replace perror with error_report 8 years ago
Ian Jackson 22cd4f4835 os-posix: cleanup: Replace fprintf with error_report in remaining call sites 8 years ago
Ian Jackson 2c42f1e801 os-posix: Provide new -runas <uid>:<gid> facility 9 years ago
Ian Jackson f0a2171bf9 os-posix: cleanup: Replace fprintfs with error_report in change_process_uid 8 years ago
Markus Armbruster 429cc0d31f os-posix: Drop misleading comment 9 years ago
Paolo Bonzini 2a96a552f9 Revert "rcu: do not create thread in pthread_atfork callback" 10 years ago
Wei Jiangang 55ad781ca7 use g_path_get_dirname instead of dirname 10 years ago
Paolo Bonzini 02d0e09503 os-posix: include sys/mman.h 10 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 10 years ago
Dimitris Aragiorgis 96c33a4523 log: Redirect stderr to logfile if deamonized 10 years ago
Peter Maydell d38ea87ac5 all: Clean up includes 10 years ago
Thomas Huth f853ac66c7 net/slirp: Tell the users when they are using deprecated options 10 years ago
Paolo Bonzini a59629fcc6 rcu: do not create thread in pthread_atfork callback 11 years ago
Michael Tokarev 25cec2b896 os-posix: reorder parent notification for -daemonize 12 years ago
Michael Tokarev fee78fd6d2 pidfile: stop making pidfile error a special case 12 years ago
Michael Tokarev ccea25f1c7 os-posix: replace goto again with a proper loop 12 years ago
Michael Tokarev 0be5e436ff os-posix: use global daemon_pipe instead of cryptic fds[1] 12 years ago