]> git.ipfire.org Git - thirdparty/qemu.git/history - os-posix.c
Merge remote branch 'qemu-kvm/uq/master' into staging
[thirdparty/qemu.git] / os-posix.c
2010-11-01  Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01  Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30  Jes SorensenSeparate qemu_pidfile() into OS specific versions
2010-10-30  Jes SorensenWe only support eventfd under POSIX, move qemu_eventfd...
2010-10-27  Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23  Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-20  Blue SwirlUse ARRAY_SIZE macro
2010-07-06  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06  Jes SorensenInclude sys/mman.h before qemu-options.h
2010-06-14  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14  Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-12  Jes SorensenMove set_proc_name() to OS specific files.
2010-06-12  Jes SorensenMove line-buffering setup to OS specific files.
2010-06-12  Jes SorensenMake os_change_process_uid and os_change_root os-posix...
2010-06-12  Jes SorensenMove daemonize handling to OS specific files
2010-06-12  Jes SorensenMove chroot handling to OS specific files.
2010-06-12  Jes SorensenMove runas handling from vl.c to OS specific files.
2010-06-12  Jes SorensenIntroduce OS specific cmdline argument handling and...
2010-06-12  Jes SorensenMove find_datadir to OS specific files.
2010-06-12  Jes SorensenMove main signal handler setup to os specificfiles.
2010-06-12  Jes SorensenRename os_setup_signal_handling() to os_setup_early_sig...
2010-06-12  Jes SorensenIntroduce os-posix.c and create os_setup_signal_handling()