1. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  2. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  3. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  4. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  5. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  6. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  7. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  8. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  9. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  10. 32ac0ca target-lm32: switch to AREG0 free mode by Blue Swirl · 12 years ago
  11. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  12. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  13. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  14. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  15. 0347d68 target-lm32: Let cpu_lm32_init() return LM32CPU by Andreas Färber · 13 years ago
  16. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  17. 3eab169 target-lm32: QOM'ify CPU reset by Andreas Färber · 13 years ago
  18. 8d7d505 target-lm32: QOM'ify CPU init by Andreas Färber · 13 years ago
  19. fc0ced2 target-lm32: QOM'ify CPU by Andreas Färber · 13 years ago
  20. de89fd2 target-lm32: init tcg only if available by Michael Walle · 13 years ago
  21. ae7d54d target-lm32/microblaze: Drop second CPU{LM32, MB}State typedef by Andreas Färber · 13 years ago
  22. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  23. 6393c08 target-lm32: Don't overuse CPUState by Andreas Färber · 13 years ago
  24. 9b9a970 target-lm32/microblaze: Typedef struct CPU{MB,LM32}State by Andreas Färber · 13 years ago
  25. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  26. 60ed8d2 target-lm32: Clean includes by Stefan Weil · 13 years ago
  27. 27f930c lm32: add missing qemu_init_vcpu() call by Michael Walle · 13 years ago
  28. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  29. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  30. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 13 years ago
  31. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  32. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  33. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  34. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  35. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  36. dfa5294 Remove warning in printf due to type mismatch by Alexandre Raymond · 14 years ago
  37. b798068 target-lm32: Remove unused local variables by Stefan Weil · 14 years ago
  38. ecbe1de lm32: fix exception handling by Michael Walle · 14 years ago
  39. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  40. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  41. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  42. a5086f9 lm32: use lookup table for opcodes by Michael Walle · 14 years ago
  43. fcda986 lm32: rename raise opcode to scall by Michael Walle · 14 years ago
  44. 4566434 lm32: todo and documentation by Michael Walle · 14 years ago
  45. c6af569 lm32: machine state loading/saving by Michael Walle · 14 years ago
  46. 143e895 lm32: translation code helper by Michael Walle · 14 years ago
  47. 17c0fa3 lm32: translation routines by Michael Walle · 14 years ago
  48. 81ea0e1 LatticeMico32 target support by Michael Walle · 14 years ago