1. a337f29 sparc: Use g_memdup() instead of g_new0() + memcpy() by Thomas Huth · 9 years ago
  2. e723b87 trace-events: fix first line comment in trace-events by Laurent Vivier · 8 years ago
  3. f9c816c target-sparc: Elide duplicate updates to fprs by Richard Henderson · 9 years ago
  4. 02c79d7 target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptions by Richard Henderson · 9 years ago
  5. ba2397d target-sparc: Use cpu_fsr in stfsr by Richard Henderson · 9 years ago
  6. 7385aed target-sparc: Use explicit writes to cpu_fsr by Richard Henderson · 9 years ago
  7. f2fe396 target-sparc: Remove helper_ldf_asi, helper_stf_asi by Richard Henderson · 9 years ago
  8. ca5ce57 target-sparc: Directly implement block and short ldf/stf asis by Richard Henderson · 9 years ago
  9. 7705091 target-sparc: Directly implement easy ldf/stf asis by Richard Henderson · 9 years ago
  10. 6850811 target-sparc: Pass TCGMemOp constants to helper_ld/st_asi by Richard Henderson · 9 years ago
  11. c095b83 target-sparc: Fix obvious error in ASI_M_BFILL by Richard Henderson · 9 years ago
  12. e4dc005 target-sparc: Directly implement easy ldd/std asis by Richard Henderson · 9 years ago
  13. 35e9490 target-sparc: Introduce gen_check_align by Richard Henderson · 9 years ago
  14. 3f4288e target-sparc: Use QT0 to return results from ldda by Richard Henderson · 9 years ago
  15. f0913be target-sparc: Directly implement easy ld/st asis by Richard Henderson · 9 years ago
  16. 0cc1f4b target-sparc: Use defines from asi.h by Richard Henderson · 9 years ago
  17. 1d85496 target-sparc: Add UA2005 defines to asi.h by Richard Henderson · 9 years ago
  18. 68a03b8 target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.h by Richard Henderson · 9 years ago
  19. 1d65b0f target-sparc: Pass TCGMemOp to gen_ld/st_asi by Richard Henderson · 9 years ago
  20. 7ec1e5e target-sparc: Introduce get_asi by Richard Henderson · 9 years ago
  21. a6d567e target-sparc: Store %asi in TB flags by Richard Henderson · 9 years ago
  22. 22e7006 target-sparc: Unify asi handling between 32 and 64-bit by Richard Henderson · 9 years ago
  23. 4fbe006 target-sparc: Create gen_exception by Richard Henderson · 9 years ago
  24. 99a2306 target-sparc: Store mmu index in TB flags by Richard Henderson · 9 years ago
  25. e86ceb0 target-sparc: Remove softint as a TCG global by Richard Henderson · 9 years ago
  26. be72f9f target-sparc: Mark more flags for helpers by Richard Henderson · 9 years ago
  27. 07f5a25 target-*: Clean up cpu.h header guards by Markus Armbruster · 8 years ago
  28. b35399b Fix confusing argument names in some common functions by Sergey Sorokin · 9 years ago
  29. fb02d56 target-sparc: Use sparc_cpu_parse_features() directly by Igor Mammedov · 9 years ago
  30. 1ec20c2 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  31. 8642c1b target-*: Don't redefine cpu_exec() by Peter Crosthwaite · 9 years ago
  32. b64d2e5 target-sparc: fix register corruption in ldstub if there is no write permission by Artyom Tarasenko · 8 years ago
  33. b0ad00b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 9 years ago
  34. 1cba9b2 trace: split out trace events for target-sparc/ directory by Daniel P. Berrange · 9 years ago
  35. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  36. 7c25504 exec: [tcg] Track which vCPU is performing translation and execution by Lluís Vilanova · 9 years ago
  37. 4910e6e target-*: dfilter support for in_asm by Richard Henderson · 9 years ago
  38. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  39. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  40. 1e00b8d hw: move CPU state serialization to migration/cpu.h by Paolo Bonzini · 9 years ago
  41. d61d1b2 target-sparc: make cpu-qom.h not target specific by Paolo Bonzini · 9 years ago
  42. 347b1a5 cpu: make cpu-qom.h only include-able from cpu.h by Paolo Bonzini · 9 years ago
  43. 90aa39a tcg: Allow goto_tb to any target PC in user mode by Sergey Fedorov · 9 years ago
  44. 89fee74 tb: consistently use uint32_t for tb->flags by Emilio G. Cota · 9 years ago
  45. de5f107 target-sparc: fix Trap Based Address Register behavior for sparc64 by Artyom Tarasenko · 9 years ago
  46. 01a780d target-sparc: fix Nucleus quad LDD 128 bit access for windowed registers by Artyom Tarasenko · 9 years ago
  47. 4553e10 target-sparc: fix ldstub sign-extension bug by Mark Cave-Ayland · 9 years ago
  48. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  49. 1bcea73 tcg: Add type for vCPU pointers by Lluís Vilanova · 9 years ago
  50. d2dc406 target-sparc: Use global registers for the register window by Richard Henderson · 11 years ago
  51. 0ea6384 target-sparc: Tidy global register initialization by Richard Henderson · 11 years ago
  52. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  53. e1ccc05 tcg: Change tcg_global_mem_new_* to take a TCGv_ptr by Richard Henderson · 11 years ago
  54. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  55. db5ebe5 sparc: Clean up includes by Peter Maydell · 9 years ago
  56. 6d53224 target-sparc: Migrate CWP and PIL for SPARC64 by Peter Maydell · 9 years ago
  57. 0e88d45 target-sparc: Use VMState arrays for SPARC64 TLB/MMU state by Peter Maydell · 9 years ago
  58. df32c8d target-sparc: Convert to VMStateDescription by Juan Quintela · 9 years ago
  59. 232afac1 target-sparc: Don't flush TLB in cpu_load function by Peter Maydell · 9 years ago
  60. 4552a09 target-sparc: Split cpu_put_psr into side-effect and no-side-effect parts by Peter Maydell · 9 years ago
  61. c9a4644 target-sparc: implement NPT timer bit by Mark Cave-Ayland · 9 years ago
  62. e913cac sun4u: split out NPT and INT_DIS into separate CPUTimer fields by Mark Cave-Ayland · 9 years ago
  63. bd4e097 sparc: allow CASA with ASI 0xa from user space by Alex Zuepke · 9 years ago
  64. 12a3567 target-sparc: fix 32-bit truncation in fpackfix by Paolo Bonzini · 9 years ago
  65. 522a0d4 target-*: Advance pc after recognizing a breakpoint by Richard Henderson · 9 years ago
  66. df0900e disas: QOMify sparc specific disas setup by Peter Crosthwaite · 9 years ago
  67. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 9 years ago
  68. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 9 years ago
  69. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 9 years ago
  70. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 9 years ago
  71. dc03246 target-*: Drop cpu_gen_code define by Richard Henderson · 9 years ago
  72. a3d5ad7 target-sparc: Add npc state to insn_start by Richard Henderson · 9 years ago
  73. 6c42444 target-sparc: Remove gen_opc_jump_pc by Richard Henderson · 9 years ago
  74. 2bf2e01 target-sparc: Split out gen_branch_n by Richard Henderson · 9 years ago
  75. bfa31b7 target-sparc: Tidy gen_branch_a interface by Richard Henderson · 9 years ago
  76. b933066 target-*: Introduce and use cpu_breakpoint_test by Richard Henderson · 9 years ago
  77. 959082f target-*: Increment num_insns immediately after tcg_gen_insn_start by Richard Henderson · 9 years ago
  78. 667b8e2 target-*: Unconditionally emit tcg_gen_insn_start by Richard Henderson · 9 years ago
  79. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 9 years ago
  80. 7745238 sparc: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  81. bf95728 monitor: remove target-specific code from monitor.c by Pavel Butsykin · 9 years ago
  82. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 9 years ago
  83. ecc7b3a tcg: Remove tcg_gen_trunc_i64_i32 by Richard Henderson · 9 years ago
  84. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  85. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 9 years ago
  86. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 9 years ago
  87. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  88. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  89. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  90. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  91. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  92. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  93. a2035e8 target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLY by Peter Maydell · 10 years ago
  94. 6969462 target-sparc: is_translating_asi() is TARGET_SPARC64 only by Peter Maydell · 10 years ago
  95. e60538c target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only by Peter Maydell · 10 years ago
  96. 6223029 target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc by Peter Maydell · 10 years ago
  97. eb513f8 target-sparc: Don't use {ld, st}*_raw functions by Peter Maydell · 10 years ago
  98. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  99. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  100. 339aaf5 qemu-log: add log category for MMU info by Antony Pavlov · 10 years ago