1. 71547a3 qemu-log: use LOG_UNIMP for some target CPU cases by Blue Swirl · 13 years ago
  2. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  3. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  4. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  5. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  6. e59be77 target-sparc: Let cpu_sparc_init() return SPARCCPU by Andreas Färber · 13 years ago
  7. 00b2ace fix block loads broken in commit 30038fd818 by Artyom Tarasenko · 13 years ago
  8. 22036a4 Implement address masking for SPARC v9 CPUs by Artyom Tarasenko · 13 years ago
  9. 90449c3 sparc: fix qtest by Blue Swirl · 13 years ago
  10. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  11. ab7ab3d target-sparc: QOM'ify CPU by Andreas Färber · 13 years ago
  12. 88ca012 target-sparc: Rename cpu_init.c by Andreas Färber · 13 years ago
  13. 1658dd3 sparc: pass page aligned addresses to tlb_set_page by Blue Swirl · 13 years ago
  14. bc09845 target-sparc: Add compiler attribute to some functions which don't return by Stefan Weil · 13 years ago
  15. 0184e26 Sparc: avoid AREG0 wrappers for memory access helpers by Blue Swirl · 14 years ago
  16. fe8d8f0 Sparc: avoid AREG0 for memory access helpers by Blue Swirl · 14 years ago
  17. 361dea4 sparc64: implement PCI and ISA irqs by Blue Swirl · 13 years ago
  18. 89aaf60 sparc: reset CPU state on reset by Blue Swirl · 13 years ago
  19. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  20. c5f9864 target-sparc: Don't overuse CPUState by Andreas Färber · 13 years ago
  21. cb15982 target-sparc: Typedef struct CPUSPARCState early by Andreas Färber · 13 years ago
  22. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  23. 520c0d8 target-sparc: Fix mixup of uint64 and uint64_t by Andreas Färber · 13 years ago
  24. cc4aa83 sparc: avoid cpu_get_physical_page_desc() by Avi Kivity · 13 years ago
  25. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  26. 96d922a Improve "ta 0" shutdown by Fabien Chouteau · 13 years ago
  27. 50c796f target-sparc: Implement FALIGNDATA inline. by Richard Henderson · 13 years ago
  28. 793a137 target-sparc: Implement BMASK/BSHUFFLE. by Richard Henderson · 13 years ago
  29. add545a target-sparc: Implement ALIGNADDR* inline. by Richard Henderson · 13 years ago
  30. 6c07355 target-sparc: Implement EDGE* instructions. by Richard Henderson · 13 years ago
  31. 2dedf31 target-sparc: Implement fpack{16,32,fix}. by Richard Henderson · 13 years ago
  32. f888300 target-sparc: Implement PDIST. by Richard Henderson · 13 years ago
  33. 4451677 target-sparc: Do exceptions management fully inside the helpers. by Richard Henderson · 13 years ago
  34. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  35. 45c7b74 target-sparc: Undo cpu_fpr rename. by Richard Henderson · 13 years ago
  36. ac11f77 target-sparc: Extract float128 move to a function. by Richard Henderson · 13 years ago
  37. 61f17f6 target-sparc: Extract common code for floating-point operations. by Richard Henderson · 13 years ago
  38. f027c3b target-sparc: Make FPU/VIS helpers const when possible. by Richard Henderson · 13 years ago
  39. 03fb8cf target-sparc: Pass float64 parameters instead of dt0/1 temporaries. by Richard Henderson · 13 years ago
  40. 96eda02 target-sparc: Add accessors for double-precision fpr access. by Richard Henderson · 13 years ago
  41. 141ae5c target-sparc: Mark fprs dirty in store accessor. by Richard Henderson · 13 years ago
  42. 208ae65 target-sparc: Add accessors for single-precision fpr access. by Richard Henderson · 13 years ago
  43. fafd8bc Sparc: split load and store op helpers by Blue Swirl · 14 years ago
  44. 870be6a Sparc: convert win_helper to trace framework by Blue Swirl · 13 years ago
  45. 11e66bc Sparc: convert interrupt helpers to trace framework by Blue Swirl · 13 years ago
  46. ec0ceb1 Sparc: convert mmu_helper to trace framework by Blue Swirl · 13 years ago
  47. 163fa5c Sparc: split MMU helpers by Blue Swirl · 13 years ago
  48. b7da25f Sparc: fix coding style in helper.c by Blue Swirl · 13 years ago
  49. 7a5e448 Sparc: avoid AREG0 for division op helpers by Blue Swirl · 14 years ago
  50. 7922703 Sparc: avoid AREG0 for softint op helpers and Leon cache control by Blue Swirl · 14 years ago
  51. 063c367 Sparc: avoid AREG0 for CWP and PSTATE helpers by Blue Swirl · 14 years ago
  52. d300854 target-sparc: Fix use of g_new0 / g_free by Stefan Weil · 13 years ago
  53. f37e2a6 target-sparc: Fix order of function parameters by Stefan Weil · 13 years ago
  54. 070af38 Sparc: split CWP and PSTATE op helpers by Blue Swirl · 14 years ago
  55. 2ffd917 Sparc: avoid AREG0 for lazy condition code helpers by Blue Swirl · 14 years ago
  56. cffc581 Sparc: split lazy condition code handling op helpers by Blue Swirl · 14 years ago
  57. 2e2f4ad Sparc: avoid AREG0 for float and VIS ops by Blue Swirl · 14 years ago
  58. 1bccec2 Sparc: split FPU and VIS op helpers by Blue Swirl · 14 years ago
  59. 99ca021 Sparc: fix coding style by Blue Swirl · 14 years ago
  60. bc26531 Sparc: avoid AREG0 for raise_exception and helper_debug by Blue Swirl · 14 years ago
  61. 2336c1f Sparc: move trivial functions from op_helper.c by Blue Swirl · 14 years ago
  62. ab3b491 Sparc: split helper.c by Blue Swirl · 13 years ago
  63. c65f6fd Sparc: fix coding style by Blue Swirl · 13 years ago
  64. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  65. 44520db Gdbstub: Fix back-trace on SPARC32 by Fabien Chouteau · 13 years ago
  66. de18f87 Sparc64: remove useless variable by Blue Swirl · 14 years ago
  67. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  68. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  69. 548f66d Fix handling of conditional branches in delay slot of a conditional branch by Artyom Tarasenko · 14 years ago
  70. 6749432 Sparc: fix non-faulting unassigned memory accesses by Blue Swirl · 14 years ago
  71. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  72. 638737a SPARC64: implement %fprs dirty bits by Tsuneo Saito · 14 years ago
  73. ccb57e0 SPARC64: fix fnor* and fnand* by Tsuneo Saito · 14 years ago
  74. 3b8b030 target-sparc: Fix compiler errors (format strings) by Stefan Weil · 14 years ago
  75. d1afc48 SPARC64: implement addtional MMU faults related to nonfaulting load by Tsuneo Saito · 14 years ago
  76. b7785d2 SPARC64: implement MMU miss traps on nonfaulting loads by Tsuneo Saito · 14 years ago
  77. 103dcbe SPARC64: fix fault status overwritten on nonfaulting load by Tsuneo Saito · 14 years ago
  78. b64b643 SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault() by Tsuneo Saito · 14 years ago
  79. 321365a SPARC64: introduce a convenience function for getting physical addresses by Tsuneo Saito · 14 years ago
  80. ccc76c2 SPARC64: SFSR cleanup and fix by Tsuneo Saito · 14 years ago
  81. 06e12b6 SPARC64: TTE bits cleanup by Tsuneo Saito · 14 years ago
  82. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  83. b5176d2 SPARC64: treat UA2007 ASI_BLK_* as translating ASIs. by Tsuneo Saito · 14 years ago
  84. b7d69dc SPARC64: add missing break on fmovdcc by Tsuneo Saito · 14 years ago
  85. afcb737 SPARC64: fix VIS1 SIMD signed compare instructions by Tsuneo Saito · 14 years ago
  86. f838e2c Sparc: fix FPU and AM enable checks for translation by Blue Swirl · 14 years ago
  87. d8e586f SPARC64: C99 comment fix for block-transfer ASIs by Tsuneo Saito · 14 years ago
  88. d920bde SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfa by Tsuneo Saito · 14 years ago
  89. 073a044 SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfa by Tsuneo Saito · 14 years ago
  90. 41317e2 SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfa by Tsuneo Saito · 14 years ago
  91. 5f06b54 SPARC64: fp_disabled checks on stfa/stdfa/stqfa by Tsuneo Saito · 14 years ago
  92. e1ef36c SPARC64: Implement stfa/stdfa/stqfa instrcutions properly by Tsuneo Saito · 14 years ago
  93. 8872eb4 SPARC64: fp_disabled checks on ldfa/lddfa/ldqfa by Tsuneo Saito · 14 years ago
  94. 4183f36 SPARC64: Implement ldfa/lddfa/ldqfa instructions properly by Tsuneo Saito · 14 years ago
  95. 8e91ed3 fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivx by Artyom Tarasenko · 14 years ago
  96. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  97. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  98. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  99. e67768d sparc: move do_interrupt to helper.c by Blue Swirl · 14 years ago
  100. fa3c955 sparc: fix coding style of the area to be moved by Blue Swirl · 14 years ago