1. 4c95538 Define ENOTSUP anywhere it isn't defined by Anthony Liguori · 15 years ago
  2. 2880bc3 define ENOTSUP the same that the other errors by Juan Quintela · 15 years ago
  3. 6114fdb rename HAVE_IOVEC to CONFIG_IOVEC by Juan Quintela · 15 years ago
  4. 0e74e66 define MAP_ANONYMOUS if it is not defined in qemu-common.h by Juan Quintela · 15 years ago
  5. 1cec71e Revert "support colon in filenames" by Anthony Liguori · 16 years ago
  6. d43277c Fix missing strnlen problems by Blue Swirl · 16 years ago
  7. 707c0db support colon in filenames by Ram Pai · 16 years ago
  8. 90d3723 SSP bus framework by Paul Brook · 16 years ago
  9. aae9460 Basic qdev infrastructure. by Paul Brook · 16 years ago
  10. 0bfe3ca Constructor support by Anthony Liguori · 16 years ago
  11. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  12. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  13. 8edac96 qemu: introduce qemu_cpu_kick (Marcelo Tosatti) by aliguori · 16 years ago
  14. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  15. d9f75a4 qemu: create helper for event notification (Marcelo Tosatti) by aliguori · 16 years ago
  16. 522584a add qemu_iovec_init_external (Christoph Hellwig) by aliguori · 16 years ago
  17. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  18. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  19. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  20. be95946 Add qemu_iovec_reset() (Avi Kivity) by aliguori · 16 years ago
  21. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  22. 249aa74 qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) by aliguori · 16 years ago
  23. 44e3ee8 I/O vector helpers (Avi Kivity) by aliguori · 16 years ago
  24. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  25. 02082dc Fix Windows build (Hervé Poussineau) by aliguori · 16 years ago
  26. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  27. ad46db9 Rename fls to qemu_fls by blueswir1 · 16 years ago
  28. 331dadd The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h did not. by blueswir1 · 16 years ago
  29. bf9298b Make struct iovec universally available by aliguori · 16 years ago
  30. b39ade8 Introduce fls() helper by aliguori · 16 years ago
  31. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  32. c890684 Include <strings.h> for ffs(). by balrog · 16 years ago
  33. d247d25 sockets: helper functions for qemu (Gerd Hoffman) by aliguori · 16 years ago
  34. ac4b0d0 Add qemu_strndup: qemu_strdup with length limit. by balrog · 16 years ago
  35. 793a10a Revert r5532, r5536 and a piece of r5531. by balrog · 16 years ago
  36. 80d3580 Clarify qemu_bh_schedule_idle() usage by aliguori · 16 years ago
  37. 1b435b1 Make bottom halves more robust by aliguori · 16 years ago
  38. 2bd7318 Replace uses of strndup (a GNU extension) with Qemu pstrdup by blueswir1 · 16 years ago
  39. 9e472e1 Fix IO performance regression in sparc by aliguori · 16 years ago
  40. 1ae26a1 Add a "null" bluetooth HCI and a header file for bluetooth. by balrog · 16 years ago
  41. 2137b4c Add qemu_realloc(), by Gerd Hoffmann. by ths · 16 years ago
  42. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
  43. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  44. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  45. f650305 Unify RTCs that use host time, fix M48t59 alarm. by balrog · 17 years ago
  46. 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
  47. df2542c Avoid duplicated definitions: move common definitions from exec-all.h by j_mayer · 17 years ago
  48. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  49. faf0796 Split block API from vl.h. by pbrook · 17 years ago