summaryrefslogtreecommitdiffstats
path: root/os-posix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* curses: don't initialize curses when qemu is daemonizedHitoshi Mitake2012-09-231-0/+5
* fips: fix build on !LinuxAnthony Liguori2012-08-031-0/+5
* os-posix: Fix build on FreeBSDNathan Whitehorn2012-04-261-0/+4
* keep the PID file locked for the lifetime of the processLaszlo Ersek2012-02-011-1/+1
* link the main loop and its dependencies into the toolsPaolo Bonzini2011-12-221-42/+0
* os-posix: Plug fd leak in qemu_create_pidfile()Markus Armbruster2011-11-111-0/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* os-posix: set groups properly for -runasStefan Hajnoczi2011-07-121-0/+6