1. fbe40ff block: Introduce op_blockers to BlockDriverState by Fam Zheng · 11 years ago
  2. 8574575 block: Add BlockOpType enum by Fam Zheng · 11 years ago
  3. 0bf7488 iotests: Use _img_info in test 089 by Max Reitz · 11 years ago
  4. 271c0f6 aio: Fix use-after-free in cancellation path by Fam Zheng · 11 years ago
  5. bd60436 qcow2: Fix memory leak in COW error path by Kevin Wolf · 11 years ago
  6. 4ba6fab QemuOpt: add unit tests by Leandro Dorileo · 11 years ago
  7. 7cf6376 qemu-iotests: Handle cache mode option in 091 by Fam Zheng · 11 years ago
  8. 4aa2345 Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into staging by Peter Maydell · 11 years ago
  9. 9474ab1 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-26' into staging by Peter Maydell · 11 years ago
  10. 2f21ff2 Merge remote-tracking branch 'remotes/mwalle/tags/lm32-semihosting/20140524' into staging by Peter Maydell · 11 years ago
  11. 27aa948 Merge remote-tracking branch 'remotes/rth/tcg-mips' into staging by Peter Maydell · 11 years ago
  12. 93f94f9 Merge remote-tracking branch 'remotes/rth/fix-tci' into staging by Peter Maydell · 11 years ago
  13. 00d0f7c target-arm: Fix segfault on startup when KVM enabled by Christoffer Dall · 11 years ago
  14. 8977bd1 docs: add multiseat.txt by Gerd Hoffmann · 11 years ago
  15. f85d283 usb: add input routing support for tablet and keyboard by Gerd Hoffmann · 11 years ago
  16. ee8c0b6 sdl: pass key event source to input layer by Gerd Hoffmann · 11 years ago
  17. 6f5943c input: bind devices and input routing by Gerd Hoffmann · 11 years ago
  18. 8b84286 input: switch hid mouse and tablet to the new input layer api. by Gerd Hoffmann · 11 years ago
  19. 1ff5eed input: switch hid keyboard to new input layer api. by Gerd Hoffmann · 11 years ago
  20. 86846bf input: keymap: add meta keys by Gerd Hoffmann · 11 years ago
  21. 2386a90 input: add name to input_event_key_number by Gerd Hoffmann · 11 years ago
  22. 11c7fa7 input: add qemu_input_key_number_to_qcode by Gerd Hoffmann · 11 years ago
  23. f5c0ab1 input (curses): mask keycodes to remove modifier bits by Andrew Oates · 11 years ago
  24. 1687a08 libcacard: remove useless initializers by Michael Tokarev · 11 years ago
  25. 116d554 net: cadence_gem: Fix top comment by Peter Crosthwaite · 11 years ago
  26. 1fba509 bsd-user: replace fprintf(stderr, ...) with error_report() by Le Tan · 11 years ago
  27. 69e9950 audio: replace fprintf(stderr, ...) with error_report() in audio by Le Tan · 11 years ago
  28. d09b8fa libcacard: fix wrong array expansion logic by Michael Tokarev · 11 years ago
  29. 25156d1 lm32: remove lm32_sys by Michael Walle · 11 years ago
  30. 4e7d30a test: lm32: use semihosting for testing by Michael Walle · 11 years ago
  31. f7bbcfb target-lm32: add semihosting support by Michael Walle · 11 years ago
  32. a946ce8 test: lm32: make test cases independent by Michael Walle · 11 years ago
  33. b6bfeea tcg-mips: Enable direct chaining of TBs by Richard Henderson · 11 years ago
  34. 33fac20 tcg-mips: Simplify movcond by Richard Henderson · 11 years ago
  35. 3401fd2 tcg-mips: Simplify brcond2 by Richard Henderson · 11 years ago
  36. 1db1c4d tcg-mips: Improve setcond eq/ne vs zeros by Richard Henderson · 11 years ago
  37. 9a2f0bf tcg-mips: Simplify setcond2 by Richard Henderson · 11 years ago
  38. c068896 tcg-mips: Simplify brcond by Richard Henderson · 11 years ago
  39. fd1cf66 tcg-mips: Simplify setcond by Richard Henderson · 11 years ago
  40. 4f04853 tcg-mips: Commonize opcode implementations by Richard Henderson · 11 years ago
  41. 741f117 tcg-mips: Improve add2/sub2 by Richard Henderson · 11 years ago
  42. 22ee3a9 tcg-mips: Hoist args loads by Richard Henderson · 11 years ago
  43. 070603f tcg-mips: Fix subtract immediate range by Richard Henderson · 11 years ago
  44. ac0f3b1 tcg-mips: Name the opcode enumeration by Richard Henderson · 11 years ago
  45. 1c41826 tcg-mips: Use EXT for AND on mips32r2 by Richard Henderson · 11 years ago
  46. f216a35 tcg-mips: Use T9 for TCG_TMP1 by Richard Henderson · 11 years ago
  47. 6c530e3 tcg-mips: Introduce TCG_TMP0, TCG_TMP1 by Richard Henderson · 11 years ago
  48. 4188390 tcg-mips: Rearrange register allocation by Richard Henderson · 11 years ago
  49. fbef2cc tcg-mips: Convert to new_ldst by Richard Henderson · 11 years ago
  50. ce0236c tcg-mips: Convert to new qemu_l/st helpers by Richard Henderson · 11 years ago
  51. 9d8bf2d tcg-mips: Move softmmu slow path out of line by Richard Henderson · 11 years ago
  52. f9a7163 tcg-mips: Split large ldst offsets by Richard Henderson · 11 years ago
  53. 7dae901 tcg-mips: Fill the exit_tb delay slot by Richard Henderson · 11 years ago
  54. f8c9edd tcg-mips: Use J and JAL opcodes by Richard Henderson · 11 years ago
  55. 483c76e tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment by Richard Henderson · 11 years ago
  56. 479eb12 tcg-mips: Layout executable and code_gen_buffer by Richard Henderson · 11 years ago
  57. 42119fa libcacard/vcard_emul_nss: Drop a redundant conditional by Markus Armbruster · 11 years ago
  58. 26b78f4 libcacard: Convert two leftover realloc() to GLib by Markus Armbruster · 11 years ago
  59. f33a984 libcacard/vreader: Tighten assertion to clarify intent by Markus Armbruster · 11 years ago
  60. fa5912a libcacard/vreader: Drop broken recovery from failed assertion by Markus Armbruster · 11 years ago
  61. 124fe7f libcacard: Plug memory leaks around vreader_get_reader_list() by Markus Armbruster · 11 years ago
  62. d357e3d libcacard/vscclient: Bury some dead code by Markus Armbruster · 11 years ago
  63. 5b9d313 vl: fix 'name' option to work with -readconfig by Dr. David Alan Gilbert · 11 years ago
  64. 8cd05ab configure: Put tempfiles in a subdir of the build directory by Peter Maydell · 11 years ago
  65. 9c132c7 dma-helpers: avoid calling dma_bdrv_unmap() twice by Jules Wang · 11 years ago
  66. 0971f1b arch_init: replace fprintf(stderr, ...) with error_report() by Le Tan · 11 years ago
  67. b645000 pci: move dereferencing of root only after verifying valid root pointer by Saravanakumar · 11 years ago
  68. e35f29d jazz_led: Add missing break in switch case by Saravanakumar · 11 years ago
  69. 1a3de8d bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etc by Peter Maydell · 11 years ago
  70. 9e04c68 configure: Automatically select GTK+ 3.0 if GTK+ 2.0 is unavailable by Stefan Weil · 11 years ago
  71. 5672ee5 nbd: Miscellaneous typo fixes. by Hani Benhabiles · 11 years ago
  72. 36af599 nbd: Close socket on negotiation failure. by Hani Benhabiles · 11 years ago
  73. aef553f iohandler.c: Properly initialize sigaction struct by Peter Maydell · 11 years ago
  74. 78a4b8d libcacard: g_malloc cleanups by Michael Tokarev · 11 years ago
  75. a3abb29 tci: Fix tcg_out_call by Richard Henderson · 11 years ago
  76. 178ac11 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago upstream
  77. 6054d88 Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into staging by Peter Maydell · 11 years ago
  78. 5118dc5 Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-5' into staging by Peter Maydell · 11 years ago
  79. 45e66b7 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into staging by Peter Maydell · 11 years ago
  80. 65903a8 Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging by Peter Maydell · 11 years ago
  81. fc13d93 qapi: zero-initialize all QMP command parameters by Michael Roth · 11 years ago
  82. 3478881 scripts/qapi.py: Avoid syntax not supported by Python 2.4 by Luiz Capitulino · 11 years ago
  83. d2e064a error: error_is_set() is finally unused; remove by Markus Armbruster · 11 years ago
  84. 3894c78 char: Explain qmp_chardev_add()'s unusual error handling by Markus Armbruster · 11 years ago
  85. 0aff637 char: Clean up fragile use of error_is_set() by Markus Armbruster · 11 years ago
  86. 5f75836 char: Use return values instead of error_is_set(errp) by Markus Armbruster · 11 years ago
  87. 3f9286b qemu-socket: Clean up inet_connect_opts() by Markus Armbruster · 11 years ago
  88. 3b69595 doc: add "setup" to list of migration states by Peter Feiner · 11 years ago
  89. 5a7733b megasas: remove buildtime strings by Olaf Hering · 11 years ago
  90. 770a637 s390x/kvm: hw debugging support via guest PER facility by David Hildenbrand · 13 years ago
  91. b30f4df s390x/kvm: software breakpoint support by David Hildenbrand · 11 years ago
  92. 8e4e86a s390x: remove duplicate definitions of DIAG 501 by David Hildenbrand · 11 years ago
  93. 76eb98d linux-headers: update by Jens Freimann · 11 years ago
  94. d426d9f s390x/virtio-ccw: wire up irq routing and irqfds by Cornelia Huck · 12 years ago
  95. 7bca389 s390x/virtio-ccw: reference-counted indicators by Cornelia Huck · 12 years ago
  96. 03cf077 s390x: add I/O adapter registration by Cornelia Huck · 12 years ago
  97. 7b35d0c s390x: split flic into kvm and non-kvm parts by Cornelia Huck · 11 years ago
  98. 61c7bbd kvm: Fix enable_cap helpers on older gcc by Alexander Graf · 11 years ago
  99. ca8c0fa Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  100. f2564d8 block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined by Jeff Cody · 11 years ago