1. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  2. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  3. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  4. eabfc23 target-microblaze: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  5. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  6. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  7. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  8. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  9. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  10. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  11. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  12. 4a27421 target-microblaze: Change gen_intermediate_code_internal() argument types by Andreas Färber · 12 years ago
  13. fd327f4 target-microblaze: gen_intermediate_code_internal() should be inlined by Andreas Färber · 12 years ago
  14. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  15. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  16. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  17. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  18. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  19. a1bff71 microblaze: Add internal base vectors reg by Edgar E. Iglesias · 12 years ago
  20. e03ba13 Typo, spelling and grammatical fixes by Peter Maydell · 12 years ago
  21. 5d45de9 microblaze: Add support for the sleep insn by Edgar E. Iglesias · 12 years ago
  22. afed260 microblaze: Ignore non-cpu accesses to unmapped areas by Edgar E. Iglesias · 12 years ago
  23. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  24. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  25. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  26. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  27. 632314c qemu-log: Remove qemu_log_try_set_file() and its users by Peter Maydell · 12 years ago
  28. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  29. cd0c24f target-microblaze: Move TCG initialization to MicroBlazeCPU initfn by Andreas Färber · 12 years ago
  30. 746b03b target-microblaze: Introduce QOM realizefn for MicroBlazeCPU by Andreas Färber · 12 years ago
  31. 3ce8b2b target-microblaze: Mark as unmigratable by Andreas Färber · 12 years ago
  32. 56a8810 target-microblaze: Drop unused cpu_mb_close() prototype by Andreas Färber · 12 years ago
  33. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  34. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  35. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  36. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  37. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  38. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  39. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  40. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  41. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  42. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  43. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  44. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  45. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 13 years ago
  46. b8c6a5d microblaze: translate.c: Fix swaph decoding by Peter Crosthwaite · 12 years ago
  47. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  48. 2a99768 target-microblaze: rename helper flags by Aurelien Jarno · 12 years ago
  49. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  50. a5b3bdc microblaze: Support setting of TLS ptr by Edgar E. Iglesias · 13 years ago
  51. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  52. 64254eb target-microblaze: switch to AREG0 free mode by Blue Swirl · 13 years ago
  53. 71547a3 qemu-log: use LOG_UNIMP for some target CPU cases by Blue Swirl · 13 years ago
  54. fa79c91 Merge remote-tracking branch 'bonzini/nested-makefiles-3' into staging by Anthony Liguori · 13 years ago
  55. 083dbf4 target-microblaze: fix swx build breakage by Peter A. G. Crosthwaite · 13 years ago
  56. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  57. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  58. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  59. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  60. b33ab1f target-microblaze: Let cpu_mb_init() return MicroBlazeCPU by Andreas Färber · 13 years ago
  61. 8cc9b43 target-microblaze: lwx/swx: first implementation by Peter A. G. Crosthwaite · 13 years ago
  62. ace2e4d target-microblaze: impelemented swapx instructions by Peter A. G. Crosthwaite · 13 years ago
  63. d0e71ef target-microblaze: QOM'ify CPU init by Andreas Färber · 13 years ago
  64. 61b6208 target-microblaze: QOM'ify CPU reset by Andreas Färber · 13 years ago
  65. b77f98c target-microblaze: QOM'ify CPU by Andreas Färber · 13 years ago
  66. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  67. dadc106 target-microblaze: added PetaLogix copyright by Peter A. G. Crosthwaite · 13 years ago
  68. ae7d54d target-lm32/microblaze: Drop second CPU{LM32, MB}State typedef by Andreas Färber · 13 years ago
  69. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  70. 68cee38 target-microblaze: Don't overuse CPUState by Andreas Färber · 13 years ago
  71. 9b9a970 target-lm32/microblaze: Typedef struct CPU{MB,LM32}State by Andreas Färber · 13 years ago
  72. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  73. 94598c1 target-microblaze: Clean includes by Stefan Weil · 13 years ago
  74. 9f6113c microblaze: Break the tb at memory barriers by Edgar E. Iglesias · 13 years ago
  75. 5818dee microblaze: Emulate the hw stackprotector by Edgar E. Iglesias · 13 years ago
  76. 48b5e96 microblaze: Add support for the clz insn by Edgar E. Iglesias · 13 years ago
  77. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  78. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  79. 8a84fc6 microblaze: Add an MSR_PVR constant and use it. by Edgar E. Iglesias · 14 years ago
  80. 97b833c microblaze: Make the MSR PVR bit non writable by Edgar E. Iglesias · 14 years ago
  81. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  82. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  83. 927d721 microblaze: Add missing call to qemu_init_vcpu. by Peter A. G. Crosthwaite · 14 years ago
  84. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  85. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  86. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  87. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  88. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  89. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  90. 711c212 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  91. 85097db irq: Privatize CPU_INTERRUPT_NMI. by Richard Henderson · 14 years ago
  92. 5225d66 Fix typos in comments (accross -> across) by Stefan Weil · 14 years ago
  93. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  94. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  95. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  96. 6d76d23 microblaze: Add partial decoding of stream insns by Edgar E. Iglesias · 14 years ago
  97. 8545364 microblaze: Add stream-insn related constants by Edgar E. Iglesias · 14 years ago
  98. 3b58404 microblaze: Add constant for exception-code mask by Edgar E. Iglesias · 14 years ago
  99. 7458a43 microblaze: Correct MMU_ZONES mask by Alejandro Cabrera · 14 years ago
  100. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago