1. 72d41eb memory: fetch pmem size in get_file_size() by Stefan Hajnoczi · 5 years ago
  2. db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
  3. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  4. 2ac0f16 util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap by Zhang Yi · 6 years ago
  5. 2cb73af Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 6 years ago
  6. 02cdcc9 oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure by Philippe Mathieu-Daudé · 6 years ago
  7. 314aec4 hostmem-file: reject invalid pmem file sizes by Stefan Hajnoczi · 6 years ago
  8. 53adb9d mmap-alloc: fix hugetlbfs misaligned length in ppc64 by Murilo Opsfelder Araujo · 6 years ago
  9. da93b82 util: check the return value of fcntl in qemu_set_{block, nonblock} by Li Qiang · 6 years ago
  10. fc3d1ba oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD by Brad Smith · 6 years ago
  11. 35f7f3f util: use fcntl() for qemu_write_pidfile() locking by Marc-André Lureau · 6 years ago
  12. 9e6bdef util: add qemu_write_pidfile() by Marc-André Lureau · 6 years ago
  13. 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
  14. 9bc5a71 oslib-posix: check for posix_memalign in configure script by Andreas Gustafsson · 7 years ago
  15. 094611b oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD by Kamil Rytarowski · 7 years ago
  16. e947d47 oslib-posix: Fix compiler warning and some data types by Stefan Weil · 7 years ago
  17. e916a6e oslib-posix: Print errors before aborting on qemu_alloc_stack() by Eduardo Habkost · 7 years ago
  18. 02ffa03 util/oslib-posix.c: Avoid warning on NetBSD by Peter Maydell · 7 years ago
  19. 788cf9f block: rip out all traces of password prompting by Daniel P. Berrange · 8 years ago
  20. 2a8469a Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 8 years ago
  21. 462e5d5 oslib: strip trailing '\n' from error_setg() string argument by Philippe Mathieu-Daudé · 8 years ago
  22. 7e6478e Check the return value of fcntl in qemu_set_cloexec by Stefano Stabellini · 8 years ago
  23. fcdcf1e util: drop old utimensat() compat code by Greg Kurz · 8 years ago
  24. dfd0dcc mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case. by Jitendra Kolhe · 8 years ago
  25. 6b3cca7 oslib-posix: fix compilation on OpenBSD by Paolo Bonzini · 8 years ago
  26. 9dc44aa os: don't corrupt pre-existing memory-backend data with prealloc by Daniel P. Berrange · 8 years ago
  27. 1e356fc mem-prealloc: reduce large guest start-up and migration time. by Jitendra Kolhe · 8 years ago
  28. d98d407 cpus: remove ugly cast on sigbus_handler by Paolo Bonzini · 8 years ago
  29. a7764f1 Fix FreeBSD (10.x) build after 7dc9ae43 by Ed Maste · 8 years ago
  30. 814bb12 clean-up: removed duplicate #includes by Anand J · 8 years ago
  31. 86e121a Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  32. 7dc9ae4 util: Introduce qemu_get_pid_name by Michal Privoznik · 8 years ago
  33. 7d992e4 oslib-posix: add a configure switch to debug stack usage by Peter Lieven · 8 years ago
  34. 8737d9e oslib-posix: add helpers for stack alloc and free by Peter Lieven · 8 years ago
  35. 056b68a fix qemu exit on memory hotplug when allocation fails at prealloc time by Igor Mammedov · 8 years ago
  36. 55ad781 use g_path_get_dirname instead of dirname by Wei Jiangang · 9 years ago
  37. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  38. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  39. d2f39ad exec.c: Ensure right alignment also for file backed ram by Dominik Dingel · 9 years ago
  40. ee1e0f8 util: align memory allocations to 2M on AArch64 by Christoffer Dall · 9 years ago
  41. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  42. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  43. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  44. 8ff98f1 Remove unneeded include statements for setjmp.h by Stefan Weil · 9 years ago
  45. d5db2ec oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h by Peter Maydell · 9 years ago
  46. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  47. 7197fb4 util/mmap-alloc: fix hugetlb support on ppc64 by Michael S. Tsirkin · 9 years ago
  48. ca3e40e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  49. 794e8f3 exec: factor out duplicate mmap code by Michael S. Tsirkin · 9 years ago
  50. 57cb38b osdep: add qemu_fork() wrapper for safely handling signals by Daniel P. Berrange · 9 years ago
  51. 9fac18f oslib: allocate PROT_NONE pages on top of RAM by Michael S. Tsirkin · 9 years ago
  52. c2dfc5b oslib: rework anonimous RAM allocation by Michael S. Tsirkin · 9 years ago
  53. 6a11d51 util: allow \n to terminate password input by Daniel P. Berrange · 10 years ago
  54. d57e4e4 util: move read_password method out of qemu-img into osdep/oslib by Daniel P. Berrange · 10 years ago
  55. 2a0457b oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code by Stefan Weil · 10 years ago
  56. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  57. 404ac83 util: Improve os_mem_prealloc error message by Michal Privoznik · 10 years ago
  58. 7d2a35c block: Introduce qemu_try_blockalign() by Kevin Wolf · 11 years ago
  59. b7bf8f5 oslib-posix: Fix new compiler error with -Wclobbered by Stefan Weil · 11 years ago
  60. 3818331 memory: move preallocation code out of exec.c by Paolo Bonzini · 11 years ago
  61. 41975b2 oslib-posix: Fix build on FreeBSD by Andreas Färber · 11 years ago
  62. 10f5bff util: Split out exec_dir from os_find_datadir by Fam Zheng · 11 years ago
  63. e535465 qemu_memalign: Allow small alignments by Kevin Wolf · 11 years ago
  64. 13401ba osdep: add qemu_set_tty_echo() by Stefan Hajnoczi · 11 years ago
  65. 606600a util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  66. 3922825 exec: Don't abort when we can't allocate guest memory by Markus Armbruster · 11 years ago
  67. e2ea351 osdep: add qemu_get_local_state_pathname() by Laszlo Ersek · 12 years ago
  68. e7a09b9 osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory by Paolo Bonzini · 12 years ago
  69. 6eebf95 osdep, kvm: rename low-level RAM allocation functions by Paolo Bonzini · 12 years ago
  70. 7dda5dc migration: initialize RAM to zero by Paolo Bonzini · 12 years ago
  71. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  72. 2e07b29 oslib-posix: Align to permit transparent hugepages on ARM Linux by Peter Maydell · 12 years ago
  73. 0360ccf bsd-user: avoid conflict with qemu_vmalloc by Blue Swirl · 12 years ago
  74. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from oslib-posix.c]
  75. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  76. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  77. 22bfa75 aio: clean up now-unused functions by Paolo Bonzini · 12 years ago
  78. fdec991 s390: autodetect map private by Christian Borntraeger · 13 years ago
  79. 71ea2e0 bsd-user: fix build by Blue Swirl · 13 years ago
  80. cbcfa04 link the main loop and its dependencies into the tools by Paolo Bonzini · 13 years ago
  81. ae0f940 9pfs: improve portability to older systems by Paolo Bonzini · 13 years ago
  82. c2a8238 Support running QEMU on Valgrind by Stefan Weil · 13 years ago
  83. 154b9a0 add socket_set_block by Paolo Bonzini · 13 years ago
  84. 36b5862 qemu_vmalloc: align properly for transparent hugepages and KVM by Avi Kivity · 13 years ago
  85. c7f4111 Add missing trace call to oslib-posix.c:qemu_vmalloc() by Jes Sorensen · 13 years ago
  86. f97742d Darwin: Fix compilation warning regarding the deprecated daemon() function by Alexandre Raymond · 14 years ago
  87. 3867142 virtio-9p: fix build on !CONFIG_UTIMENSAT by Hidetoshi Seto · 14 years ago
  88. b152aa8 Consolidate oom_check() functions by Jes Sorensen · 14 years ago
  89. 70e72ce qemu_pipe() is used only by POSIX code, so move to oslib-posix.c by Jes Sorensen · 14 years ago
  90. 9549e76 Move osdep socket code to oslib-{posix,win32}.c by Jes Sorensen · 14 years ago
  91. c1b0b93 Move QEMU OS dependant library functions to OS specific files by Jes Sorensen · 14 years ago