| Commit message (Expand) | Author | Age | Files | Lines |
* | vl: relocate paths to data directories | Paolo Bonzini | 2020-09-30 | 1 | -20/+0 |
* | oslib: do not call g_strdup from qemu_get_exec_dir | Paolo Bonzini | 2020-09-30 | 1 | -5/+1 |
* | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 2020-09-16 | 1 | -1/+1 |
* | meson: link emulators without Makefile.target | Paolo Bonzini | 2020-08-21 | 1 | -2/+2 |
* | qemu/osdep: Document os_find_datadir() return value | Philippe Mathieu-Daudé | 2020-07-21 | 1 | -0/+3 |
* | build: Check that mlockall() exists | David CARLIER | 2020-07-13 | 1 | -0/+4 |
* | os-posix: simplify os_find_datadir | Marc-André Lureau | 2019-12-17 | 1 | -28/+13 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | util: add qemu_write_pidfile() | Marc-André Lureau | 2018-10-02 | 1 | -24/+0 |
* | net: Remove the deprecated -tftp, -bootp, -redir and -smb options | Thomas Huth | 2018-08-31 | 1 | -8/+0 |
* | qemu-options: Bail out on unsupported options instead of silently ignoring them | Thomas Huth | 2018-05-09 | 1 | -1/+5 |
* | os-posix: cleanup: Replace perror with error_report | Ian Jackson | 2018-04-26 | 1 | -4/+4 |
* | os-posix: cleanup: Replace fprintf with error_report in remaining call sites | Ian Jackson | 2018-04-26 | 1 | -2/+2 |
* | os-posix: Provide new -runas <uid>:<gid> facility | Ian Jackson | 2018-04-26 | 1 | -12/+65 |
* | os-posix: cleanup: Replace fprintfs with error_report in change_process_uid | Ian Jackson | 2018-04-26 | 1 | -5/+5 |
* | os-posix: Drop misleading comment | Markus Armbruster | 2017-10-16 | 1 | -1/+0 |
* | Revert "rcu: do not create thread in pthread_atfork callback" | Paolo Bonzini | 2017-08-08 | 1 | -2/+0 |
* | use g_path_get_dirname instead of dirname | Wei Jiangang | 2016-07-17 | 1 | -1/+2 |
* | os-posix: include sys/mman.h | Paolo Bonzini | 2016-06-16 | 1 | -1/+0 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -0/+1 |
* | log: Redirect stderr to logfile if deamonized | Dimitris Aragiorgis | 2016-02-22 | 1 | -1/+5 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -5/+1 |
* | net/slirp: Tell the users when they are using deprecated options | Thomas Huth | 2016-02-04 | 1 | -0/+3 |
* | rcu: do not create thread in pthread_atfork callback | Paolo Bonzini | 2015-04-01 | 1 | -0/+2 |
* | os-posix: reorder parent notification for -daemonize | Michael Tokarev | 2014-11-02 | 1 | -9/+10 |
* | pidfile: stop making pidfile error a special case | Michael Tokarev | 2014-11-02 | 1 | -23/+8 |
* | os-posix: replace goto again with a proper loop | Michael Tokarev | 2014-11-02 | 1 | -10/+6 |
* | os-posix: use global daemon_pipe instead of cryptic fds[1] | Michael Tokarev | 2014-11-02 | 1 | -4/+6 |
* | Revert "os-posix: report error message when lock file failed" | Michael Tokarev | 2014-11-02 | 1 | -2/+0 |
* | os-posix: report error message when lock file failed | Gonglei | 2014-09-26 | 1 | -0/+2 |
* | os-posix: remove confused errno | Gonglei | 2014-09-26 | 1 | -1/+1 |
* | os-posix: change tab to space avoid violating coding style | Gonglei | 2014-09-26 | 1 | -37/+42 |
* | oslib-posix: Fix build on FreeBSD | Andreas Färber | 2014-03-13 | 1 | -4/+0 |
* | util: Split out exec_dir from os_find_datadir | Fam Zheng | 2014-02-20 | 1 | -35/+7 |
* | Add option to mlock qemu and guest memory | Satoru Moriya | 2013-04-22 | 1 | -0/+12 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno | 2012-10-06 | 1 | -1/+0 |
|\ |
|
| * | cleanup useless return sentence | Amos Kong | 2012-10-05 | 1 | -1/+0 |
* | | os-posix: avoid buffer overrun | Jim Meyering | 2012-10-05 | 1 | -2/+1 |
|/ |
|
* | curses: don't initialize curses when qemu is daemonized | Hitoshi Mitake | 2012-09-23 | 1 | -0/+5 |
* | fips: fix build on !Linux | Anthony Liguori | 2012-08-04 | 1 | -0/+5 |
* | os-posix: Fix build on FreeBSD | Nathan Whitehorn | 2012-04-26 | 1 | -0/+4 |
* | keep the PID file locked for the lifetime of the process | Laszlo Ersek | 2012-02-01 | 1 | -1/+1 |
* | link the main loop and its dependencies into the tools | Paolo Bonzini | 2011-12-22 | 1 | -42/+0 |
* | os-posix: Plug fd leak in qemu_create_pidfile() | Markus Armbruster | 2011-11-11 | 1 | -0/+3 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -2/+2 |
* | os-posix: set groups properly for -runas | Stefan Hajnoczi | 2011-07-12 | 1 | -0/+6 |
* | Introduce format string for pid_t | Andreas Färber | 2011-06-15 | 1 | -1/+1 |
* | add a service to reap zombies, use it in SLIRP | Paolo Bonzini | 2011-03-29 | 1 | -9/+0 |