1. b37a2e4 Revert "serial: fix retry logic" by Michael Tokarev · 13 years ago
  2. 3f668b6 target-cris: Fix typo in D_LOG() macro by Andreas Färber · 12 years ago
  3. 9fc7577 trivial: etraxfs_eth: Eliminate checkpatch errors by Grant Likely · 12 years ago
  4. 177f7fc Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 12 years ago
  5. 36ba580 Merge remote-tracking branch 'kraxel/usb.77' into staging by Anthony Liguori · 12 years ago
  6. a29a6b7 Merge remote-tracking branch 'spice/spice.v68' into staging by Anthony Liguori · 12 years ago
  7. 0bf8264 scsi: Drop useless null test in scsi_unit_attention() by Markus Armbruster · 12 years ago
  8. 032f010 lsi: use qbus_reset_all to reset SCSI bus by Paolo Bonzini · 12 years ago
  9. 0369f06 scsi: fix segfault with 0-byte disk by Paolo Bonzini · 12 years ago
  10. 5b5d34e iscsi: add support for iSCSI NOPs [v2] by Peter Lieven · 12 years ago
  11. 4cc841b iscsi: partly avoid iovec linearization in iscsi_aio_writev by Peter Lieven · 12 years ago
  12. de8864e iscsi: add iscsi_create support by Peter Lieven · 12 years ago
  13. 3470733 usb: add usb-bot device (scsi bulk-only transport). by Gerd Hoffmann · 12 years ago
  14. 7fa96d7 ohci: add missing break by Gerd Hoffmann · 12 years ago
  15. 038c187 qxl: change rom size to 8192 by Alon Levy · 12 years ago
  16. f4c0e50 Revert "usb-storage: Drop useless null test in usb_msd_handle_data()" by Gerd Hoffmann · 12 years ago
  17. e0ac609 qxl: stop using non revision 4 rom fields for revision < 4 by Alon Levy · 12 years ago
  18. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  19. 6fd8e79 vnc: fix possible uninitialized removals by Tim Hardeck · 12 years ago
  20. 7536ee4 vnc: added initial websocket protocol support by Tim Hardeck · 12 years ago
  21. 32ed268 vnc: added buffer_advance function by Tim Hardeck · 12 years ago
  22. 11e9235 virtio-s390-device: create a virtio-s390-bus during init. by KONRAD Frederic · 12 years ago
  23. ea35d4f virtio-s390-bus: add virtio-s390-bus. by KONRAD Frederic · 12 years ago
  24. 085bccb virtio-pci: refactor virtio-pci device. by KONRAD Frederic · 12 years ago
  25. 0a2acf5 virtio-pci-bus: introduce virtio-pci-bus. by KONRAD Frederic · 12 years ago
  26. 8e05db9 virtio-device: refactor virtio-device. by KONRAD Frederic · 12 years ago
  27. ff8eca5 virtio-bus: introduce virtio-bus by KONRAD Frederic · 12 years ago
  28. 1395af6 qdev: add a maximum device allowed field for the bus. by KONRAD Frederic · 12 years ago
  29. 016c718 Merge remote-tracking branch 'quintela/thread.next' into staging by Anthony Liguori · 12 years ago
  30. e0f0183 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  31. f2bdbd5 Merge remote-tracking branch 'kraxel/seabios-1.7.2' into staging by Anthony Liguori · 12 years ago
  32. 56a8810 target-microblaze: Drop unused cpu_mb_close() prototype by Andreas Färber · 12 years ago
  33. a42a56c target-cris: Drop unused cpu_cris_close() prototype by Andreas Färber · 12 years ago
  34. 09a021f hw/tpci200: Fix compiler warning (redefined symbol with MinGW) by Stefan Weil · 12 years ago
  35. acf15c8 configure: silence pkg-config's check for curses by Vadim Evard · 12 years ago
  36. 5facfb4 acpitable: open the data file in binary mode by Michael Tokarev · 12 years ago
  37. d0f5453 hw: Spelling fix in log message by Stefan Weil · 12 years ago
  38. 3588185 seabios: update to 1.7.2 release by Gerd Hoffmann · 12 years ago
  39. 8b17ed4 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  40. b54c287 tci: Fix broken build (regression) by Stefan Weil · 12 years ago
  41. c36dd8a block/raw-posix: Make hdev_aio_discard() available outside Linux by Andreas Färber · 12 years ago
  42. c1db291 usb: Fix compilation for MinGW (regression) by Stefan Weil · 12 years ago
  43. 249fe3f cpu-defs.h: Drop qemu_work_item prototype by Andreas Färber · 12 years ago
  44. 5256a72 tcg/target-arm: Add missing parens to assertions by Peter Maydell · 12 years ago
  45. e4ada48 Replace non-portable asprintf by g_strdup_printf by Stefan Weil · 12 years ago
  46. 0e7a759 vl: Use size_t for sizes in get_boot_devices_list() by Markus Armbruster · 12 years ago
  47. 089da57 fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobs by Markus Armbruster · 12 years ago
  48. b3dd155 pc: Clean up bochs_bios_init()'s (non-)use of sizeof by Markus Armbruster · 12 years ago
  49. 0e0d2d6 sun4: Fix unchecked strdup() by switching to fw_cfg_add_string() by Markus Armbruster · 12 years ago
  50. 96f8058 pc: Fix unchecked strdup() by switching to fw_cfg_add_string() by Markus Armbruster · 12 years ago
  51. 44687f7 fw_cfg: New fw_cfg_add_string() by Markus Armbruster · 12 years ago
  52. 4cad386 fw_cfg: Dumb down fw_cfg_add_*() not to return success / failure by Markus Armbruster · 12 years ago
  53. f6e3534 fw_cfg: Replace debug prints by tracepoints by Markus Armbruster · 12 years ago
  54. 633f650 optimize: optimize using nonzero bits by Paolo Bonzini · 12 years ago
  55. 3a9d8b1 optimize: track nonzero bits of registers by Paolo Bonzini · 12 years ago
  56. d193a14 optimize: only write to state when clearing optimizer data by Paolo Bonzini · 12 years ago
  57. 75f0585 Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf by Blue Swirl · 12 years ago
  58. 67c4f2d Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agraf by Blue Swirl · 12 years ago
  59. 48b8599 Merge branch 'axp-next' of git://github.com/rth7680/qemu by Blue Swirl · 12 years ago
  60. 28e942f s390: Add a hypercall registration interface. by Cornelia Huck · 12 years ago
  61. d5627ce target-s390x: Unregister reset callback on finalization by Andreas Färber · 12 years ago
  62. 419831d s390x: fix indentation by Alexander Graf · 12 years ago
  63. 70bada0 s390: Add CPU reset handler by Jens Freimann · 12 years ago
  64. a158986 s390x: Remove inline function ebcdic_put and related data from cpu.h by Stefan Weil · 12 years ago
  65. 904e5fd S390: Enable -cpu help and QMP query-cpu-definitions by Viktor Mihajlovski · 12 years ago
  66. e674a49 s390: Move IPL code into a separate device by Christian Borntraeger · 12 years ago
  67. ccb084d s390: new contributions GPLv2 or later by Christian Borntraeger · 12 years ago
  68. 5b95b8b PPC: KVM: Add support for EPR with KVM by Alexander Graf · 12 years ago
  69. e49798b openpic: export e500 epr enable into a ppc.c function by Alexander Graf · 12 years ago
  70. d3dccee Update Linux kernel headers by Alexander Graf · 12 years ago
  71. b8dec14 PPC: e500: Change in-memory order of load blobs by Alexander Graf · 12 years ago
  72. 746a870 PPC: Provide zero SVR for -cpu e500mc and e5500 by Alexander Graf · 12 years ago
  73. 528e536 PPC: E500: Calculate loading blob offsets properly by Alexander Graf · 12 years ago
  74. 86e56a8 openpic: set mixed mode as supported by Alexander Graf · 12 years ago
  75. 1ac3d71 openpic: unify gcr mode mask updates by Alexander Graf · 12 years ago
  76. 7f11573 openpic: move gcr write into a function by Alexander Graf · 12 years ago
  77. cf13938 dataplane: support viostor virtio-pci status bit setting by Stefan Hajnoczi · 12 years ago
  78. cd7fdfe dataplane: avoid reentrancy during virtio_blk_data_plane_stop() by Stefan Hajnoczi · 12 years ago
  79. 3249dbe win32-aio: use iov utility functions instead of open-coding them by Michael Tokarev · 12 years ago
  80. ddc01bf Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 12 years ago
  81. e387f99 virtio-pci: fix irqfd cleanup argument order by Michael S. Tsirkin · 12 years ago
  82. 782beb5 qom: Extend documentation on QOM method concepts by Andreas Färber · 12 years ago
  83. 781c0c3 Makefile: drop recursive libcacard clean by Stefan Hajnoczi · 12 years ago
  84. 6522773 migration: remove argument to qemu_savevm_state_cancel by Juan Quintela · 12 years ago
  85. b22ff1f migration: Only go to the iterate stage if there is anything to send by Juan Quintela · 12 years ago
  86. c369f40 migration: unfold rest of migrate_fd_put_ready() into thread by Juan Quintela · 12 years ago
  87. 7de6a69 migration: move exit condition to migration thread by Juan Quintela · 12 years ago
  88. f7b67be migration: Add buffered_flush error handling by Juan Quintela · 12 years ago
  89. 76f5933 migration: move beginning stage to the migration thread by Juan Quintela · 12 years ago
  90. afe4193 qemu-file: Only set last_error if it is not already set by Juan Quintela · 12 years ago
  91. 1e97305 migration: fix off-by-one in buffered_rate_limit by Paolo Bonzini · 12 years ago
  92. 2524263 migration: remove double call to migrate_fd_close by Paolo Bonzini · 12 years ago
  93. b9c961a migration: make function static by Paolo Bonzini · 12 years ago
  94. f65a874 use XFER_LIMIT_RATIO consistently by Paolo Bonzini · 12 years ago
  95. 9c33948 Protect migration_bitmap_sync() with the ramlist lock by Paolo Bonzini · 12 years ago
  96. fb3409d Unlock ramlist lock also in error case by Paolo Bonzini · 12 years ago
  97. 84c4461 HMP: add sub command table to info by Wenchao Xia · 12 years ago
  98. a13ced5 HMP: move define of mon_cmds by Wenchao Xia · 12 years ago
  99. 5f3d335 HMP: add infrastructure for sub command by Wenchao Xia · 12 years ago
  100. 5f11cb0 HMP: delete info handler by Wenchao Xia · 12 years ago