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