1. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  2. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  3. 4246e22 target-xtensa: implement do_unassigned_access callback by Max Filippov · 11 years ago
  4. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  5. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  6. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  7. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  8. 97e89ee target-xtensa: don't generate dead code by Max Filippov · 10 years ago
  9. 2db59a7 target-xtensa: record available window in TB flags by Max Filippov · 10 years ago
  10. 01673a3 target-xtensa: fix translation for opcodes crossing page boundary by Max Filippov · 10 years ago
  11. 1b3e71f target-xtensa: add missing window check for entry by Max Filippov · 10 years ago
  12. eb5f222 Merge remote-tracking branch 'remotes/xtensa/tags/20141103-xtensa' into staging by Peter Maydell · 10 years ago
  13. ab58241 target-xtensa: fix build for cores w/o windowed registers by Max Filippov · 10 years ago
  14. 9bea2e9 target-xtensa: add core importing script by Max Filippov · 11 years ago
  15. dec71d2 target-xtensa: add definition for XTHAL_INTTYPE_PROFILING by Max Filippov · 11 years ago
  16. 11693a6 target-xtensa: mark XtensaConfig structs as unused by Peter Maydell · 11 years ago
  17. 2472b6c gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag by Peter Maydell · 11 years ago
  18. 37f3616 target-xtensa: Use cpu_exec_interrupt qom hook by Richard Henderson · 11 years ago
  19. 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 11 years ago
  20. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  21. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  22. 0f590e7 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  23. d94f0a8 softmmu: move ALIGNED_ONLY to cpu.h by Paolo Bonzini · 11 years ago
  24. 93e2232 softmmu: make do_unaligned_access a method of CPU by Paolo Bonzini · 11 years ago
  25. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  26. 433d33c target-xtensa: fix cross-page jumps/calls at the end of TB by Max Filippov · 11 years ago
  27. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 12 years ago
  28. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 12 years ago
  29. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 12 years ago
  30. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 12 years ago
  31. 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
  32. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 12 years ago
  33. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
  34. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 12 years ago
  35. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  36. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  37. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  38. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  39. 1cf5ccb target-xtensa: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  40. 604e1f9 target-xtensa: provide HW confg ID registers by Max Filippov · 11 years ago
  41. 676056d target-xtensa: refactor standard core configuration by Max Filippov · 11 years ago
  42. e848dd4 target-xtensa: add basic checks to icache opcodes by Max Filippov · 11 years ago
  43. 7c84259 target-xtensa: add basic checks to dcache opcodes by Max Filippov · 11 years ago
  44. 6502668 target-xtensa: add RRRI4 opcode format fields by Max Filippov · 11 years ago
  45. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  46. 29d8ec7 exec: Make tb_invalidate_phys_addr input an AS by Edgar E. Iglesias · 11 years ago
  47. ebbfd5a target-xtensa: add missing DEBUG section to dc233c config by Max Filippov · 11 years ago
  48. ca529f8 target-xtensa: add in_asm logging by Max Filippov · 12 years ago
  49. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 12 years ago
  50. b1669e5 target: Include softmmu_exec.h where forgotten by Richard Henderson · 12 years ago
  51. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  52. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  53. 64160cd Merge remote-tracking branch 'filippov/tags/20130729-xtensa' into staging by Anthony Liguori · 12 years ago
  54. 908c67f target-xtensa: check register window inline by Max Filippov · 12 years ago
  55. 0857a06 target-xtensa: don't generate dead code to access invalid SRs by Max Filippov · 12 years ago
  56. a00817c target-xtensa: avoid double-stopping at breakpoints by Max Filippov · 12 years ago
  57. 5739006 target-xtensa: add fallthrough markers by Max Filippov · 12 years ago
  58. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  59. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  60. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  61. 25d8ac0 target-xtensa: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  62. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  63. 67cce56 target-xtensa: Introduce XtensaCPU subclasses by Andreas Färber · 12 years ago
  64. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  65. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  66. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  67. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  68. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  69. 90b85b7 target-xtensa: Change gen_intermediate_code_internal() arg to XtensaCPU by Andreas Färber · 12 years ago
  70. ae06d49 target-xtensa: gen_intermediate_code_internal() should be inlined by Andreas Färber · 12 years ago
  71. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  72. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  73. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  74. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  75. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  76. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  77. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  78. d2123a0 target-xtensa: Use add2/sub2 for mac by Richard Henderson · 12 years ago
  79. c9cda20 target-xtensa: Use mul*2 for mul*hi by Richard Henderson · 12 years ago
  80. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  81. 25733ea target-xtensa: Move TCG initialization to XtensaCPU initfn by Andreas Färber · 12 years ago
  82. 5f6c964 target-xtensa: Introduce QOM realizefn for XtensaCPU by Andreas Färber · 12 years ago
  83. 004a569 target-xtensa: Mark as unmigratable by Andreas Färber · 12 years ago
  84. 36f25d2 target-xtensa: fix search_pc for the last TB opcode by Max Filippov · 12 years ago
  85. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  86. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  87. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  88. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  89. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  90. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  91. 659f807 target-xtensa: fix ITLB/DTLB page protection flags by Max Filippov · 12 years ago
  92. f877d09 target-xtensa: use movcond where possible by Max Filippov · 12 years ago
  93. b7909d8 target-xtensa: implement MISC SR by Max Filippov · 12 years ago
  94. 53593e9 target-xtensa: better control rsr/wsr/xsr access to SRs by Max Filippov · 12 years ago
  95. fe0bd47 target-xtensa: restrict available SRs by enabled options by Max Filippov · 12 years ago
  96. 4e41d2f target-xtensa: implement CACHEATTR SR by Max Filippov · 12 years ago
  97. fcc803d target-xtensa: implement ATOMCTL SR by Max Filippov · 12 years ago
  98. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  99. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  100. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago