1. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  2. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  3. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  4. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  5. 339aaf5 qemu-log: add log category for MMU info by Antony Pavlov · 10 years ago
  6. fae3822 target-cris/translate.c: fix out of bounds read by zhanghailiang · 10 years ago
  7. 2472b6c gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag by Peter Maydell · 10 years ago
  8. 5a1f7f4 target-cris: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  9. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  10. 37654d9 target-cris/translate.c: Remove _t_gen_mov_TN_env and _t_gen_mov_env_TN by Peter Maydell · 11 years ago
  11. 08397c4 target-cris/translate.c: Remove t_gen_mov_TN_reg and t_gen_mov_reg_TN by Peter Maydell · 11 years ago
  12. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  13. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  14. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  15. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  16. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  17. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 11 years ago
  18. 0dd106c target-cris: Replace DisasContext::env field with CRISCPU by Andreas Färber · 11 years ago
  19. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  20. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  21. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  22. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  23. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  24. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  25. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  26. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  27. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  28. 3065839 cris: Add interrupt signals to the CPU device by Edgar E. Iglesias · 11 years ago
  29. d66433f cris: Abort when a v10 takes interrupts while in a delayslot by Edgar E. Iglesias · 11 years ago
  30. fd5d5af cris: Add "any" as alias for "crisv32" in user emulation by Edgar E. Iglesias · 11 years ago
  31. a1d22a3 target-cris: Use new qemu_ld/st opcodes by Richard Henderson · 11 years ago
  32. f5daeec tcg: Remove stray semi-colons from target-*/helper.h by Richard Henderson · 11 years ago
  33. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  34. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  35. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  36. 9043122 target-cris: Factor out CPUClass::gdb_read_register() hook for v10 by Andreas Färber · 12 years ago
  37. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  38. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  39. 213c19d target-cris: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  40. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  41. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  42. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  43. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  44. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  45. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  46. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  47. 7fd2592 target-cris: Change gen_intermediate_code_internal() argument to CRISCPU by Andreas Färber · 12 years ago
  48. 6f47ec5 target-cris: gen_intermediate_code_internal() should be inlined by Andreas Färber · 12 years ago
  49. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  50. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  51. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  52. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  53. b21bfee target-cris: Override do_interrupt for pre-v32 CPU cores by Andreas Färber · 12 years ago
  54. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  55. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  56. 21317bc target-cris/helper.c: Update Coding Style by Andreas Färber · 12 years ago
  57. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  58. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  59. bf45f97 target-cris: Use mul*2 in mul* insns by Richard Henderson · 12 years ago
  60. 632314c qemu-log: Remove qemu_log_try_set_file() and its users by Peter Maydell · 12 years ago
  61. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  62. 6ae064f target-cris: Introduce CRISCPU subclasses by Andreas Färber · 12 years ago
  63. d1a94fe target-cris: Move TCG initialization to CRISCPU initfn by Andreas Färber · 12 years ago
  64. ca45f8b target-cris: Introduce QOM realizefn for CRISCPU by Andreas Färber · 12 years ago
  65. ff057cc target-cris: Build fix for debug output by Andreas Färber · 12 years ago
  66. 3f668b6 target-cris: Fix typo in D_LOG() macro by Andreas Färber · 12 years ago
  67. a42a56c target-cris: Drop unused cpu_cris_close() prototype by Andreas Färber · 12 years ago
  68. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  69. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  70. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  71. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  72. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  73. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  74. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  75. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  76. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  77. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  78. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  79. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  80. 7b5eff4 target-cris/translate.c: Code style clean-up by Evgeny Voevodin · 12 years ago
  81. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  82. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  83. 3e2bed8 target-cris: rename helper flags by Aurelien Jarno · 12 years ago
  84. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  85. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  86. cf7e0c8 target-cris: Switch to AREG0 free mode by Aurelien Jarno · 12 years ago
  87. febc992 target-cris: Avoid AREG0 for helpers by Aurelien Jarno · 12 years ago
  88. c001ed1 target-cris: Fix buffer overflow by Stefan Weil · 12 years ago
  89. 8219314 cris: Fix NMI-flag handling on crisv10. by Lars Persson · 13 years ago
  90. f756c7a cris: Add break support for v10. by Edgar E. Iglesias · 14 years ago
  91. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  92. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  93. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  94. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  95. 9fca563 target-cris: Let cpu_cris_init() return CRISCPU by Andreas Färber · 13 years ago
  96. dd10ce6 target-cris: Reindent cpu_cris_init() by Andreas Färber · 13 years ago
  97. aa0d126 target-cris: Start QOM'ifying CPU init by Andreas Färber · 13 years ago
  98. 1c3b52f target-cris: QOM'ify CPU reset by Andreas Färber · 13 years ago
  99. e739a48 target-cris: QOM'ify CPU by Andreas Färber · 13 years ago
  100. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago