summaryrefslogtreecommitdiff
path: root/os-posix.c
Commit message (Expand)AuthorAgeFilesLines
* util/async-teardown: wire up query-command-line-optionsClaudio Imbrenda2023-05-161-0/+14
* Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov2023-01-091-1/+1
* os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda2022-10-311-0/+6
* os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)Marc-André Lureau2022-05-031-2/+1
* softmmu: remove deprecated --enable-fips optionDaniel P. Berrangé2022-04-261-8/+0
* os-posix: Use qemu_log_enabledRichard Henderson2022-04-201-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* os-posix: Add os_set_daemonize()Hanna Reitz2022-03-041-0/+6
* remove qemu-options* from root directoryPaolo Bonzini2021-05-261-1/+1
* os: deprecate the -enable-fips option and QEMU's FIPS enforcementDaniel P. Berrangé2021-01-291-0/+3
* vl: relocate paths to data directoriesPaolo Bonzini2020-09-301-20/+0
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-301-5/+1
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
* meson: link emulators without Makefile.targetPaolo Bonzini2020-08-211-2/+2
* qemu/osdep: Document os_find_datadir() return valuePhilippe Mathieu-Daudé2020-07-211-0/+3
* build: Check that mlockall() existsDavid CARLIER2020-07-131-0/+4
* os-posix: simplify os_find_datadirMarc-André Lureau2019-12-171-28/+13
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* util: add qemu_write_pidfile()Marc-André Lureau2018-10-021-24/+0
* net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth2018-08-311-8/+0
* qemu-options: Bail out on unsupported options instead of silently ignoring themThomas Huth2018-05-091-1/+5
* os-posix: cleanup: Replace perror with error_reportIan Jackson2018-04-261-4/+4
* os-posix: cleanup: Replace fprintf with error_report in remaining call sitesIan Jackson2018-04-261-2/+2
* os-posix: Provide new -runas <uid>:<gid> facilityIan Jackson2018-04-261-12/+65
* os-posix: cleanup: Replace fprintfs with error_report in change_process_uidIan Jackson2018-04-261-5/+5
* os-posix: Drop misleading commentMarkus Armbruster2017-10-161-1/+0
* Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini2017-08-081-2/+0
* use g_path_get_dirname instead of dirnameWei Jiangang2016-07-171-1/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis2016-02-221-1/+5
* all: Clean up includesPeter Maydell2016-02-041-5/+1
* net/slirp: Tell the users when they are using deprecated optionsThomas Huth2016-02-041-0/+3
* rcu: do not create thread in pthread_atfork callbackPaolo Bonzini2015-04-011-0/+2
* os-posix: reorder parent notification for -daemonizeMichael Tokarev2014-11-021-9/+10
* pidfile: stop making pidfile error a special caseMichael Tokarev2014-11-021-23/+8
* os-posix: replace goto again with a proper loopMichael Tokarev2014-11-021-10/+6
* os-posix: use global daemon_pipe instead of cryptic fds[1]Michael Tokarev2014-11-021-4/+6
* Revert "os-posix: report error message when lock file failed"Michael Tokarev2014-11-021-2/+0
* os-posix: report error message when lock file failedGonglei2014-09-261-0/+2
* os-posix: remove confused errnoGonglei2014-09-261-1/+1
* os-posix: change tab to space avoid violating coding styleGonglei2014-09-261-37/+42
* oslib-posix: Fix build on FreeBSDAndreas Färber2014-03-131-4/+0
* util: Split out exec_dir from os_find_datadirFam Zheng2014-02-201-35/+7
* Add option to mlock qemu and guest memorySatoru Moriya2013-04-221-0/+12
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-1/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* | os-posix: avoid buffer overrunJim Meyering2012-10-051-2/+1
|/