1. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  2. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  3. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  4. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  5. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  6. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  7. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  8. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  9. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  10. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 10 years ago
  11. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  12. 6286471 target-unicore32: Clean up ENV_GET_CPU() usage by Andreas Färber · 10 years ago
  13. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  14. ab1eb72 Merge remote-tracking branch 'rth/tcg-pull' into staging by Anthony Liguori · 11 years ago
  15. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  16. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 11 years ago
  17. b1669e5 target: Include softmmu_exec.h where forgotten by Richard Henderson · 11 years ago
  18. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  19. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 11 years ago
  20. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 11 years ago
  21. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  22. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 11 years ago
  23. b42eab2 target-unicore32: Implement CPUClass::set_pc() by Andreas Färber · 11 years ago
  24. 62a8055 target-unicore32: Change gen_intermediate_code_internal() signature by Andreas Färber · 11 years ago
  25. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 11 years ago
  26. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 11 years ago
  27. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 11 years ago
  28. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 11 years ago
  29. 6681fca Remove unnecessary break statements by Stefan Weil · 11 years ago
  30. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 11 years ago
  31. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 11 years ago
  32. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 11 years ago
  33. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 11 years ago
  34. d1f8cd8 target-unicore32: Use mul*2 for do_mult by Richard Henderson · 11 years ago
  35. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 11 years ago
  36. d9c27f0 target-unicore32: Move TCG initialization to UniCore32CPU initfn by Andreas Färber · 11 years ago
  37. 088383e target-unicore32: Introduce QOM realizefn for UniCore32CPU by Andreas Färber · 12 years ago
  38. eeb266d target-unicore32: Rename CPU subtypes by Andreas Färber · 11 years ago
  39. 88e2851 target-unicore32: Mark as unmigratable by Andreas Färber · 11 years ago
  40. 87fb581 target-unicore32: Use type_register() instead of type_register_static() by Andreas Färber · 11 years ago
  41. 4933908 target-unicore32: Catch attempt to instantiate abstract type in cpu_init() by Andreas Färber · 11 years ago
  42. d89e121 target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init() by Andreas Färber · 11 years ago
  43. 74880fe configure: allow disabling pixman if not needed by Robert Schiele · 12 years ago
  44. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  45. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  46. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  47. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  48. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  49. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  50. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  51. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  52. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  53. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  54. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  55. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  56. 447b3b6 target-unicore32: avoid using cpu_single_env by Blue Swirl · 12 years ago
  57. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  58. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 12 years ago
  59. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  60. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  61. daa47c3 target-unicore32: Call tcg_gen_debug_insn_start by Richard Henderson · 12 years ago
  62. 04a130e target-unicore32: switch to AREG0 free mode by Blue Swirl · 12 years ago
  63. ff5928d unicore32-softmmu: Add a minimal curses screen support by Guan Xuetao · 12 years ago
  64. 1e5cdaa unicore32: Close dump-option of cpu_dump_state_ucf64 function by Guan Xuetao · 12 years ago
  65. c5240d8 unicore32: Disintegrate cpu_dump_state_ucf64 function by Guan Xuetao · 12 years ago
  66. e8ede0a unicore32: Split UniCore-F64 instruction helpers from helper.c by Guan Xuetao · 12 years ago
  67. ef03168 unicore32-softmmu: Make sure that kernel can access user space by Guan Xuetao · 12 years ago
  68. f3ccc32 unicore32-softmmu: Implement softmmu specific functions by Guan Xuetao · 12 years ago
  69. 889c134 target-unicore32: Drop UC32_CPUID macros by Andreas Färber · 12 years ago
  70. d48813d unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable by Guan Xuetao · 12 years ago
  71. 527d997 unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support by Guan Xuetao · 12 years ago
  72. 4f23a1e unicore32-softmmu: Add unicore32-softmmu build support by Guan Xuetao · 12 years ago
  73. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 12 years ago
  74. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 12 years ago
  75. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 12 years ago
  76. 8df9082 target-unicore32: Move CPU-dependent init into initfn by Andreas Färber · 12 years ago
  77. ae0f5e9 target-unicore32: QOM'ify CPU by Andreas Färber · 12 years ago
  78. c3a8baa target-unicore32: License future contributions under GPLv2+ by Andreas Färber · 12 years ago
  79. 2b3bc6c target-unicore32: Relicense to GPLv2+ by Andreas Färber · 12 years ago
  80. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 12 years ago
  81. eb23b55 target-unicore32: Don't overuse CPUState by Andreas Färber · 12 years ago
  82. 15ecee7 target-unicore32: Rename to CPUUniCore32State by Andreas Färber · 12 years ago
  83. 8141905 target-unicore32: Clean includes by Stefan Weil · 12 years ago
  84. fa4e49c Use hex instead of binary. by Gerd Hoffmann · 13 years ago
  85. 3feaca9 Fix conversions from pointer to tcg_target_long by Stefan Weil · 13 years ago
  86. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  87. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 13 years ago
  88. 3e45717 exec.h cleanup by Blue Swirl · 13 years ago
  89. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 13 years ago
  90. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 13 years ago
  91. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 13 years ago
  92. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 13 years ago
  93. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 13 years ago
  94. 6e64da3 unicore32: add target-unicore32 directory for unicore32-linux-user support by Guan Xuetao · 13 years ago