1. 443916d Move filedescriptor parsing code from net.c into qemu_parse_fd() by Stefan Berger · 13 years ago
  2. fdc9c41 Fix up some style nits of last uq/master merge by Jan Kiszka · 13 years ago
  3. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  4. a732e1b qemu: Add strtosz_suffix_unit function by Joerg Roedel · 13 years ago
  5. e0d9c6f QCOW2: bug fix - read base image beyond its size by Chunqiang Tang · 14 years ago
  6. 2be22ca strtosz(): Use suffix macros in switch() statement by Jes Sorensen · 14 years ago
  7. 7eb0534 strtosz(): Fix name confusion in use of modf() by Jes Sorensen · 14 years ago
  8. a2afc2c strtosz() use qemu_toupper() to simplify switch statement by Jes Sorensen · 14 years ago
  9. f3bd362 strtosz(): use unsigned char and switch to qemu_isspace() by Jes Sorensen · 14 years ago
  10. 70b4f4b Make strtosz() return int64_t instead of ssize_t by Jes Sorensen · 14 years ago
  11. d842700 Introduce strtosz_suffix() by Jes Sorensen · 14 years ago
  12. 9f9b17a Introduce strtosz() library function to convert a string to a byte count. by Jes Sorensen · 14 years ago
  13. b8a83a4 cutils: qemu_iovec_copy and qemu_iovec_memset by Kevin Wolf · 14 years ago
  14. db1a497 split out qemu-timer.c by Paolo Bonzini · 14 years ago
  15. 5f6b9e8 Probe for fdatasync() by Blue Swirl · 15 years ago
  16. 6f1953c block: use fdatasync instead of fsync if possible by Christoph Hellwig · 15 years ago
  17. 40b4f53 Add bdrv_aio_multiwrite by Kevin Wolf · 15 years ago
  18. 1cec71e Revert "support colon in filenames" by Anthony Liguori · 15 years ago
  19. d43277c Fix missing strnlen problems by Blue Swirl · 15 years ago
  20. 707c0db support colon in filenames by Ram Pai · 15 years ago
  21. 5561650 Include assert.h from qemu-common.h by Paul Brook · 15 years ago
  22. 522584a add qemu_iovec_init_external (Christoph Hellwig) by aliguori · 15 years ago
  23. be95946 Add qemu_iovec_reset() (Avi Kivity) by aliguori · 16 years ago
  24. 249aa74 qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) by aliguori · 16 years ago
  25. 44e3ee8 I/O vector helpers (Avi Kivity) by aliguori · 16 years ago
  26. ad46db9 Rename fls to qemu_fls by blueswir1 · 16 years ago
  27. 8d371d4 Define fls() in terms of clz32(). by aliguori · 16 years ago
  28. b39ade8 Introduce fls() helper by aliguori · 16 years ago
  29. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  30. 793a10a Revert r5532, r5536 and a piece of r5531. by balrog · 16 years ago
  31. 2bd7318 Replace uses of strndup (a GNU extension) with Qemu pstrdup by blueswir1 · 16 years ago
  32. 17e2377 Prevent guest reusing host memory allocations. by pbrook · 16 years ago
  33. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 16 years ago
  34. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  35. 3c6b208 always use mktimegm by bellard · 17 years ago
  36. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  37. 18607dc added cutils.c by bellard · 18 years ago