1. 088383e target-unicore32: Introduce QOM realizefn for UniCore32CPU by Andreas Färber · 12 years ago
  2. eeb266d target-unicore32: Rename CPU subtypes by Andreas Färber · 12 years ago
  3. 88e2851 target-unicore32: Mark as unmigratable by Andreas Färber · 12 years ago
  4. 87fb581 target-unicore32: Use type_register() instead of type_register_static() by Andreas Färber · 12 years ago
  5. 4933908 target-unicore32: Catch attempt to instantiate abstract type in cpu_init() by Andreas Färber · 12 years ago
  6. d89e121 target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init() by Andreas Färber · 12 years ago
  7. 74880fe configure: allow disabling pixman if not needed by Robert Schiele · 12 years ago
  8. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  9. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  10. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  11. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  12. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  13. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  14. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  15. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  16. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  17. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  18. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  19. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  20. 447b3b6 target-unicore32: avoid using cpu_single_env by Blue Swirl · 13 years ago
  21. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 13 years ago
  22. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  23. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  24. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  25. daa47c3 target-unicore32: Call tcg_gen_debug_insn_start by Richard Henderson · 12 years ago
  26. 04a130e target-unicore32: switch to AREG0 free mode by Blue Swirl · 13 years ago
  27. ff5928d unicore32-softmmu: Add a minimal curses screen support by Guan Xuetao · 13 years ago
  28. 1e5cdaa unicore32: Close dump-option of cpu_dump_state_ucf64 function by Guan Xuetao · 13 years ago
  29. c5240d8 unicore32: Disintegrate cpu_dump_state_ucf64 function by Guan Xuetao · 13 years ago
  30. e8ede0a unicore32: Split UniCore-F64 instruction helpers from helper.c by Guan Xuetao · 13 years ago
  31. ef03168 unicore32-softmmu: Make sure that kernel can access user space by Guan Xuetao · 13 years ago
  32. f3ccc32 unicore32-softmmu: Implement softmmu specific functions by Guan Xuetao · 13 years ago
  33. 889c134 target-unicore32: Drop UC32_CPUID macros by Andreas Färber · 13 years ago
  34. d48813d unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable by Guan Xuetao · 13 years ago
  35. 527d997 unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support by Guan Xuetao · 13 years ago
  36. 4f23a1e unicore32-softmmu: Add unicore32-softmmu build support by Guan Xuetao · 13 years ago
  37. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  38. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  39. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  40. 8df9082 target-unicore32: Move CPU-dependent init into initfn by Andreas Färber · 13 years ago
  41. ae0f5e9 target-unicore32: QOM'ify CPU by Andreas Färber · 13 years ago
  42. c3a8baa target-unicore32: License future contributions under GPLv2+ by Andreas Färber · 13 years ago
  43. 2b3bc6c target-unicore32: Relicense to GPLv2+ by Andreas Färber · 13 years ago
  44. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  45. eb23b55 target-unicore32: Don't overuse CPUState by Andreas Färber · 13 years ago
  46. 15ecee7 target-unicore32: Rename to CPUUniCore32State by Andreas Färber · 13 years ago
  47. 8141905 target-unicore32: Clean includes by Stefan Weil · 13 years ago
  48. fa4e49c Use hex instead of binary. by Gerd Hoffmann · 14 years ago
  49. 3feaca9 Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  50. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  51. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  52. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  53. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  54. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  55. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  56. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  57. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  58. 6e64da3 unicore32: add target-unicore32 directory for unicore32-linux-user support by Guan Xuetao · 14 years ago