1. 986baba util/oslib-win32: add qemu_get_host_physmem implementation by Alex Bennée · 4 years, 6 months ago
  2. ad06ef0 util: add qemu_get_host_physmem utility function by Alex Bennée · 4 years, 6 months ago
  3. 894022e net: check if the file descriptor is valid before using it by Laurent Vivier · 4 years, 6 months ago
  4. e47f476 util: Introduce qemu_get_host_name() by Michal Privoznik · 4 years, 7 months ago
  5. 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
  6. f1cd5d4 util: WSAEWOULDBLOCK on connect should map to EINPROGRESS by Marc-André Lureau · 5 years ago
  7. 72d41eb memory: fetch pmem size in get_file_size() by Stefan Hajnoczi · 5 years ago
  8. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  9. 314aec4 hostmem-file: reject invalid pmem file sizes by Stefan Hajnoczi · 6 years ago
  10. 9e6bdef util: add qemu_write_pidfile() by Marc-André Lureau · 6 years ago
  11. 714efd5 util/oslib-win32: indicate alignment for qemu_anon_ram_alloc() by David Hildenbrand · 6 years ago
  12. 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
  13. 788cf9f block: rip out all traces of password prompting by Daniel P. Berrange · 8 years ago
  14. 0ec7b53 util/oslib-win32: Remove if conditional by Alistair Francis · 8 years ago
  15. 1e356fc mem-prealloc: reduce large guest start-up and migration time. by Jitendra Kolhe · 8 years ago
  16. 1706e9d win32: use glib gpoll if glib >= 2.50 by Marc-André Lureau · 8 years ago
  17. 7dc9ae4 util: Introduce qemu_get_pid_name by Michal Privoznik · 8 years ago
  18. 056b68a fix qemu exit on memory hotplug when allocation fails at prealloc time by Igor Mammedov · 8 years ago
  19. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  20. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  21. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  22. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  23. a2d96af osdep: add wrappers for socket functions by Daniel P. Berrange · 9 years ago
  24. c619644 osdep: fix socket_error() to work with Mingw64 by Daniel P. Berrange · 9 years ago
  25. aafd758 util: Clean up includes by Peter Maydell · 9 years ago
  26. a28c2f2 oslib-win32: Change return type of function getpagesize by Stefan Weil · 9 years ago
  27. 57cb38b osdep: add qemu_fork() wrapper for safely handling signals by Daniel P. Berrange · 9 years ago
  28. 4d9310f oslib-win32: only provide localtime_r/gmtime_r if missing by Daniel P. Berrange · 9 years ago
  29. d57e4e4 util: move read_password method out of qemu-img into osdep/oslib by Daniel P. Berrange · 10 years ago
  30. a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
  31. 7d2a35c block: Introduce qemu_try_blockalign() by Kevin Wolf · 11 years ago
  32. 0a99aae Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  33. 3818331 memory: move preallocation code out of exec.c by Paolo Bonzini · 11 years ago
  34. e637aa6 w32: Fix regression caused by new g_poll implementation by Stefan Weil · 11 years ago
  35. 5a00754 glib: fix g_poll early timeout on windows by Sangho Park · 11 years ago
  36. 10f5bff util: Split out exec_dir from os_find_datadir by Fam Zheng · 11 years ago
  37. 13401ba osdep: add qemu_set_tty_echo() by Stefan Hajnoczi · 11 years ago
  38. 606600a util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  39. 3922825 exec: Don't abort when we can't allocate guest memory by Markus Armbruster · 11 years ago
  40. e2ea351 osdep: add qemu_get_local_state_pathname() by Laszlo Ersek · 12 years ago
  41. e7a09b9 osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory by Paolo Bonzini · 12 years ago
  42. 6eebf95 osdep, kvm: rename low-level RAM allocation functions by Paolo Bonzini · 12 years ago
  43. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  44. 94c8ff3 w32: Make qemu_vfree() accept NULL like the POSIX implementation by Markus Armbruster · 12 years ago
  45. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from oslib-win32.c]
  46. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  47. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  48. 3bc2f57 build: replace weak symbols with a static library by Paolo Bonzini · 12 years ago
  49. 1f001dc compiler: support Darwin weak references by Paolo Bonzini · 12 years ago
  50. dbb5f38 win32: add weak version of qemu_fd_register by Paolo Bonzini · 12 years ago
  51. d3e8f95 w32: Add implementation of gmtime_r, localtime_r by Stefan Weil · 12 years ago
  52. d3385eb main-loop: interrupt wait when data arrives on a socket by Paolo Bonzini · 13 years ago
  53. cbcfa04 link the main loop and its dependencies into the tools by Paolo Bonzini · 13 years ago
  54. 154b9a0 add socket_set_block by Paolo Bonzini · 13 years ago
  55. 57a8821 w32: Remove implementation of function ffs by Stefan Weil · 14 years ago
  56. b152aa8 Consolidate oom_check() functions by Jes Sorensen · 14 years ago
  57. dc786bc Move qemu_gettimeofday() to OS specific files by Jes Sorensen · 14 years ago
  58. 9549e76 Move osdep socket code to oslib-{posix,win32}.c by Jes Sorensen · 14 years ago
  59. c1b0b93 Move QEMU OS dependant library functions to OS specific files by Jes Sorensen · 14 years ago