Age | Commit message (Expand) | Author |
2017-11-02 | oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD | Kamil Rytarowski |
2017-10-20 | oslib-posix: Fix compiler warning and some data types | Stefan Weil |
2017-08-30 | oslib-posix: Print errors before aborting on qemu_alloc_stack() | Eduardo Habkost |
2017-07-21 | util/oslib-posix.c: Avoid warning on NetBSD | Peter Maydell |
2017-07-11 | block: rip out all traces of password prompting | Daniel P. Berrange |
2017-06-12 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2017-06-07 | oslib: strip trailing '\n' from error_setg() string argument | Philippe Mathieu-Daudé |
2017-06-06 | Check the return value of fcntl in qemu_set_cloexec | Stefano Stabellini |
2017-05-25 | util: drop old utimensat() compat code | Greg Kurz |
2017-03-24 | mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case. | Jitendra Kolhe |
2017-03-17 | oslib-posix: fix compilation on OpenBSD | Paolo Bonzini |
2017-03-15 | os: don't corrupt pre-existing memory-backend data with prealloc | Daniel P. Berrange |
2017-03-14 | mem-prealloc: reduce large guest start-up and migration time. | Jitendra Kolhe |
2017-03-03 | cpus: remove ugly cast on sigbus_handler | Paolo Bonzini |
2016-11-22 | Fix FreeBSD (10.x) build after 7dc9ae43 | Ed Maste |
2016-10-28 | clean-up: removed duplicate #includes | Anand J |
2016-10-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-10-04 | util: Introduce qemu_get_pid_name | Michal Privoznik |
2016-09-29 | oslib-posix: add a configure switch to debug stack usage | Peter Lieven |
2016-09-29 | oslib-posix: add helpers for stack alloc and free | Peter Lieven |
2016-08-02 | fix qemu exit on memory hotplug when allocation fails at prealloc time | Igor Mammedov |
2016-07-17 | use g_path_get_dirname instead of dirname | Wei Jiangang |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-05-23 | exec.c: Ensure right alignment also for file backed ram | Dominik Dingel |
2016-04-22 | util: align memory allocations to 2M on AArch64 | Christoffer Dall |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-22 | Remove unneeded include statements for setjmp.h | Stefan Weil |
2016-02-16 | oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h | Peter Maydell |
2016-02-04 | util: Clean up includes | Peter Maydell |
2015-12-02 | util/mmap-alloc: fix hugetlb support on ppc64 | Michael S. Tsirkin |
2015-10-22 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-10-21 | exec: factor out duplicate mmap code | Michael S. Tsirkin |
2015-10-20 | osdep: add qemu_fork() wrapper for safely handling signals | Daniel P. Berrange |
2015-10-01 | oslib: allocate PROT_NONE pages on top of RAM | Michael S. Tsirkin |
2015-10-01 | oslib: rework anonimous RAM allocation | Michael S. Tsirkin |
2015-05-22 | util: allow \n to terminate password input | Daniel P. Berrange |
2015-05-22 | util: move read_password method out of qemu-img into osdep/oslib | Daniel P. Berrange |
2015-03-10 | oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code | Stefan Weil |
2014-11-23 | memory: expose alignment used for allocating RAM as MemoryRegion API | Igor Mammedov |
2014-11-02 | util: Improve os_mem_prealloc error message | Michal Privoznik |
2014-08-15 | block: Introduce qemu_try_blockalign() | Kevin Wolf |
2014-07-10 | oslib-posix: Fix new compiler error with -Wclobbered | Stefan Weil |
2014-06-19 | memory: move preallocation code out of exec.c | Paolo Bonzini |
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 |
2014-01-24 | qemu_memalign: Allow small alignments | Kevin Wolf |
2014-01-22 | osdep: add qemu_set_tty_echo() | Stefan Hajnoczi |