1. f57fb88 Merge remote-tracking branch 'stefanha/net' into staging by Anthony Liguori · 13 years ago
  2. c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 13 years ago
  3. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  4. a005d07 net: Remove VLANState by Stefan Hajnoczi · 13 years ago
  5. 2a025ae cutils: add strpadcpy() by Dmitry Fleytman · 13 years ago
  6. ac873f1 cpus.c: Make all_cpu_threads_idle() static by Peter Maydell · 13 years ago
  7. 23797df Merge remote-tracking branch 'mjt/mjt-iov2' into staging by Anthony Liguori · 13 years ago
  8. 6607ae2 Add MigrationParams structure by Isaku Yamahata · 13 years ago
  9. 679042f qdev-properties: Introduce pci-host-devaddr. by Anthony PERARD · 13 years ago
  10. dfc65f1 Un-inline fdctrl_init_isa() by Markus Armbruster · 13 years ago
  11. 2fc8ae1 cleanup qemu_co_sendv(), qemu_co_recvv() and friends by Michael Tokarev · 13 years ago
  12. 3e80bf9 rename qemu_sendv to iov_send, change proto and move declarations to iov.h by Michael Tokarev · 13 years ago
  13. d5e6b16 change qemu_iovec_to_buf() to match other to,from_buf functions by Michael Tokarev · 13 years ago
  14. 1b093c4 consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent by Michael Tokarev · 13 years ago
  15. 0339614 allow qemu_iovec_from_buffer() to specify offset from which to start copying by Michael Tokarev · 13 years ago
  16. 3d9b492 consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset() by Michael Tokarev · 13 years ago
  17. 74f4d22 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  18. 14de9ba Introduce MSIMessage structure by Jan Kiszka · 13 years ago
  19. 2084a8e declare ECANCELED on all machines by Paolo Bonzini · 13 years ago
  20. 4e1957a Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging by Anthony Liguori · 13 years ago
  21. 49ee359 qtest: add C version of test infrastructure by Anthony Liguori · 13 years ago
  22. 039f835 cleanup obsolete typedef by Joshua Housh · 13 years ago
  23. 1dc324d shpc: standard hot plug controller by Michael S. Tsirkin · 13 years ago
  24. 371c648 w64: Don't redefine lseek, ftruncate by Stefan Weil · 13 years ago
  25. c0fd260 Move definition of HOST_LONG_BITS to qemu-common.h by Stefan Weil · 13 years ago
  26. 1a6d39f cutils: extract buffer_is_zero() from qemu-img.c by Stefan Hajnoczi · 13 years ago
  27. 1ce0512 qdev: remove print/parse methods from LostTickPolicy properties by Paolo Bonzini · 13 years ago
  28. 4e4fa39 qdev: Introduce lost tick policy property by Jan Kiszka · 13 years ago
  29. 8c5135f sheepdog: move coroutine send/recv function to generic code by Paolo Bonzini · 14 years ago
  30. 993295f add qemu_send_full and qemu_recv_full by Paolo Bonzini · 14 years ago
  31. 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
  32. 3951690 qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macros by Stefan Hajnoczi · 13 years ago
  33. 443916d Move filedescriptor parsing code from net.c into qemu_parse_fd() by Stefan Berger · 13 years ago
  34. d3b12f5 main-loop: create main-loop.c by Paolo Bonzini · 14 years ago
  35. 44a9b35 main-loop: create main-loop.h by Paolo Bonzini · 14 years ago
  36. 946fb27 qemu-timer: move icount to cpus.c by Paolo Bonzini · 14 years ago
  37. 74e26c1 core: remove qemu_service_io by Frediano Ziglio · 14 years ago
  38. 41a7482 Remove qemu_malloc/qemu_free by Anthony Liguori · 14 years ago
  39. 1401530 Make glib mandatory and fixup utils appropriately by Anthony Liguori · 14 years ago
  40. 986563b Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  41. d5ab971 Avoid allocating TCG resources in non-TCG mode by Jan Kiszka · 14 years ago
  42. a732e1b qemu: Add strtosz_suffix_unit function by Joerg Roedel · 14 years ago
  43. 5df0a2a Merge remote-tracking branch 'kraxel/usb.22' into staging by Anthony Liguori · 14 years ago
  44. d35bf9a move QEMUSGList typedef by Gerd Hoffmann · 14 years ago
  45. 384acbf async: Remove AsyncContext by Kevin Wolf · 14 years ago
  46. 332ae28 move WORDS_ALIGNED to qemu-common.h by Paolo Bonzini · 14 years ago
  47. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  48. 5c02632 Introduce compiler.h header file by Luiz Capitulino · 14 years ago
  49. 462df28 Remove unneeded setjmp.h (fix compilation on Debian "lenny") by Stefan Weil · 14 years ago
  50. 6a33e7b w32: Remove redundant definitions of PRI*64 by Stefan Weil · 14 years ago
  51. 3bbbee1 cocoa: Provide central qemu_main() prototype by Andreas Färber · 14 years ago
  52. 86f69a9 Fix compilation warning due to missing header for sigaction by Alexandre Raymond · 14 years ago
  53. 3bfe4db Add documentation for qemu_progress_{init,print}() by Jes Sorensen · 14 years ago
  54. 077030d w32: Fix missing declaration of ffs() by Stefan Weil · 14 years ago
  55. 082b555 Move generic or OS function declarations to qemu-common.h by Blue Swirl · 14 years ago
  56. ab33fcd enable vm_clock to "warp" in the iothread+icount case by Paolo Bonzini · 14 years ago
  57. 6b837bc qemu-img: Initial progress printing support by Jes Sorensen · 14 years ago
  58. 4d54ec7 add a service to reap zombies, use it in SLIRP by Paolo Bonzini · 14 years ago
  59. 0298141 extract I/O handler lists to iohandler.c by Paolo Bonzini · 14 years ago
  60. 316378e x86: Refine error reporting of MCE injection services by Jan Kiszka · 14 years ago
  61. b7680cb Refactor thread retrieval and check by Jan Kiszka · 14 years ago
  62. dcfd086 WIN32: Add missing include for 'struct timeval', used in vnc.h by Hervé Poussineau · 14 years ago
  63. 79f2b6f Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 14 years ago
  64. 46d62fa Introduce VCPU self-signaling service by Jan Kiszka · 14 years ago
  65. e0d9c6f QCOW2: bug fix - read base image beyond its size by Chunqiang Tang · 14 years ago
  66. 904ebff blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.h by Markus Armbruster · 14 years ago
  67. d714245 Add documentation for STRTOSZ_DEFSUFFIX_ macros by Jes Sorensen · 14 years ago
  68. 70b4f4b Make strtosz() return int64_t instead of ssize_t by Jes Sorensen · 14 years ago
  69. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  70. 818c2e1 Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu by Aurelien Jarno · 14 years ago
  71. d842700 Introduce strtosz_suffix() by Jes Sorensen · 14 years ago
  72. 3c9405a vnc: support password expire by Gerd Hoffmann · 14 years ago
  73. 34e6594 pcie/aer: helper functions for pcie aer capability by Isaku Yamahata · 14 years ago
  74. 9f9b17a Introduce strtosz() library function to convert a string to a byte count. by Jes Sorensen · 14 years ago
  75. 4f25ac5 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  76. b152aa8 Consolidate oom_check() functions by Jes Sorensen · 14 years ago
  77. dc786bc Move qemu_gettimeofday() to OS specific files by Jes Sorensen · 14 years ago
  78. f868445 Add fprintf_function for function pointers to fprintf-like functions by Stefan Weil · 14 years ago
  79. 338b922 Mov muldiv64 to qemu-common.h (Thus unbreaking gus) by malc · 14 years ago
  80. b907b69 Merge branch 'pci' into for_anthony by Michael S. Tsirkin · 14 years ago
  81. c57c846 qemu-timer: move commonly used timer code to qemu-timer-common by Blue Swirl · 14 years ago
  82. 47b01cf Remove special handling of system include files (no longer needed) by Stefan Weil · 14 years ago
  83. bc20ba9 pcie port: define struct PCIEPort/PCIESlot and helper functions by Isaku Yamahata · 14 years ago
  84. 0428527 pcie: helper functions for pcie capability and extended capability by Isaku Yamahata · 14 years ago
  85. e5924d8 Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 15 years ago
  86. 9c9e7d5 Move macros GCC_ATTR and GCC_FMT_ATTR to common header file by Stefan Weil · 15 years ago
  87. b8a83a4 cutils: qemu_iovec_copy and qemu_iovec_memset by Kevin Wolf · 15 years ago
  88. 68f7999 pci_bridge: introduce pci bridge library. by Isaku Yamahata · 15 years ago
  89. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  90. 92a16d7 apic: qdev conversion cleanup by Blue Swirl · 15 years ago
  91. 893a9cb cow: stop using mmap by Christoph Hellwig · 15 years ago
  92. 1116582 Move stdbool.h by Paul Brook · 15 years ago
  93. e82bcec port qemu-kvm's on_vcpu code by Marcelo Tosatti · 15 years ago
  94. 2be24aa virtio: move typedef to qemu-common by Michael S. Tsirkin · 15 years ago
  95. 2292b33 notifier: event notifier implementation by Michael S. Tsirkin · 15 years ago
  96. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  97. d2053c3 Move cpu_exec_init_all() declaration to qemu-common.h by Blue Swirl · 15 years ago
  98. 7b27a76 rename IOCanRWHandler to IOCanReadHandler by Juan Quintela · 15 years ago
  99. db1a497 split out qemu-timer.c by Paolo Bonzini · 15 years ago
  100. 724c689 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 15 years ago