1. 082b555 Move generic or OS function declarations to qemu-common.h by Blue Swirl · 14 years ago
  2. ab33fcd enable vm_clock to "warp" in the iothread+icount case by Paolo Bonzini · 14 years ago
  3. 6b837bc qemu-img: Initial progress printing support by Jes Sorensen · 14 years ago
  4. 4d54ec7 add a service to reap zombies, use it in SLIRP by Paolo Bonzini · 14 years ago
  5. 0298141 extract I/O handler lists to iohandler.c by Paolo Bonzini · 14 years ago
  6. 316378e x86: Refine error reporting of MCE injection services by Jan Kiszka · 14 years ago
  7. b7680cb Refactor thread retrieval and check by Jan Kiszka · 14 years ago
  8. dcfd086 WIN32: Add missing include for 'struct timeval', used in vnc.h by Hervé Poussineau · 14 years ago
  9. 79f2b6f Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 14 years ago
  10. 46d62fa Introduce VCPU self-signaling service by Jan Kiszka · 14 years ago
  11. e0d9c6f QCOW2: bug fix - read base image beyond its size by Chunqiang Tang · 14 years ago
  12. 904ebff blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.h by Markus Armbruster · 14 years ago
  13. d714245 Add documentation for STRTOSZ_DEFSUFFIX_ macros by Jes Sorensen · 14 years ago
  14. 70b4f4b Make strtosz() return int64_t instead of ssize_t by Jes Sorensen · 14 years ago
  15. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  16. 818c2e1 Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu by Aurelien Jarno · 14 years ago
  17. d842700 Introduce strtosz_suffix() by Jes Sorensen · 14 years ago
  18. 3c9405a vnc: support password expire by Gerd Hoffmann · 14 years ago
  19. 34e6594 pcie/aer: helper functions for pcie aer capability by Isaku Yamahata · 14 years ago
  20. 9f9b17a Introduce strtosz() library function to convert a string to a byte count. by Jes Sorensen · 14 years ago
  21. 4f25ac5 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  22. b152aa8 Consolidate oom_check() functions by Jes Sorensen · 14 years ago
  23. dc786bc Move qemu_gettimeofday() to OS specific files by Jes Sorensen · 14 years ago
  24. f868445 Add fprintf_function for function pointers to fprintf-like functions by Stefan Weil · 14 years ago
  25. 338b922 Mov muldiv64 to qemu-common.h (Thus unbreaking gus) by malc · 14 years ago
  26. b907b69 Merge branch 'pci' into for_anthony by Michael S. Tsirkin · 14 years ago
  27. c57c846 qemu-timer: move commonly used timer code to qemu-timer-common by Blue Swirl · 14 years ago
  28. 47b01cf Remove special handling of system include files (no longer needed) by Stefan Weil · 14 years ago
  29. bc20ba9 pcie port: define struct PCIEPort/PCIESlot and helper functions by Isaku Yamahata · 14 years ago
  30. 0428527 pcie: helper functions for pcie capability and extended capability by Isaku Yamahata · 14 years ago
  31. e5924d8 Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  32. 9c9e7d5 Move macros GCC_ATTR and GCC_FMT_ATTR to common header file by Stefan Weil · 14 years ago
  33. b8a83a4 cutils: qemu_iovec_copy and qemu_iovec_memset by Kevin Wolf · 15 years ago
  34. 68f7999 pci_bridge: introduce pci bridge library. by Isaku Yamahata · 15 years ago
  35. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  36. 92a16d7 apic: qdev conversion cleanup by Blue Swirl · 15 years ago
  37. 893a9cb cow: stop using mmap by Christoph Hellwig · 15 years ago
  38. 1116582 Move stdbool.h by Paul Brook · 15 years ago
  39. e82bcec port qemu-kvm's on_vcpu code by Marcelo Tosatti · 15 years ago
  40. 2be24aa virtio: move typedef to qemu-common by Michael S. Tsirkin · 15 years ago
  41. 2292b33 notifier: event notifier implementation by Michael S. Tsirkin · 15 years ago
  42. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  43. d2053c3 Move cpu_exec_init_all() declaration to qemu-common.h by Blue Swirl · 15 years ago
  44. 7b27a76 rename IOCanRWHandler to IOCanReadHandler by Juan Quintela · 15 years ago
  45. db1a497 split out qemu-timer.c by Paolo Bonzini · 15 years ago
  46. 724c689 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 15 years ago
  47. 9edf505 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 15 years ago
  48. 24ebf5f get rid of hostregs_helper.h by Paolo Bonzini · 15 years ago
  49. f3dfda6 use eventfd for iothread by Paolo Bonzini · 15 years ago
  50. 186993e pci: move pcibus_t to qemu-common by Michael S. Tsirkin · 15 years ago
  51. e2a305f block: avoid creating too large iovecs in multiwrite_merge by Christoph Hellwig · 15 years ago
  52. 7c7c062 force to test result for qemu_write_full() by Juan Quintela · 15 years ago
  53. 7b5f699 Introduce qemu_write_full() by Kirill A. Shutemov · 15 years ago
  54. beb6f0d Fix QEMU_WARN_UNUSED_RESULT by Kevin Wolf · 15 years ago
  55. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  56. fb47a2e pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h. by Isaku Yamahata · 15 years ago
  57. abd0c6b BCD cleanup by Paul Brook · 15 years ago
  58. 9a1e948 Introduce contexts for asynchronous callbacks by Kevin Wolf · 15 years ago
  59. 4f999d0 Split out bottom halves by Kevin Wolf · 15 years ago
  60. 76d32cb net: add macaddr type. by Gerd Hoffmann · 15 years ago
  61. 747bbdf Suppress warnings about 'warn_unused_result' attribute directive by Blue Swirl · 15 years ago
  62. f710584 net: refactor packet queueing code by Mark McLoughlin · 15 years ago
  63. d549db5 unlock iothread mutex before running kvm ioctl by Glauber Costa · 15 years ago
  64. 6f1953c block: use fdatasync instead of fsync if possible by Christoph Hellwig · 16 years ago
  65. 40b4f53 Add bdrv_aio_multiwrite by Kevin Wolf · 16 years ago
  66. 3702208 user: compile path.c only once by Blue Swirl · 16 years ago
  67. 4c95538 Define ENOTSUP anywhere it isn't defined by Anthony Liguori · 16 years ago
  68. 2880bc3 define ENOTSUP the same that the other errors by Juan Quintela · 16 years ago
  69. 6114fdb rename HAVE_IOVEC to CONFIG_IOVEC by Juan Quintela · 16 years ago
  70. 0e74e66 define MAP_ANONYMOUS if it is not defined in qemu-common.h by Juan Quintela · 16 years ago
  71. 1cec71e Revert "support colon in filenames" by Anthony Liguori · 16 years ago
  72. d43277c Fix missing strnlen problems by Blue Swirl · 16 years ago
  73. 707c0db support colon in filenames by Ram Pai · 16 years ago
  74. 90d3723 SSP bus framework by Paul Brook · 16 years ago
  75. aae9460 Basic qdev infrastructure. by Paul Brook · 16 years ago
  76. 0bfe3ca Constructor support by Anthony Liguori · 16 years ago
  77. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  78. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  79. 8edac96 qemu: introduce qemu_cpu_kick (Marcelo Tosatti) by aliguori · 16 years ago
  80. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  81. d9f75a4 qemu: create helper for event notification (Marcelo Tosatti) by aliguori · 16 years ago
  82. 522584a add qemu_iovec_init_external (Christoph Hellwig) by aliguori · 16 years ago
  83. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  84. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  85. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  86. be95946 Add qemu_iovec_reset() (Avi Kivity) by aliguori · 16 years ago
  87. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  88. 249aa74 qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) by aliguori · 16 years ago
  89. 44e3ee8 I/O vector helpers (Avi Kivity) by aliguori · 16 years ago
  90. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  91. 02082dc Fix Windows build (Hervé Poussineau) by aliguori · 16 years ago
  92. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  93. ad46db9 Rename fls to qemu_fls by blueswir1 · 16 years ago
  94. 331dadd The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h did not. by blueswir1 · 16 years ago
  95. bf9298b Make struct iovec universally available by aliguori · 16 years ago
  96. b39ade8 Introduce fls() helper by aliguori · 16 years ago
  97. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  98. c890684 Include <strings.h> for ffs(). by balrog · 16 years ago
  99. d247d25 sockets: helper functions for qemu (Gerd Hoffman) by aliguori · 16 years ago
  100. ac4b0d0 Add qemu_strndup: qemu_strdup with length limit. by balrog · 16 years ago