1. 5a371a2 slirp: Fix types of IP address parameters by Jan Kiszka · 13 years ago
  2. 81e34a2 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 13 years ago
  3. e06516f Merge remote-tracking branch 'alon/pull-libcacard.data' into staging by Anthony Liguori · 13 years ago
  4. 6e855de Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  5. dfa79e8 Merge remote-tracking branch 'spice/spice.v40' into staging by Anthony Liguori · 13 years ago
  6. c00c0dc Merge remote-tracking branch 'kiszka/queues/slirp' into staging by Anthony Liguori · 13 years ago
  7. 5df0a2a Merge remote-tracking branch 'kraxel/usb.22' into staging by Anthony Liguori · 13 years ago
  8. 47bf05d Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  9. d138cee guest agent: add --enable-guest-agent config option by Michael Roth · 13 years ago
  10. 9af8025 Add support for finding libpng via pkg-config. by Brad · 13 years ago
  11. 46f0879 alpha-softmmu: Disable for the 0.15 release branch. by Richard Henderson · 13 years ago
  12. 1ba1696 configure: Fix bad shell expression for non-Linux hosts by Stefan Weil · 13 years ago
  13. ac72040 virtio-balloon: Unregister savevm section on device unplug by Amit Shah · 13 years ago
  14. 855d7e2 virtio-balloon: Add exit handler, fix memleaks by Amit Shah · 13 years ago
  15. 514e73e balloon: Reject negative balloon values by Amit Shah · 13 years ago
  16. f76f665 virtio-balloon: Check if balloon registration failed by Amit Shah · 13 years ago
  17. 6c6ec18 balloon: Don't allow multiple balloon handler registrations by Amit Shah · 13 years ago
  18. d4443cb virtio-balloon: Fix header comment; add Copyright by Amit Shah · 13 years ago
  19. 73428a8 balloon: Fix header comment; add Copyright by Amit Shah · 13 years ago
  20. 30fb2ca balloon: Separate out stat and balloon handling by Amit Shah · 13 years ago
  21. dce911c virtio-balloon: Separate status handling into separate function by Amit Shah · 13 years ago
  22. 182b920 balloon: Simplify code flow by Amit Shah · 13 years ago
  23. b80bc1d balloon: Add braces around if statements by Amit Shah · 13 years ago
  24. 0a2a30d balloon: Make functions, local vars static by Amit Shah · 13 years ago
  25. fb8f4ce bluetooth: kill dummy usb device, use hid code directly. by Gerd Hoffmann · 13 years ago
  26. b069d34 hid: move idle+protocol from usb-hid to hid too. by Gerd Hoffmann · 13 years ago
  27. dcfda67 usb-hid: split hid code to hw/hid.[ch] by Gerd Hoffmann · 13 years ago
  28. 38931fa usb-hid: add hid_has_events() by Gerd Hoffmann · 13 years ago
  29. 8bde680 usb-hid: add event callback by Gerd Hoffmann · 13 years ago
  30. 0d878ee usb-hid: create & use HIDState by Gerd Hoffmann · 13 years ago
  31. 0ce668b ehci: iovec support, remove buffer by Gerd Hoffmann · 13 years ago
  32. df5e66e uhci: remove buffer by Gerd Hoffmann · 13 years ago
  33. 29c74f7 usb-storage: iovec support by Gerd Hoffmann · 13 years ago
  34. b621bab usb-host: iovec support by Gerd Hoffmann · 13 years ago
  35. 9440b7e usb-serial: iovec support by Gerd Hoffmann · 13 years ago
  36. 4f4321c usb: use iovecs in USBPacket by Gerd Hoffmann · 13 years ago
  37. d35bf9a move QEMUSGList typedef by Gerd Hoffmann · 13 years ago
  38. 8d15028 Add iov_clear() by Gerd Hoffmann · 13 years ago
  39. 3a1dca9 Add iov_hexdump() by Gerd Hoffmann · 13 years ago
  40. fa57ee8 re-activate usb-host for bsd by Gerd Hoffmann · 13 years ago
  41. e7a8a78 block: Use bdrv_co_* instead of synchronous versions in coroutines by Kevin Wolf · 13 years ago
  42. a6f4e09 lm32: softusb: claim to support full speed by Michael Walle · 13 years ago
  43. cb4b4fd vhost: remove an incorrect assert by Michael S. Tsirkin · 13 years ago
  44. 1ab74ce Delayed IP packets by Fabien Chouteau · 13 years ago
  45. 1a0ca1e Simple ARP table by Fabien Chouteau · 13 years ago
  46. 793553a Makefile: delete config.log in distclean by Alexandre Raymond · 13 years ago
  47. 0f1b583 HMP: Remove the duplicated info "info kvm" in hmp-commands.hx. by Zhi Yong Wu · 13 years ago
  48. d41a75a configure: display "no" for disabled kvm/vhost-net by Brad · 13 years ago
  49. 9197a7c qxl: bump pci rev by Gerd Hoffmann · 13 years ago
  50. 3e16b9c qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 support by Alon Levy · 13 years ago
  51. 5ff4e36 qxl: async io support using new spice api by Alon Levy · 13 years ago
  52. bafc72a slirp: Take maintainer token by Jan Kiszka · 13 years ago
  53. ba1d1af posix-aio-compat: Allow read after EOF by Kevin Wolf · 13 years ago
  54. e680cfa coroutines: Use one global bottom half for CoQueue by Kevin Wolf · 13 years ago
  55. 384acbf async: Remove AsyncContext by Kevin Wolf · 13 years ago
  56. 52b8eb6 qcow: Use coroutines by Kevin Wolf · 13 years ago
  57. 68d100e qcow2: Use coroutines by Kevin Wolf · 13 years ago
  58. b96e924 coroutines: Locks by Kevin Wolf · 13 years ago
  59. f9f05dc block: Add bdrv_co_readv/writev emulation by Kevin Wolf · 13 years ago
  60. 6848542 block: Emulate AIO functions with bdrv_co_readv/writev by Kevin Wolf · 13 years ago
  61. da1fa91 block: Add bdrv_co_readv/writev by Kevin Wolf · 13 years ago
  62. 5e3840c coroutine: add test-coroutine --benchmark-lifecycle by Stefan Hajnoczi · 13 years ago
  63. aa7ee42 coroutine: add test-coroutine automated tests by Stefan Hajnoczi · 13 years ago
  64. 4995f0d libcacard: use INSTALL_DATA for data by Alon Levy · 13 years ago
  65. 6749432 Sparc: fix non-faulting unassigned memory accesses by Blue Swirl · 13 years ago
  66. e21a298 qxl: only disallow specific io's in vga mode by Alon Levy · 13 years ago
  67. 7635392 qxl: make qxl_guest_bug take variable arguments by Alon Levy · 13 years ago
  68. 2bce040 qxl: error handling fixes and cleanups. by Gerd Hoffmann · 13 years ago
  69. 8b92e29 qxl: add io_port_to_string by Alon Levy · 13 years ago
  70. 14898cf qxl: fix surface tracking & locking by Gerd Hoffmann · 13 years ago
  71. aee32bf spice/qxl: move worker wrappers by Gerd Hoffmann · 13 years ago
  72. a963f87 spice: add qemu_spice_display_init_common by Gerd Hoffmann · 13 years ago
  73. 5c59d11 spice: add worker wrapper functions. by Gerd Hoffmann · 13 years ago
  74. d0e2fce coroutine: implement coroutines using gthread by Aneesh Kumar K.V · 13 years ago
  75. 00dccaf coroutine: introduce coroutines by Kevin Wolf · 14 years ago
  76. f6e8ffc raw-posix: Always check paio_init result by Frediano Ziglio · 13 years ago
  77. c1ee7d5 raw-posix: Typo fix by Frediano Ziglio · 13 years ago
  78. 5bf3f8e block: Removed unused function bdrv_write_sync by Frediano Ziglio · 13 years ago
  79. f37bd73 scsi-disk: Remove 'drive_kind' by Hannes Reinecke · 13 years ago
  80. 5e30a07 scsi: Sanitize command definitions by Hannes Reinecke · 13 years ago
  81. 8bd3e13 scsi: Remove REZERO_UNIT emulation by Hannes Reinecke · 13 years ago
  82. 3790372 scsi: Remove references to SET_WINDOW by Hannes Reinecke · 13 years ago
  83. 5f71d32 scsi-disk: Codingstyle fixes by Hannes Reinecke · 13 years ago
  84. efc8243 block/vpc.c: Detect too-large vpc file by Serge E. Hallyn · 13 years ago
  85. 49aa46b block: Don't let locked flag prevent medium load by Markus Armbruster · 13 years ago
  86. 822e1cd block: Make BlockDriver method bdrv_eject() return void by Markus Armbruster · 13 years ago
  87. 7bf37fe block: Make BlockDriver method bdrv_set_locked() return void by Markus Armbruster · 13 years ago
  88. 02266d5 block/raw-win32: Drop disabled code for removable host devices by Markus Armbruster · 13 years ago
  89. a19712b block: Reset device model callbacks on detach by Markus Armbruster · 13 years ago
  90. ea8f942 blockdev: Make eject fail for non-removable drives even with -f by Markus Armbruster · 13 years ago
  91. 927d721 microblaze: Add missing call to qemu_init_vcpu. by Peter A. G. Crosthwaite · 13 years ago
  92. 2ec0065 TCG: fix breakage by previous patch by Blue Swirl · 13 years ago
  93. 1bfd07b TCG: fix breakage on some RISC hosts by Blue Swirl · 13 years ago
  94. a640f03 Do constant folding for unary operations. by Kirill Batuzov · 13 years ago
  95. 55c0975 Do constant folding for shift operations. by Kirill Batuzov · 13 years ago
  96. 9a81090 Do constant folding for boolean operations. by Kirill Batuzov · 13 years ago
  97. 53108fb Do constant folding for basic arithmetic operations. by Kirill Batuzov · 13 years ago
  98. 22613af Add copy and constant propagation. by Kirill Batuzov · 13 years ago
  99. 8f2e8c0 Add TCG optimizations stub by Kirill Batuzov · 13 years ago
  100. 3e45717 exec.h cleanup by Blue Swirl · 13 years ago