1. eebf294 .travis.yml: make the make slightly more parallel by Alex Bennée · 10 years ago
  2. 10905cb .travis.yml: add more linux-user to the build matrix by Alex Bennée · 10 years ago
  3. 2b8419c tests: avoid running duplicate qom-tests by Michael Roth · 10 years ago
  4. da1c4ec Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 10 years ago
  5. 15124e1 main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously by Peter Maydell · 10 years ago
  6. bc0d104 ohci: drop computed flags from trace events by Alex Bennée · 10 years ago
  7. 3af8f17 ohci: Split long traces to smaller ones by Alexey Kardashevskiy · 10 years ago
  8. 931f53e scripts/tracetool: don't barf on formats with precision by Alex Bennée · 10 years ago
  9. 89ae583 trace: install trace-events file by Stefan Hajnoczi · 10 years ago
  10. 4089376 trace-events: Fix comments pointing to source files by Markus Armbruster · 10 years ago
  11. 4d249a2 trace-events: Drop orphaned monitor trace event by Markus Armbruster · 10 years ago
  12. 8a55acb trace-events: Drop unused megasas trace event by Markus Armbruster · 10 years ago
  13. 88ed34f cleanup-trace-events.pl: Tighten search for trace event call by Markus Armbruster · 10 years ago
  14. f9bbba9 trace: tighten up trace-events regex to fix bad parse by Stefan Hajnoczi · 10 years ago
  15. 44e7ebb trace-events: drop orphan iscsi trace events by Stefan Hajnoczi · 10 years ago
  16. f4026f2 trace-events: drop orphan usb_mtp_data_out by Stefan Hajnoczi · 10 years ago
  17. 0bc375e trace-events: drop orphan virtio_blk_data_plane_complete_request by Stefan Hajnoczi · 10 years ago
  18. 14101d0 trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP by Lluís Vilanova · 10 years ago
  19. 1dde0f4 trace: [qmp] Add commands to query and control event tracing state by Lluís Vilanova · 10 years ago
  20. 60e17d2 trace: docs: add trace file description by Chen Fan · 10 years ago
  21. 2321442 trace: [ust] Fix format string computation in tcg-enabled events by Lluís Vilanova · 10 years ago
  22. 6a0fcbd cpu-exec: Do CPU_INTERRUPT_HALT unconditionally by Richard Henderson · 10 years ago
  23. 42f53fe target-i386: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  24. 458dd76 target-ppc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  25. e9854c3 target-lm32: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  26. 29cd33d target-microblaze: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  27. fa4faba target-mips: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  28. dfdb483 target-tricore: Remove the dummy interrupt boilerplate by Richard Henderson · 10 years ago
  29. fbb96c4 target-openrisc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  30. 87afe46 target-sparc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  31. e892571 target-arm: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  32. d8bb915 target-unicore32: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  33. f47ede1 target-sh4: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  34. dde7c24 target-alpha: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  35. 5a1f7f4 target-cris: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  36. ab409bb target-m68k: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  37. 02bb9bb target-s390x: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  38. 37f3616 target-xtensa: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  39. 9585db6 qom: Add cpu_exec_interrupt hook by Richard Henderson · 10 years ago
  40. 774f0ab target-ppc: Use cpu_exec_enter qom hook by Richard Henderson · 10 years ago
  41. 00f3fd6 target-m68k: Use cpu_exec_enter/exit qom hooks by Richard Henderson · 10 years ago
  42. 374e0cd target-i386: Use cpu_exec_enter/exit qom hooks by Richard Henderson · 10 years ago
  43. 1039e12 cpu-exec: Remove do-nothing ifdef chains by Richard Henderson · 10 years ago
  44. cffe7b3 qom: Add cpu_exec_enter and cpu_exec_exit hooks by Richard Henderson · 10 years ago
  45. 1ba50f4 Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging by Peter Maydell · 10 years ago
  46. 1862ed0 Update OpenBIOS images by Mark Cave-Ayland · 10 years ago
  47. 4f2280b Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging by Peter Maydell · 10 years ago
  48. c0f8968 virtio: Fix wrong type cast from pointer to long by Stefan Weil · 10 years ago
  49. ca976d1 Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140923.0' into staging by Peter Maydell · 10 years ago
  50. 55d7bfe tcx: Implement hardware acceleration by Mark Cave-Ayland · 10 years ago
  51. 01f7cec slirp: udp: fix NULL pointer dereference because of uninitialized socket by Petr Matousek · 10 years ago
  52. 769188d Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140923-1' into staging by Peter Maydell · 10 years ago
  53. cad684c Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20140923' into staging by Peter Maydell · 10 years ago
  54. e8601dd s390x/css: catch ccw sequence errors by Cornelia Huck · 10 years ago
  55. a327c92 s390x/css: support format-0 ccws by Cornelia Huck · 10 years ago
  56. 4507491 s390x: remove duplicate defines in SCLP code by Jens Freimann · 10 years ago
  57. 380f649 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 10 years ago
  58. ec56214 usb: tag standalone ehci as hotpluggable by Gerd Hoffmann · 10 years ago
  59. 638ca93 usb: tag standalone uhci as hotpluggable by Gerd Hoffmann · 10 years ago
  60. 3533c3d usb: tag xhci as hotpluggable by Gerd Hoffmann · 10 years ago
  61. 7334d65 usb-serial: only check speed once at realize time by Gonglei · 10 years ago
  62. 594a536 usb-bus: introduce a wrapper function to check speed by Gonglei · 10 years ago
  63. bd2ba27 usb-bus: remove "init" from USBDeviceClass struct by Gonglei · 10 years ago
  64. df9bb66 usb-mtp: convert init to realize by Gonglei · 10 years ago
  65. 77e35b4 usb-redir: convert init to realize by Gonglei · 10 years ago
  66. 5450eea usb-audio: convert init to realize by Gonglei · 10 years ago
  67. 27107d4 dev-wacom: convert init to realize by Gonglei · 10 years ago
  68. 276b7ac dev-hid: convert init to realize by Gonglei · 10 years ago
  69. 0b8b863 usb-ccid: convert init to realize by Gonglei · 10 years ago
  70. 38fff2c dev-serial: convert init to realize by Gonglei · 10 years ago
  71. 63cdca3 dev-bluetooth: convert init to realize by Gonglei · 10 years ago
  72. 6b7afb7 dev-uas: using error_report instead of fprintf by Gonglei · 10 years ago
  73. b89dc7e dev-uas: convert init to realize by Gonglei · 10 years ago
  74. f5dc597 dev-storage: usring error_report instead of fprintf/printf by Gonglei · 10 years ago
  75. 5a882e4 dev-storage: convert init to realize by Gonglei · 10 years ago
  76. f3f8c45 usb-hub: convert init to realize by Gonglei · 10 years ago
  77. 2e6a0dd libusb: using error_report instead of fprintf by Gonglei · 10 years ago
  78. 2aa76dc libusb: convert init to realize by Gonglei · 10 years ago
  79. d73ad35 usb-net: convert init to realize by Gonglei · 10 years ago
  80. 7d553f2 usb-bus: convert USBDeviceClass init to realize by Gonglei · 10 years ago
  81. dc1f598 ohci: Convert fprint/DPRINTF/print to traces by Alexey Kardashevskiy · 10 years ago
  82. 1733681 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-09-22' into staging by Peter Maydell · 10 years ago
  83. f0bc7fe usb-storage: fix possible memory leak and missing error message by Gonglei · 10 years ago
  84. 75bd0c7 vfio: make rom read endian sensitive by Nikunj A Dadhania · 10 years ago
  85. 6758008 Revert "vfio: Make BARs native endian" by Alexey Kardashevskiy · 10 years ago
  86. 52b53c0 block: Always compile virtio-blk dataplane by Fam Zheng · 10 years ago
  87. 032f8b8 vring: Better error handling if num is too large by Fam Zheng · 10 years ago
  88. d9612b4 virtio: Import virtio_vring.h by Fam Zheng · 10 years ago
  89. 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
  90. e91a8b2 block: vhdx - fix reading beyond pointer during image creation by Jeff Cody · 10 years ago
  91. 550830f block: delete cow block driver by Stefan Hajnoczi · 10 years ago
  92. 3e7e6f1 block/archipelago: Fix typo in qemu_archipelago_truncate() by Chrysostomos Nanakos · 10 years ago
  93. 0fa781e ahci: Add test_identify case to ahci-test. by John Snow · 10 years ago
  94. dbc180e ahci: Add test_hba_enable to ahci-test. by John Snow · 10 years ago
  95. c2f3029 ahci: Add test_hba_spec to ahci-test. by John Snow · 10 years ago
  96. fac7aa7 ahci: properly shadow the TFD register by John Snow · 10 years ago
  97. 96d6d3b ahci: add test_pci_enable to ahci-test. by John Snow · 10 years ago
  98. 8840a84 ahci: Add test_pci_spec to ahci-test. by John Snow · 10 years ago
  99. c8b5b20 ahci: MSI capability should be at 0x80, not 0x50. by John Snow · 10 years ago
  100. 1cd1031 ahci: Adding basic functionality qtest. by John Snow · 10 years ago