1. 7d1994f usb-xhci: enable packet queuing by Gerd Hoffmann · 13 years ago
  2. 5a24828 usb-uhci: implement packet queuing by Gerd Hoffmann · 13 years ago
  3. 971a5a4 usb-uhci: process uhci_handle_td return code via switch. by Gerd Hoffmann · 13 years ago
  4. f8af1e8 usb-uhci: add UHCIQueue by Gerd Hoffmann · 13 years ago
  5. 326700e usb-uhci: cleanup UHCIAsync allocation & initialization. by Gerd Hoffmann · 13 years ago
  6. 81d3773 usb-ehci: fix reset by Gerd Hoffmann · 13 years ago
  7. 299aa1c usb-hid: fix tablet activation by Gerd Hoffmann · 13 years ago
  8. b4bd0b1 audio: Add some fall through comments by Stefan Weil · 13 years ago
  9. cdf8480 configure: Check whether makecontext() is a glibc stub function by Peter Maydell · 13 years ago
  10. 967c0da vl.c: Avoid segfault when started with no arguments by Peter Maydell · 13 years ago
  11. 9ebe95f nic: zap obsolote romloading bits from ne2k + pcnet by Gerd Hoffmann · 13 years ago
  12. 5bc62e0 build: allow turning off debuginfo by Gerd Hoffmann · 13 years ago
  13. 45efb16 optimize screendump for the common non-switch case by Gerd Hoffmann · 13 years ago
  14. 1673510 Remove screendump dummy functions. by Gerd Hoffmann · 13 years ago
  15. 9a51f5b vga: simplify screendump by Gerd Hoffmann · 13 years ago
  16. 53370b7 suspend: add qmp events by Gerd Hoffmann · 13 years ago
  17. 6595abc suspend: make acpi timer wakeup the guest. by Gerd Hoffmann · 13 years ago
  18. 62aeb0f suspend: make rtc alarm wakeup the guest. by Gerd Hoffmann · 13 years ago
  19. 9826fd5 suspend: make serial ports wakeup the guest. by Gerd Hoffmann · 13 years ago
  20. fd214d1 suspend: make ps/2 devices wakeup the guest by Gerd Hoffmann · 13 years ago
  21. 9b9df25 suspend: add system_wakeup monitor command by Gerd Hoffmann · 13 years ago
  22. da98c8e suspend: switch acpi s3 to new infrastructure. by Gerd Hoffmann · 13 years ago
  23. 95b363b suspend: add infrastructure by Gerd Hoffmann · 13 years ago
  24. 8283c4f acpi: add acpi_pm1_evt_write_en by Gerd Hoffmann · 13 years ago
  25. 2886be1 acpi: don't pass overflow_time to acpi_pm1_evt_get_sts by Gerd Hoffmann · 13 years ago
  26. 355bf2e acpi: add ACPIREGS by Gerd Hoffmann · 13 years ago
  27. 067866d acpi: move around structs by Gerd Hoffmann · 13 years ago
  28. 85f3855 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  29. 18ac549 Merge remote-tracking branch 'mdroth/qga-win32-pull-2-23-12' into staging by Anthony Liguori · 13 years ago
  30. 7c1daf3 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  31. 5105b6d Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  32. 9ef1300 Merge remote-tracking branch 'bonzini/virtio-scsi' into staging by Anthony Liguori · 13 years ago
  33. dcce667 target-i386: Introduce x86_cpuid_set_model_id() by Andreas Färber · 13 years ago
  34. 38c3dc4 target-i386: Introduce x86_cpuid_version_set_stepping() by Andreas Färber · 13 years ago
  35. b0704cb target-i386: Introduce x86_cpuid_version_set_model() by Andreas Färber · 13 years ago
  36. ed5e1ec target-i386: Introduce x86_cpuid_version_set_family() by Andreas Färber · 13 years ago
  37. 8811e1e console: Eliminate text_consoles[] by Markus Armbruster · 13 years ago
  38. 877691f sockets: Clean up inet_listen_opts()'s convoluted bind() loop by Markus Armbruster · 13 years ago
  39. 136faa3 sockets: Drop sockets_debug debug code by Markus Armbruster · 13 years ago
  40. ef0c4a0 gdbstub: Error locations for -gdb by Markus Armbruster · 13 years ago
  41. d9a5954 vl.c: Error locations for options using add_device_config() by Markus Armbruster · 13 years ago
  42. d7378ee qemu-char: qemu_chr_open_fd() can't fail, don't check by Markus Armbruster · 13 years ago
  43. a89dd6c qemu-char: Re-apply style fixes from just reverted aad04cd0 by Markus Armbruster · 13 years ago
  44. b181e04 qemu-char: Use qemu_open() to avoid leaking fds to children by Markus Armbruster · 13 years ago
  45. 1f51470 Revert "qemu-char: Print strerror message on failure" and deps by Markus Armbruster · 13 years ago
  46. eaccf49 scsi-block: always use scsi_generic_ops for cache != none by Paolo Bonzini · 13 years ago
  47. d3d250b scsi: fix searching for an empty id by Paolo Bonzini · 13 years ago
  48. 9fac25b scsi: fix wrong return for target INQUIRY by Paolo Bonzini · 13 years ago
  49. 5db1764 virtio-scsi: add migration support by Paolo Bonzini · 13 years ago
  50. 06114d7 virtio-scsi: process control queue requests by Paolo Bonzini · 13 years ago
  51. f293d8b slirp/misc: fix gcc __warn_memset_zero_len warnings by Alon Levy · 13 years ago
  52. 546b60d qemu-ga: add win32 guest-shutdown command by Michael Roth · 13 years ago
  53. bc62fa0 qemu-ga: add Windows service integration by Michael Roth · 13 years ago
  54. 7868e26 qemu-ga: add initial win32 support by Michael Roth · 13 years ago
  55. d8ca685 qemu-ga: fixes for win32 build of qemu-ga by Michael Roth · 13 years ago
  56. c216e5a qemu-ga: rename guest-agent-commands.c -> commands-posix.c by Michael Roth · 13 years ago
  57. 42074a9 qemu-ga: separate out common commands from posix-specific ones by Michael Roth · 13 years ago
  58. 125b310 qemu-ga: move channel/transport functionality into wrapper class by Michael Roth · 13 years ago
  59. 5438372 qemu-ga: Add schema documentation for types by Michael Roth · 13 years ago
  60. d06cddf Merge qemu-iotests into for-anthony by Kevin Wolf · 13 years ago
  61. d305fd5 qemu-iotests: common.config: Allow use of arbitrary qemu* paths by Lucas Meneghel Rodrigues · 13 years ago
  62. df4b627 qemu-iotests: check: print relevant path information by Lucas Meneghel Rodrigues · 13 years ago
  63. 8455e4e qemu-iotests: test loading internal snapshots by Kevin Wolf · 14 years ago
  64. bfe8524 qemu-iotests: Update filter for default cluster size by Kevin Wolf · 14 years ago
  65. 25bb8a3 qemu-iotests: add qed support to 025 image resize test by Stefan Hajnoczi · 14 years ago
  66. 92eeab5 qemu-iotests: Update rbd support by Josh Durgin · 14 years ago
  67. 5e654e0 qemu-iotests: common.config: Fix no $TEST_DIR directory by Mitnick Lyu · 14 years ago
  68. 5177c51 qemu-iotests: only run 016 for file and sheepdog protocols by Christoph Hellwig · 14 years ago
  69. dd0c35d qemu-iotests: Use zero-based offsets for IO patterns by Stefan Hajnoczi · 14 years ago
  70. 9cdfa1b qemu-iotests: add support for rbd and sheepdog protocols by MORITA Kazutaka · 14 years ago
  71. 62284d1 qemu-iotests: filter IMGFMT correctly in 019 by Stefan Hajnoczi · 14 years ago
  72. 657c166 qemu-iotests: README: Fix spelling by Stefan Weil · 14 years ago
  73. f5a4bbd qemu-iotests: add support for qed format by Stefan Hajnoczi · 14 years ago
  74. 2684871 qemu-iotests: filter TEST_DIR correctly in 019 by Christoph Hellwig · 14 years ago
  75. 3b26486 vl.c: Increase width of machine name column in "-M ?" output by Peter Maydell · 13 years ago
  76. a97e45c tcg: Remove unneeded include statements by Stefan Weil · 13 years ago
  77. f0cdc96 qom: In function object_set_link_property(), first call object_ref(), then object_unref(). by Alexander Barabash · 13 years ago
  78. adbbdf2 cpu defs: uncomment empty extfeatures_ecx definition for Opteron_G1 (v2) by Eduardo Habkost · 13 years ago
  79. c58a669 add Westmere as a qemu cpu model (v2) by Eduardo Habkost · 13 years ago
  80. df07ec5 cpu defs: remove replicated flags from Intel (v2) by Eduardo Habkost · 13 years ago
  81. 0ce0137 cpu defs: add pse36, mca, mtrr to AMD CPU definitions (v2) by Eduardo Habkost · 13 years ago
  82. 3ac8ebf cpu defs: use Intel flag names for Intel models (v2) by Eduardo Habkost · 13 years ago
  83. f370be3 cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt by Eduardo Habkost · 13 years ago
  84. f5244e9 cpu models: reorder flag list to match bit order by Eduardo Habkost · 13 years ago
  85. de7724f split SCSI and LSI, add myself as SCSI maintainer by Paolo Bonzini · 13 years ago
  86. 6f382ed qmp: add DEVICE_TRAY_MOVED event by Luiz Capitulino · 13 years ago
  87. bde2538 ide: drop ide_tray_state_post_load() by Luiz Capitulino · 13 years ago
  88. d88b181 block: Don't call bdrv_eject() if the tray state didn't change by Luiz Capitulino · 13 years ago
  89. f36f394 block: bdrv_eject(): Make eject_flag a real bool by Luiz Capitulino · 13 years ago
  90. 329c0a4 block: Rename bdrv_mon_event() & BlockMonEventAction by Luiz Capitulino · 13 years ago
  91. 235fe3b qom: add test tools by Anthony Liguori · 13 years ago
  92. 9f68f7f qmp: make qmp.py easier to use by Anthony Liguori · 13 years ago
  93. 581e7d5 qemu-iotests: fix 019 golden output by Kevin Wolf · 14 years ago
  94. 727822f qemu-iotests: update expected results after qemu-img changes by Kevin Wolf · 14 years ago
  95. 8268b76 qemu-iotests: add read/write from smaller backing image test by Stefan Hajnoczi · 14 years ago
  96. 89d22bc qemu-iotests: add sub-cluster allocating write test for sparse image formats by Stefan Hajnoczi · 14 years ago
  97. 2547caa qemu-iotests: improve test for qemu-img convert with backing file by Kevin Wolf · 14 years ago
  98. 72bb202 qemu-iotests: consider more cases in parsing qemu-io output by Kevin Wolf · 14 years ago
  99. 52280ea qemu-iotests: qcow2 error path tests by Kevin Wolf · 15 years ago
  100. d586bc6 qemu-iotests: improve rebase test by Kevin Wolf · 15 years ago