1. 7dc9ae4 util: Introduce qemu_get_pid_name by Michal Privoznik · 8 years ago
  2. 056b68a fix qemu exit on memory hotplug when allocation fails at prealloc time by Igor Mammedov · 8 years ago
  3. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 8 years ago
  4. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 8 years ago
  5. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 8 years ago
  6. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 8 years ago
  7. a2d96af osdep: add wrappers for socket functions by Daniel P. Berrange · 8 years ago
  8. c619644 osdep: fix socket_error() to work with Mingw64 by Daniel P. Berrange · 8 years ago
  9. aafd758 util: Clean up includes by Peter Maydell · 8 years ago
  10. a28c2f2 oslib-win32: Change return type of function getpagesize by Stefan Weil · 9 years ago
  11. 57cb38b osdep: add qemu_fork() wrapper for safely handling signals by Daniel P. Berrange · 9 years ago
  12. 4d9310f oslib-win32: only provide localtime_r/gmtime_r if missing by Daniel P. Berrange · 9 years ago
  13. d57e4e4 util: move read_password method out of qemu-img into osdep/oslib by Daniel P. Berrange · 9 years ago
  14. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  15. 7d2a35c block: Introduce qemu_try_blockalign() by Kevin Wolf · 10 years ago
  16. 0a99aae Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  17. 3818331 memory: move preallocation code out of exec.c by Paolo Bonzini · 10 years ago
  18. e637aa6 w32: Fix regression caused by new g_poll implementation by Stefan Weil · 10 years ago
  19. 5a00754 glib: fix g_poll early timeout on windows by Sangho Park · 10 years ago
  20. 10f5bff util: Split out exec_dir from os_find_datadir by Fam Zheng · 10 years ago
  21. 13401ba osdep: add qemu_set_tty_echo() by Stefan Hajnoczi · 11 years ago
  22. 606600a util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  23. 3922825 exec: Don't abort when we can't allocate guest memory by Markus Armbruster · 11 years ago
  24. e2ea351 osdep: add qemu_get_local_state_pathname() by Laszlo Ersek · 11 years ago
  25. e7a09b9 osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory by Paolo Bonzini · 11 years ago
  26. 6eebf95 osdep, kvm: rename low-level RAM allocation functions by Paolo Bonzini · 11 years ago
  27. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 11 years ago
  28. 94c8ff3 w32: Make qemu_vfree() accept NULL like the POSIX implementation by Markus Armbruster · 11 years ago
  29. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from oslib-win32.c]
  30. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  31. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  32. 3bc2f57 build: replace weak symbols with a static library by Paolo Bonzini · 12 years ago
  33. 1f001dc compiler: support Darwin weak references by Paolo Bonzini · 12 years ago
  34. dbb5f38 win32: add weak version of qemu_fd_register by Paolo Bonzini · 12 years ago
  35. d3e8f95 w32: Add implementation of gmtime_r, localtime_r by Stefan Weil · 12 years ago
  36. d3385eb main-loop: interrupt wait when data arrives on a socket by Paolo Bonzini · 12 years ago
  37. cbcfa04 link the main loop and its dependencies into the tools by Paolo Bonzini · 13 years ago
  38. 154b9a0 add socket_set_block by Paolo Bonzini · 13 years ago
  39. 57a8821 w32: Remove implementation of function ffs by Stefan Weil · 13 years ago
  40. b152aa8 Consolidate oom_check() functions by Jes Sorensen · 14 years ago
  41. dc786bc Move qemu_gettimeofday() to OS specific files by Jes Sorensen · 14 years ago
  42. 9549e76 Move osdep socket code to oslib-{posix,win32}.c by Jes Sorensen · 14 years ago
  43. c1b0b93 Move QEMU OS dependant library functions to OS specific files by Jes Sorensen · 14 years ago