1. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  2. d9f75a4 qemu: create helper for event notification (Marcelo Tosatti) by aliguori · 16 years ago
  3. 522584a add qemu_iovec_init_external (Christoph Hellwig) by aliguori · 16 years ago
  4. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  5. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  6. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  7. be95946 Add qemu_iovec_reset() (Avi Kivity) by aliguori · 16 years ago
  8. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  9. 249aa74 qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) by aliguori · 16 years ago
  10. 44e3ee8 I/O vector helpers (Avi Kivity) by aliguori · 16 years ago
  11. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  12. 02082dc Fix Windows build (Hervé Poussineau) by aliguori · 16 years ago
  13. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  14. ad46db9 Rename fls to qemu_fls by blueswir1 · 16 years ago
  15. 331dadd The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h did not. by blueswir1 · 16 years ago
  16. bf9298b Make struct iovec universally available by aliguori · 16 years ago
  17. b39ade8 Introduce fls() helper by aliguori · 16 years ago
  18. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  19. c890684 Include <strings.h> for ffs(). by balrog · 16 years ago
  20. d247d25 sockets: helper functions for qemu (Gerd Hoffman) by aliguori · 16 years ago
  21. ac4b0d0 Add qemu_strndup: qemu_strdup with length limit. by balrog · 16 years ago
  22. 793a10a Revert r5532, r5536 and a piece of r5531. by balrog · 16 years ago
  23. 80d3580 Clarify qemu_bh_schedule_idle() usage by aliguori · 16 years ago
  24. 1b435b1 Make bottom halves more robust by aliguori · 16 years ago
  25. 2bd7318 Replace uses of strndup (a GNU extension) with Qemu pstrdup by blueswir1 · 16 years ago
  26. 9e472e1 Fix IO performance regression in sparc by aliguori · 16 years ago
  27. 1ae26a1 Add a "null" bluetooth HCI and a header file for bluetooth. by balrog · 17 years ago
  28. 2137b4c Add qemu_realloc(), by Gerd Hoffmann. by ths · 17 years ago
  29. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
  30. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  31. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  32. f650305 Unify RTCs that use host time, fix M48t59 alarm. by balrog · 17 years ago
  33. 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
  34. df2542c Avoid duplicated definitions: move common definitions from exec-all.h by j_mayer · 17 years ago
  35. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  36. faf0796 Split block API from vl.h. by pbrook · 17 years ago