index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os-posix.c
Age
Commit message (
Expand
)
Author
2018-10-02
util: add qemu_write_pidfile()
Marc-André Lureau
2018-08-31
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
Thomas Huth
2018-05-09
qemu-options: Bail out on unsupported options instead of silently ignoring them
Thomas Huth
2018-04-26
os-posix: cleanup: Replace perror with error_report
Ian Jackson
2018-04-26
os-posix: cleanup: Replace fprintf with error_report in remaining call sites
Ian Jackson
2018-04-26
os-posix: Provide new -runas <uid>:<gid> facility
Ian Jackson
2018-04-26
os-posix: cleanup: Replace fprintfs with error_report in change_process_uid
Ian Jackson
2017-10-16
os-posix: Drop misleading comment
Markus Armbruster
2017-08-08
Revert "rcu: do not create thread in pthread_atfork callback"
Paolo Bonzini
2016-07-17
use g_path_get_dirname instead of dirname
Wei Jiangang
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-02-22
log: Redirect stderr to logfile if deamonized
Dimitris Aragiorgis
2016-02-04
all: Clean up includes
Peter Maydell
2016-02-04
net/slirp: Tell the users when they are using deprecated options
Thomas Huth
2015-04-01
rcu: do not create thread in pthread_atfork callback
Paolo Bonzini
2014-11-02
os-posix: reorder parent notification for -daemonize
Michael Tokarev
2014-11-02
pidfile: stop making pidfile error a special case
Michael Tokarev
2014-11-02
os-posix: replace goto again with a proper loop
Michael Tokarev
2014-11-02
os-posix: use global daemon_pipe instead of cryptic fds[1]
Michael Tokarev
2014-11-02
Revert "os-posix: report error message when lock file failed"
Michael Tokarev
2014-09-26
os-posix: report error message when lock file failed
Gonglei
2014-09-26
os-posix: remove confused errno
Gonglei
2014-09-26
os-posix: change tab to space avoid violating coding style
Gonglei
2014-03-13
oslib-posix: Fix build on FreeBSD
Andreas Färber
2014-02-20
util: Split out exec_dir from os_find_datadir
Fam Zheng
2013-04-22
Add option to mlock qemu and guest memory
Satoru Moriya
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
2012-10-05
cleanup useless return sentence
Amos Kong
2012-10-05
os-posix: avoid buffer overrun
Jim Meyering
2012-09-23
curses: don't initialize curses when qemu is daemonized
Hitoshi Mitake
2012-08-03
fips: fix build on !Linux
Anthony Liguori
2012-04-26
os-posix: Fix build on FreeBSD
Nathan Whitehorn
2012-02-01
keep the PID file locked for the lifetime of the process
Laszlo Ersek
2011-12-22
link the main loop and its dependencies into the tools
Paolo Bonzini
2011-11-11
os-posix: Plug fd leak in qemu_create_pidfile()
Markus Armbruster
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-12
os-posix: set groups properly for -runas
Stefan Hajnoczi
2011-06-15
Introduce format string for pid_t
Andreas Färber
2011-03-29
add a service to reap zombies, use it in SLIRP
Paolo Bonzini
2011-03-26
report that QEMU process was killed by a signal
Gleb Natapov
2011-03-16
Expose thread_id in info cpus
Jan Kiszka
2010-10-30
Separate qemu_pidfile() into OS specific versions
Jes Sorensen
2010-10-30
We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c
Jes Sorensen
2010-08-20
Use ARRAY_SIZE macro
Blue Swirl
2010-07-06
Include sys/mman.h before qemu-options.h
Jes Sorensen
2010-06-12
Move set_proc_name() to OS specific files.
Jes Sorensen
2010-06-12
Move line-buffering setup to OS specific files.
Jes Sorensen
2010-06-12
Make os_change_process_uid and os_change_root os-posix.c local
Jes Sorensen
[next]