1. 3f668b6 target-cris: Fix typo in D_LOG() macro by Andreas Färber · 12 years ago
  2. a42a56c target-cris: Drop unused cpu_cris_close() prototype by Andreas Färber · 12 years ago
  3. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  4. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  5. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  6. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  7. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  8. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  9. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  10. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  11. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  12. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  13. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  14. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  15. 7b5eff4 target-cris/translate.c: Code style clean-up by Evgeny Voevodin · 12 years ago
  16. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  17. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  18. 3e2bed8 target-cris: rename helper flags by Aurelien Jarno · 12 years ago
  19. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  20. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  21. cf7e0c8 target-cris: Switch to AREG0 free mode by Aurelien Jarno · 12 years ago
  22. febc992 target-cris: Avoid AREG0 for helpers by Aurelien Jarno · 12 years ago
  23. c001ed1 target-cris: Fix buffer overflow by Stefan Weil · 12 years ago
  24. 8219314 cris: Fix NMI-flag handling on crisv10. by Lars Persson · 13 years ago
  25. f756c7a cris: Add break support for v10. by Edgar E. Iglesias · 14 years ago
  26. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  27. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  28. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  29. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  30. 9fca563 target-cris: Let cpu_cris_init() return CRISCPU by Andreas Färber · 13 years ago
  31. dd10ce6 target-cris: Reindent cpu_cris_init() by Andreas Färber · 13 years ago
  32. aa0d126 target-cris: Start QOM'ifying CPU init by Andreas Färber · 13 years ago
  33. 1c3b52f target-cris: QOM'ify CPU reset by Andreas Färber · 13 years ago
  34. e739a48 target-cris: QOM'ify CPU by Andreas Färber · 13 years ago
  35. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  36. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  37. a1170bf target-cris: Don't overuse CPUState by Andreas Färber · 13 years ago
  38. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  39. 7ad757b target-cris: Clean includes by Stefan Weil · 13 years ago
  40. 774d5c5 cris: Handle conditional stores on CRISv10 by Stefan Sandstrom · 13 years ago
  41. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  42. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  43. 871708b target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SP by Peter Maydell · 13 years ago
  44. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 13 years ago
  45. 3e45717 exec.h cleanup by Blue Swirl · 13 years ago
  46. 3ab20e2 cris: Handle opcode zero by Edgar E. Iglesias · 14 years ago
  47. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  48. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  49. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  50. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  51. 711c212 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  52. 85097db irq: Privatize CPU_INTERRUPT_NMI. by Richard Henderson · 14 years ago
  53. 8186e78 Fix typo in comment (truely -> truly) by Stefan Weil · 14 years ago
  54. 64c7b9d Fix typos in comments (accessable -> accessible, priveleged -> privileged) by Stefan Weil · 14 years ago
  55. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  56. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  57. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  58. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  59. c0c1dc9 cris, microblaze: use cpu_has_work by Paolo Bonzini · 14 years ago
  60. 5a30b7f cris: Replace tcg branch sequence with setcond by Edgar E. Iglesias · 14 years ago
  61. d03d112 cris: Set btaken when storing direct jumps by Edgar E. Iglesias · 14 years ago
  62. 05bf441 cris: Remove unused orig_flags by Edgar E. Iglesias · 14 years ago
  63. 5cabc5c cris: Allow more TB chaining for crisv10 by Edgar E. Iglesias · 14 years ago
  64. cb752a6 cris: Allow more TB chaning by Edgar E. Iglesias · 14 years ago
  65. 2a704b1 cris: Avoid useless tmp in t_gen_cc_jmp() by Edgar E. Iglesias · 14 years ago
  66. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  67. 03e654c cris: avoid a write only variable by Blue Swirl · 14 years ago
  68. 3e18c6b cris: Consider the TLB valid bit on writes to the TLB by Edgar E. Iglesias · 14 years ago
  69. 211ecdc target-cris: Use %td for ptrdiff_t arguments in debug message by Stefan Weil · 14 years ago
  70. ebab172 cris: Fix watchdog resets by Edgar E. Iglesias · 14 years ago
  71. 58aebb9 cris: Fix TLB exec bit protection by Edgar E. Iglesias · 14 years ago
  72. 3ffd710 Use gcc warning flag -Wempty-body by Blue Swirl · 14 years ago
  73. abdfd95 cris: Avoid spurios hw_abort on recursive bus faults by Edgar E. Iglesias · 14 years ago
  74. 9f5a1fa cris: Avoid debug clobbering for both I & D MMU state. by Edgar E. Iglesias · 15 years ago
  75. 3c4fe42 cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug. by Edgar E. Iglesias · 15 years ago
  76. 253248a cris: Break out rand LFSR update into a separate func. by Edgar E. Iglesias · 15 years ago
  77. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  78. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  79. 83dae09 remove unused stuff from */exec.h by Paolo Bonzini · 15 years ago
  80. 1884533 cris: Move sign extension. by Edgar E. Iglesias · 15 years ago
  81. 7de141c cris: Centralize fetching by Edgar E. Iglesias · 15 years ago
  82. a699a7b cris: Make the CRISv32 insn decoders return signed int. by Edgar E. Iglesias · 15 years ago
  83. 77d4f95 cris: Break out image loading to hw/cris-boot.c. by Edgar E. Iglesias · 15 years ago
  84. 0bfcd59 Fix %lld or %llx printf format use by Blue Swirl · 15 years ago
  85. 02021c3 Fix __VA__ARGS__ typo in cris mmu.c by Riccardo Magliocchetti · 15 years ago
  86. 0d84be5 cris: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  87. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  88. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  89. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  90. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  91. 70539e1 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  92. 4ffb9ae cris: Mask interrupts on dslots for CRISv10. by Edgar E. Iglesias · 15 years ago
  93. bf76baf crisv10: Prettify. by Edgar E. Iglesias · 15 years ago
  94. 40e9edd cris: Add support for CRISv10 translation. by Edgar E. Iglesias · 15 years ago
  95. 46e246c cris: Use tcg_gen_movi_tl. by Edgar E. Iglesias · 15 years ago
  96. 7a97735 cris: Add v10 style interrupts. by Edgar E. Iglesias · 15 years ago
  97. 9547521 crisv10: Always clear the V and C flags on btst. by Edgar E. Iglesias · 15 years ago
  98. fb9fb69 cris: Prepare for CRISv10. by Edgar E. Iglesias · 15 years ago
  99. 416c606 cris: Prettify register dumps. by Edgar E. Iglesias · 15 years ago
  100. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago