1. 7aaf495 spapr_hcall: Fix h_enter to loop correctly by Aneesh Kumar K.V · 11 years ago
  2. cfd54a0 target-ppc: Add missing 'static' and 'const' attributes by Stefan Weil · 11 years ago
  3. 4c8821d Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 11 years ago
  4. c1b94a0 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  5. 319c66d Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140319' into staging by Peter Maydell · 11 years ago
  6. 198fd05 dataplane: fix implicit IOThread refcount by Stefan Hajnoczi · 11 years ago
  7. 20fccb1 block/nfs: report errors from libnfs by Peter Lieven · 11 years ago
  8. b7d769c block/nfs: bump libnfs requirement to 1.9.3 by Peter Lieven · 11 years ago
  9. a134d90 qcow2: Fix fail path in realloc_refcount_block() by Max Reitz · 11 years ago
  10. 8a15b81 qcow2: Correct comment for realloc_refcount_block() by Max Reitz · 11 years ago
  11. d208cc3 qemu-io: Extended "--cmd" description in usage text by Maria Kustova · 11 years ago
  12. 6e6507c qemu-io-cmds: Fixed typo in example for writev. by Maria Kustova · 11 years ago
  13. 5a8a30d block: Add error handling to bdrv_invalidate_cache() by Kevin Wolf · 11 years ago
  14. 09e0373 target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD) by Alex Bennée · 11 years ago
  15. 0a79bc8 target-arm: A64: Add saturating int ops (SQNEG/SQABS) by Alex Bennée · 11 years ago
  16. f72dbf3 pl011: fix incorrect logic to set the RXFF flag by Rob Herring · 11 years ago
  17. ce8f090 pl011: fix UARTRSR accesses corrupting the UARTCR value by Rob Herring · 11 years ago
  18. 22709e9 pl011: reset the fifo when enabled or disabled by Rob Herring · 11 years ago
  19. bd16430 ahci: fix sysbus support by Rob Herring · 11 years ago
  20. 059b352 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-2' into staging by Peter Maydell · 11 years ago
  21. 2dda43b Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140317' into staging by Peter Maydell · 11 years ago
  22. 2f487a3 ui/vnc: fix vmware VGA incompatiblities by Peter Lieven · 11 years ago
  23. 315b593 Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140317' into staging by Peter Maydell · 11 years ago
  24. cdf0592 Merge remote-tracking branch 'remotes/rth/tcg-v8p-2' into staging by Peter Maydell · 11 years ago
  25. 4f3ed19 s390x/sclpconsole-lm: Fix and simplify irq setup by Christian Borntraeger · 11 years ago
  26. b074e62 s390x/sclpconsole: Fix and simplify interrupt injection by Christian Borntraeger · 11 years ago
  27. 7b53f29 s390x/cpu hotplug: Fix memory leak by Christian Borntraeger · 11 years ago
  28. 0a1bec8 s390/ipl: Fix error path on BIOS loading by Christian Borntraeger · 11 years ago
  29. cab0a7e tcg-sparc: Convert to new ldst opcodes by Richard Henderson · 12 years ago
  30. 7ea5d72 tcg-sparc: Convert to new ldst helpers by Richard Henderson · 11 years ago
  31. a8b12c1 tcg-sparc: Tidy tcg_out_tlb_load interface by Richard Henderson · 12 years ago
  32. eef0d9e tcg-sparc: Use TCGMemOp within qemu_ldst routines by Richard Henderson · 12 years ago
  33. a9c7d27 tcg-sparc: Improve tcg_out_movi by Richard Henderson · 12 years ago
  34. 1d0a606 tcg-sparc: Dont handle constant arguments to ext32 ops by Richard Henderson · 11 years ago
  35. 5f9eb02 tcg-sparc: Don't handle remainder by Richard Henderson · 12 years ago
  36. c8fc56c tcg-sparc: Use intptr_t as appropriate by Richard Henderson · 12 years ago
  37. aad2f06 tcg-sparc: Tidy call+jump patterns by Richard Henderson · 12 years ago
  38. d801a8f tcg-sparc: Fix tlb read by Richard Henderson · 12 years ago
  39. e7bc900 tcg-sparc: Fix ld64 for 32-bit mode by Richard Henderson · 12 years ago
  40. 1ed27a1 scripts/qemu-binfmt-conf.sh: Add AArch64 registration by Peter Maydell · 11 years ago
  41. c2fb418 target-arm: A64: Add [UF]RSQRTE (reciprocal root estimate) by Alex Bennée · 11 years ago
  42. 5553955 target-arm: A64: Implement FCVTXN by Peter Maydell · 11 years ago
  43. 5201c13 target-arm: A64: Implement scalar saturating narrow ops by Alex Bennée · 11 years ago
  44. 8b092ca target-arm: A64: Move handle_2misc_narrow function by Alex Bennée · 11 years ago
  45. b6d4443 target-arm: A64: Implement AdvSIMD reciprocal estimate insns URECPE, FRECPE by Alex Bennée · 11 years ago
  46. 7baeabc softfloat: export squash_input_denormal functions by Alex Bennée · 11 years ago
  47. 2ed3ea1 target-arm: A64: Implement FCVTZS, FCVTZU in the shift-imm categories by Peter Maydell · 11 years ago
  48. a847f32 target-arm: A64: Handle saturating left shifts SQSHL, SQSHLU, UQSHL by Peter Maydell · 11 years ago
  49. 14dcdac exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder by Peter Maydell · 11 years ago
  50. 03df01e target-arm: A64: Implement FRINT* by Peter Maydell · 11 years ago
  51. 37a706a target-arm: A64: Implement SRI by Peter Maydell · 11 years ago
  52. 8f0c675 target-arm: A64: Add FRECPX (reciprocal exponent) by Alex Bennée · 11 years ago
  53. a566da1 target-arm: A64: List unsupported shift-imm opcodes by Peter Maydell · 11 years ago
  54. 931c8cc target-arm: A64: Implement FCVTL by Peter Maydell · 11 years ago
  55. 261a5b4 target-arm: A64: Implement FCVTN by Peter Maydell · 11 years ago
  56. 04c7c6c target-arm: A64: Implement FCVT[NMAPZ][SU] SIMD instructions by Peter Maydell · 11 years ago
  57. 73a81d1 target-arm: A64: Implement SHLL, SHLL2 by Peter Maydell · 11 years ago
  58. 6781fa1 target-arm: A64: Implement SADDLP, UADDLP, SADALP, UADALP by Peter Maydell · 11 years ago
  59. c1b876b target-arm: A64: Saturating and narrowing shift ops by Alex Bennée · 11 years ago
  60. b05c306 target-arm: A64: Add remaining CLS/Z vector ops by Alex Bennée · 11 years ago
  61. f612537 target-arm: A64: Add FSQRT to C3.6.17 (two misc) by Alex Bennée · 11 years ago
  62. 10113b6 target-arm: A64: Add last AdvSIMD Integer to FP ops by Alex Bennée · 11 years ago
  63. cf4ab1a target-arm: A64: Fix bug in add_sub_ext handling of rn by Alex Bennée · 11 years ago
  64. a984e42 target-arm: A64: Implement PMULL instruction by Peter Maydell · 11 years ago
  65. d6d6058 target-arm: Add ARM_CP_IO notation to PMCR reginfo by Peter Maydell · 11 years ago
  66. ba75008 virt: Set reset-cbar on CPUs by Peter Maydell · 11 years ago
  67. 4719ab9 exynos4210: Set reset-cbar property of Cortex-A9 CPUs by Peter Maydell · 11 years ago
  68. b5a3ca3 realview-pbx-a9: Set reset-cbar property for CPUs by Peter Maydell · 11 years ago
  69. 9948c38 vexpress: Set reset-cbar property for CPUs by Peter Maydell · 11 years ago
  70. 87f6396 Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-3' into staging by Peter Maydell · 11 years ago
  71. 2bda660 gtk: Don't warp absolute pointer by Cole Robinson · 11 years ago
  72. 298526f gtk: Fix mouse warping with gtk3 by Cole Robinson · 11 years ago
  73. 881249c gtk: Allow to activate grab-on-hover from the command line by Jan Kiszka · 11 years ago
  74. e0eb210 linux-user: Implement capget, capset by Peter Maydell · 11 years ago
  75. 087edb5 Merge remote-tracking branch 'remotes/bonzini/fixes-for-2.0' into staging by Peter Maydell · 11 years ago
  76. 025172d vl.c: Output error on invalid machine type by Miroslav Rezanina · 11 years ago
  77. 83d1c8a target-alpha: fix subl and s8subl indentation by Paolo Bonzini · 11 years ago
  78. 0c544d7 qemu-nbd: Fix coverity issues by Paolo Bonzini · 11 years ago
  79. 6295b98 rules.mak: Fix per object libs extraction by Fam Zheng · 11 years ago
  80. f4b11ee Makefile: Fix "make clean" by Fam Zheng · 11 years ago
  81. a7ec0f9 linux-user: Don't allow guest to block SIGSEGV by Peter Maydell · 11 years ago
  82. 1c27592 signal: added a wrapper for sigprocmask function by Alex Barcelo · 11 years ago
  83. 6b1275f linux-user: Don't reserve space for commpage for AArch64 by Peter Maydell · 11 years ago
  84. 8d5d300 linux-user: implement F_[GS]ETOWN_EX by Andreas Schwab · 11 years ago
  85. 3b899ea linux-user: Don't return uninitialized value for atomic_barrier syscall by Peter Maydell · 11 years ago
  86. 7f72cd2 linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn by Peter Maydell · 11 years ago
  87. 6fffa26 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-15' into staging by Peter Maydell · 11 years ago
  88. e638308 Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-2' into staging by Peter Maydell · 11 years ago
  89. 9c749e4 FSL eTSEC: Fix typo in rx ring by Fabien Chouteau · 11 years ago
  90. 379e21c scripts/make-release: Don't distribute .git directories by Cole Robinson · 11 years ago
  91. a00f66a configure: Don't use __int128_t for clang versions before 3.2 by Stefan Weil · 11 years ago
  92. 69df1c3 audio: Add 'static' attributes to several variables by Stefan Weil · 11 years ago
  93. 6d4adef tests: Fix 'make test' for i686 hosts (build regression) by Stefan Weil · 11 years ago
  94. 3b163b0 misc: Fix typos in comments by Stefan Weil · 11 years ago
  95. f214530 Add qga/qapi-generated to .gitignore by Gabriel L. Somlo · 11 years ago
  96. 9d5614d hw/timer/grlib_gptimer: Avoid integer overflows by Sebastian Huber · 11 years ago
  97. 39d16d2 .travis.yml: add IRC notifications for build failures by Alex Bennée · 11 years ago
  98. cc13eea .travis.yml: trivial whitespace fixup by Alex Bennée · 11 years ago
  99. 86c3b20 .travis.yml: re-enable lttng user space trace test by Alex Bennée · 11 years ago
  100. 6d585ca .travis.yml: add a new build target with non-core devlibs by Alex Bennée · 11 years ago