1. 105a060 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220' into staging by Peter Maydell · 11 years ago
  2. 3e890c7 Merge remote-tracking branch 'remotes/stefanha/tags/qtest-monitor-process-pull-request' into staging by Peter Maydell · 11 years ago
  3. 7a87a7b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 11 years ago
  4. e607784 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  5. 9bd9d5e Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 11 years ago
  6. 774d566 tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32) by Peter Maydell · 11 years ago
  7. 2ca92bb Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging by Peter Maydell · 11 years ago
  8. 3d2bb5c Merge remote-tracking branch 'remotes/rth/tcg-next' into staging by Peter Maydell · 11 years ago
  9. 61e8a92 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  10. 4c0c9bb Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  11. 2ea5a2c linux-user: AArch64: Fix exclusive store of the zero register by Janne Grunau · 11 years ago
  12. 60510ae target-arm: A64: Implement unprivileged load/store by Peter Maydell · 11 years ago
  13. e4b998d target-arm: A64: Implement narrowing three-reg-diff operations by Peter Maydell · 11 years ago
  14. dfc15c7 target-arm: A64: Implement the wide 3-reg-different operations by Peter Maydell · 11 years ago
  15. 70d7f98 target-arm: A64: Add most remaining three-reg-diff widening ops by Peter Maydell · 11 years ago
  16. 13caf1f target-arm: A64: Add opcode comments to disas_simd_three_reg_diff by Peter Maydell · 11 years ago
  17. d324b36 target-arm: A64: Implement store-exclusive for system mode by Peter Maydell · 11 years ago
  18. 7900e9f target-arm: Fix incorrect type for value argument to write_raw_cp_reg by Peter Maydell · 11 years ago
  19. 59a1c32 target-arm: Remove failure status return from read/write_raw_cp_reg by Peter Maydell · 11 years ago
  20. ea4571e target-arm: Remove unnecessary code now read/write fns can't fail by Peter Maydell · 11 years ago
  21. c4241c7 target-arm: Drop success/fail return from cpreg read and write functions by Peter Maydell · 11 years ago
  22. 92611c0 target-arm: Convert miscellaneous reginfo structs to accessfn by Peter Maydell · 11 years ago
  23. 00108f2 target-arm: Convert generic timer reginfo to accessfn by Peter Maydell · 11 years ago
  24. fcd2520 target-arm: Convert performance monitor reginfo to accessfn by Peter Maydell · 11 years ago
  25. f59df3f target-arm: Split cpreg access checks out from read/write functions by Peter Maydell · 11 years ago
  26. e508a92 target-arm: Stop underdecoding ARM946 PRBS registers by Peter Maydell · 11 years ago
  27. 626187d target-arm: Log bad system register accesses with LOG_UNIMP by Peter Maydell · 11 years ago
  28. 1456364 target-arm: Remove unused ARMCPUState sr substruct by Peter Maydell · 11 years ago
  29. 99f678a target-arm: Restrict check_ap() use of S and R bits to v6 and earlier by Peter Maydell · 11 years ago
  30. 76e3e1b target-arm: Define names for SCTLR bits by Peter Maydell · 11 years ago
  31. 83e9a4a target-arm/kvm-consts.h: Define QEMU constants for known KVM CPUs by Peter Maydell · 11 years ago
  32. 057d5f6 target-arm: A64: Implement remaining 3-same instructions by Peter Maydell · 11 years ago
  33. 67d4353 softfloat: Support halving the result of muladd operation by Peter Maydell · 11 years ago
  34. bc242f9 target-arm: A64: Implement floating point pairwise insns by Alex Bennée · 11 years ago
  35. 8908f4d target-arm: A64: Implement SIMD FP compare and set insns by Alex Bennée · 11 years ago
  36. b033cd3 target-arm: A64: Implement scalar three different instructions by Peter Maydell · 11 years ago
  37. 9f82e0f target-arm: A64: Implement SIMD scalar indexed instructions by Peter Maydell · 11 years ago
  38. c44ad1f target-arm: A64: Implement long vector x indexed insns by Peter Maydell · 11 years ago
  39. f5e51e7 target-arm: A64: Implement plain vector SIMD indexed element insns by Peter Maydell · 11 years ago
  40. 8731690 hw/intc/arm_gic: Fix NVIC assertion failure by Peter Maydell · 11 years ago
  41. 6d093a4 target-i386: Fix I/O bitmap checks for in/out by Kevin Wolf · 11 years ago
  42. b15d422 qtest: kill QEMU process on g_assert() failure by Stefan Hajnoczi · 11 years ago
  43. cef60c9 qtest: make QEMU our direct child process by Stefan Hajnoczi · 11 years ago
  44. 98f9e35 qtest: drop unused child_pid field by Stefan Hajnoczi · 11 years ago
  45. 69d4c70 linux-user: Fix error handling in target_to_host_semarray() by Peter Maydell · 11 years ago
  46. fff8c53 linux-user: Implement BLKPG ioctl by Andreas Färber · 11 years ago
  47. 94783de trace-events: Fix typo in "offset" by Kevin Wolf · 11 years ago
  48. 5d59fd9 Add ust generated files to .gitignore by Mohamad Gebai · 11 years ago
  49. ef3ef4a Update documentation for LTTng ust tracing by Mohamad Gebai · 11 years ago
  50. e6bf23f Adapt Makefiles to the new LTTng ust interface by Mohamad Gebai · 11 years ago
  51. 9530570 Modified the tracetool framework for LTTng 2.x by Mohamad Gebai · 11 years ago
  52. bf15f63 Fix configure script for LTTng 2.x by Mohamad Gebai · 11 years ago
  53. 501bb4b linux-user: Fix error handling in lock_iovec() by Peter Maydell · 11 years ago
  54. 3a5d30b linux-user/signal.c: Don't pass sigaction uninitialised sa_flags by Peter Maydell · 11 years ago
  55. 6afafa8 linux-user/elfload.c: Avoid calling g_free() on uninitialized data by Peter Maydell · 11 years ago
  56. 4fc4732 linux-user: sync syscall numbers upto 3.13 by Riku Voipio · 11 years ago
  57. d6bb65f xhci: use DPRINTF() instead of fprintf(stderr, ...) by Gerd Hoffmann · 11 years ago
  58. 4f9cc73 xhci: switch debug printf to tracepoint by Gerd Hoffmann · 11 years ago
  59. cc03ff9 xhci iso: allow for some latency by Gerd Hoffmann · 11 years ago
  60. 786ad21 xhci iso: fix time calculation by Gerd Hoffmann · 11 years ago
  61. c348e48 uhci: invalidate queue on device address changes by Gerd Hoffmann · 11 years ago
  62. f6969b9 xhci: fix overflow in usb_xhci_post_load by Gerd Hoffmann · 11 years ago
  63. bd93976 usb: Remove magic constants from device bmAttributes by Pantelis Koukousoulas · 11 years ago
  64. 91f32b0 qtest: Include system headers before user headers by Stefan Hajnoczi · 11 years ago
  65. 1094fd3 monitor: Add object_add class argument completion. by Hani Benhabiles · 11 years ago
  66. b48fa07 monitor: Add object_del id argument completion. by Hani Benhabiles · 11 years ago
  67. 992d3e6 monitor: Add device_add device argument completion. by Hani Benhabiles · 11 years ago
  68. fca72d9 monitor: Add device_del id argument completion. by Hani Benhabiles · 11 years ago
  69. 77d1c3c qmp: expose list of supported character device backends by Martin Kletzander · 11 years ago
  70. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  71. ff9ec34 QMP: allow JSON dict arguments in qmp-shell by Stefan Hajnoczi · 11 years ago
  72. dde3a21 hmp: migrate command (without -d) now blocks correctly by Soramichi AKIYAMA · 11 years ago
  73. 6399ab3 tcg/i386: Use SHLX/SHRX/SARX instructions by Richard Henderson · 11 years ago
  74. 9d2eec2 tcg/i386: Use ANDN instruction by Richard Henderson · 11 years ago
  75. ecc7e84 tcg/i386: Add tcg_out_vex_modrm by Richard Henderson · 11 years ago
  76. a1b29c9 tcg/i386: Move TCG_CT_CONST_* to tcg-target.c by Richard Henderson · 11 years ago
  77. 189f792 disas/i386: Disassemble ANDN/SHLX/SHRX/SHAX by Richard Henderson · 11 years ago
  78. 464a144 tcg/optimize: Add more identity simplifications by Richard Henderson · 11 years ago
  79. e64e958 tcg/optimize: Optmize ANDC X,Y,Y to MOV X,0 by Richard Henderson · 11 years ago
  80. e201b56 tcg/optimize: Simply some logical ops to NOT by Richard Henderson · 11 years ago
  81. 23ec69e tcg/optimize: Handle known-zeros masks for ANDC by Richard Henderson · 11 years ago
  82. c8d7027 tcg/optimize: add known-zero bits compute for load ops by Aurelien Jarno · 12 years ago
  83. f096dc9 tcg/optimize: improve known-zero bits for 32-bit ops by Aurelien Jarno · 12 years ago
  84. 3031244 tcg/optimize: fix known-zero bits optimization by Aurelien Jarno · 12 years ago
  85. e46b225 tcg/optimize: fix known-zero bits for right shift ops by Aurelien Jarno · 12 years ago
  86. 7a3a009 tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1]. by Huw Davies · 11 years ago
  87. 46eef33 Fix QEMU build on OpenBSD on x86 archs by Brad · 11 years ago
  88. f6aa2f7 TCG: Fix 32-bit host allocation typo by Richard Henderson · 11 years ago
  89. 0dbcf95 libvixl: fix 64bit constants usage by Michael Tokarev · 11 years ago
  90. 078a1c3 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-15' into staging by Peter Maydell · 11 years ago
  91. 44e3a39 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  92. 90ce3d7 Merge remote-tracking branch 'remotes/jliu/or32-ld-st' into staging by Peter Maydell · 11 years ago
  93. a50f98b Merge remote-tracking branch 'remotes/jovanovic/mips-ufrp' into staging by Peter Maydell · 11 years ago
  94. 88c1ee7 char/serial: Fix emptyness check by Peter Crosthwaite · 11 years ago
  95. 5556332 gitignore: anchor all ignored names by Michael Tokarev · 11 years ago
  96. b33276a vl: trim includes by Michael Tokarev · 11 years ago
  97. 24c84e6 vl: remove old, long-unused defines by Michael Tokarev · 11 years ago
  98. 2624717 net: declare struct iovec in checksum.h to fix compiler warning by Michael Tokarev · 11 years ago
  99. 62dc90c linux-user: refactor do_socketcall() by Michael Tokarev · 11 years ago
  100. 21684af configure: add hints to a remedy for feature_not_found errors by Stewart Smith · 11 years ago