1. 0f66998 vnc: disable VNC password authentication (security type 2) when in FIPS mode by Paul Moore · 13 years ago
  2. 93bfef4 Allow machines to configure the QEMU_VERSION that's exposed via hardware by Crístian Viana · 13 years ago
  3. 128aa58 move corking functions to osdep.c by Paolo Bonzini · 13 years ago
  4. 993295f add qemu_send_full and qemu_recv_full by Paolo Bonzini · 13 years ago
  5. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  6. b45e9c0 Remove unncessary includes by Jes Sorensen · 14 years ago
  7. bc4a957 Separate qemu_pidfile() into OS specific versions by Jes Sorensen · 14 years ago
  8. dc786bc Move qemu_gettimeofday() to OS specific files by Jes Sorensen · 14 years ago
  9. 949d31e We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c by Jes Sorensen · 14 years ago
  10. 70e72ce qemu_pipe() is used only by POSIX code, so move to oslib-posix.c by Jes Sorensen · 14 years ago
  11. 9549e76 Move osdep socket code to oslib-{posix,win32}.c by Jes Sorensen · 14 years ago
  12. c1b0b93 Move QEMU OS dependant library functions to OS specific files by Jes Sorensen · 14 years ago
  13. e78815a Introduce qemu_madvise() by Andreas Färber · 14 years ago
  14. cd245a1 trace: Trace qemu_malloc() and qemu_vmalloc() by Stefan Hajnoczi · 15 years ago
  15. 4972d59 win32: Add missing function ffs by Stefan Weil · 15 years ago
  16. 1298cb6 documentation: qemu_write_full don't work with non-blocking fd's by Juan Quintela · 15 years ago
  17. 153ceef Fix qemu_eventfd compile when !CONFIG_EVENTFD by Avi Kivity · 15 years ago
  18. f3dfda6 use eventfd for iothread by Paolo Bonzini · 15 years ago
  19. f582af5 fix placement of config-host.h inclusion by Paolo Bonzini · 15 years ago
  20. d2d5adc Tell users about out-of-memory errors by Stefan Weil · 15 years ago
  21. 7b5f699 Introduce qemu_write_full() by Kirill A. Shutemov · 15 years ago
  22. 347ed55 osdep.c: Fix accept4 fallback by Kevin Wolf · 15 years ago
  23. 099fe23 fix pidfile option to work in WIN32 by Juha Riihimäki · 15 years ago
  24. 3a03bfa osdep: Fix runtime failure on older Linux kernels by Andre Przywara · 15 years ago
  25. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  26. d741429 Add #defines needed by OpenSolaris, fix breakage by the #defines by Blue Swirl · 15 years ago
  27. a25a0ef Only build osdep once by Anthony Liguori · 16 years ago
  28. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 16 years ago
  29. 71e72a1 rename HOST_BSD to CONFIG_BSD by Juan Quintela · 16 years ago
  30. dfe5fff change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} by Juan Quintela · 16 years ago
  31. d644f8b Add out of memory and zero size argument checks to be consistent with by malc · 16 years ago
  32. 88ca2a5 Add tool_osdep.c by Paul Brook · 16 years ago
  33. 640f42e kqemu: merge CONFIG_KQEMU and USE_KQEMU by blueswir1 · 16 years ago
  34. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  35. 179a2c1 Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure by blueswir1 · 16 years ago
  36. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  37. d40cdb1 Fix BSD breakage from r6736 by blueswir1 · 16 years ago
  38. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  39. d456ae3 Remove redundant #ifdef _BSD by blueswir1 · 16 years ago
  40. 5f8712a Use MAP_ANON also for FreeBSD (Juergen Lock) by blueswir1 · 16 years ago
  41. 48253bd Use qemu_memalign instead of memalign in qemu_vmalloc by malc · 16 years ago
  42. c2b48b6 Fix -linux-user build by reverting r5701 by aliguori · 16 years ago
  43. 6f7af85 Allocate guest memory on host page boundaries (Hollis Blanchard) by aliguori · 16 years ago
  44. 15ed71b Define OS-dependent qemu_getpagesize() (Hollis Blanchard) by aliguori · 16 years ago
  45. 03ff3ca Use common objects for qemu-img and qemu-nbd by aliguori · 16 years ago
  46. 128ab2f Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
  47. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  48. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  49. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  50. 2520c66 Use "mount -o remount" instead of "umount" and "mount /dev/shm", by aurel32 · 17 years ago
  51. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  52. 33f0027 Add "cache" parameter to "-drive" (Laurent Vivier). by balrog · 17 years ago
  53. 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
  54. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  55. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  56. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  57. 29b3a66 Windows build fixes. by pbrook · 18 years ago
  58. aa26bb2 qemu_create_pidfile implementation for Win32, based on a patch by by ths · 18 years ago
  59. 605686c Kqemu support for Solaris, by Ben Taylor. by ths · 18 years ago
  60. 243a273 fd leak fix (Igor Kovalenko) by bellard · 19 years ago
  61. 7f1a839 removed unused code by bellard · 19 years ago
  62. d62ca2b removed unused code by bellard · 19 years ago
  63. 6cb7ee8 Only use /dev/shm hack when kqemu is enabled. by pbrook · 19 years ago
  64. 6bae7ed informative message about low memory on /dev/shm by bellard · 20 years ago
  65. 6e4255f windows support for kqemu (Filip Navara) by bellard · 20 years ago
  66. 194884d win32 + Mac OS X compile fix by bellard · 20 years ago
  67. 49b470e shared pages memory allocation by bellard · 20 years ago
  68. d2bfb39 use the kernel sigaction syscall to avoid relying on glibc one by bellard · 21 years ago
  69. 2571929 added qemu_strdup() by bellard · 21 years ago
  70. 57c3072 fixing free by bellard · 21 years ago
  71. 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
  72. 07d8986 added qemu_mallocz() by bellard · 21 years ago
  73. ea88812 added OS dependent functions (temporary as most functions are generic in fact) by bellard · 21 years ago