aboutsummaryrefslogtreecommitdiff
path: root/os-posix.c
AgeCommit message (Expand)Author
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth
2018-05-09qemu-options: Bail out on unsupported options instead of silently ignoring themThomas Huth
2018-04-26os-posix: cleanup: Replace perror with error_reportIan Jackson
2018-04-26os-posix: cleanup: Replace fprintf with error_report in remaining call sitesIan Jackson
2018-04-26os-posix: Provide new -runas <uid>:<gid> facilityIan Jackson
2018-04-26os-posix: cleanup: Replace fprintfs with error_report in change_process_uidIan Jackson
2017-10-16os-posix: Drop misleading commentMarkus Armbruster
2017-08-08Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini
2016-07-17use g_path_get_dirname instead of dirnameWei Jiangang
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-22log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis
2016-02-04all: Clean up includesPeter Maydell
2016-02-04net/slirp: Tell the users when they are using deprecated optionsThomas Huth
2015-04-01rcu: do not create thread in pthread_atfork callbackPaolo Bonzini
2014-11-02os-posix: reorder parent notification for -daemonizeMichael Tokarev
2014-11-02pidfile: stop making pidfile error a special caseMichael Tokarev
2014-11-02os-posix: replace goto again with a proper loopMichael Tokarev
2014-11-02os-posix: use global daemon_pipe instead of cryptic fds[1]Michael Tokarev
2014-11-02Revert "os-posix: report error message when lock file failed"Michael Tokarev
2014-09-26os-posix: report error message when lock file failedGonglei
2014-09-26os-posix: remove confused errnoGonglei
2014-09-26os-posix: change tab to space avoid violating coding styleGonglei
2014-03-13oslib-posix: Fix build on FreeBSDAndreas Färber
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05os-posix: avoid buffer overrunJim Meyering
2012-09-23curses: don't initialize curses when qemu is daemonizedHitoshi Mitake
2012-08-03fips: fix build on !LinuxAnthony Liguori
2012-04-26os-posix: Fix build on FreeBSDNathan Whitehorn
2012-02-01keep the PID file locked for the lifetime of the processLaszlo Ersek
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini
2011-11-11os-posix: Plug fd leak in qemu_create_pidfile()Markus Armbruster
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-12os-posix: set groups properly for -runasStefan Hajnoczi
2011-06-15Introduce format string for pid_tAndreas Färber
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini
2011-03-26report that QEMU process was killed by a signalGleb Natapov
2011-03-16Expose thread_id in info cpusJan Kiszka
2010-10-30Separate qemu_pidfile() into OS specific versionsJes Sorensen
2010-10-30We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen
2010-08-20Use ARRAY_SIZE macroBlue Swirl
2010-07-06Include sys/mman.h before qemu-options.hJes Sorensen
2010-06-12Move set_proc_name() to OS specific files.Jes Sorensen