1. 29cd33d target-microblaze: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  2. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 10 years ago
  3. fc4bde9 target-microblaze: Delete unused sign_extend() function by Peter Maydell · 10 years ago
  4. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 10 years ago
  5. 0f590e7 softmmu: commonize helper definitions by Paolo Bonzini · 10 years ago
  6. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 10 years ago
  7. 6d35556 microblaze: Respect the reset vector by Edgar E. Iglesias · 11 years ago
  8. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  9. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  10. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 11 years ago
  11. 0063ebd target-microblaze: Replace DisasContext::env field with MicroBlazeCPU by Andreas Färber · 11 years ago
  12. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  13. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  14. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  15. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  16. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  17. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  18. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  19. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  20. 73c6945 Microblaze: Convert Microblaze-pic handling to GPIOs by Alistair Francis · 10 years ago
  21. 47acdd6 target-microblaze: Use the new qemu_ld/st opcodes by Richard Henderson · 11 years ago
  22. 11a7621 microblaze: At swx, check that the reserved word is unmodified by Edgar E. Iglesias · 11 years ago
  23. 4a53627 microblaze: Turn res_addr into a tcg global by Edgar E. Iglesias · 11 years ago
  24. 536446e microblaze: Move the saving of the reservation addr into gen_load by Edgar E. Iglesias · 11 years ago
  25. 09b9f11 microblaze: Improve src by Edgar E. Iglesias · 11 years ago
  26. bb3cb95 microblaze: Improve srl by Edgar E. Iglesias · 11 years ago
  27. a235900 microblaze: Simplify andn by using tcg_gen_andc by Edgar E. Iglesias · 11 years ago
  28. 65ab5eb microblaze: Make write_carryi input a boolean by Edgar E. Iglesias · 11 years ago
  29. 04ec7df microblaze: Clarify expected input of write_carry by Edgar E. Iglesias · 11 years ago
  30. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  31. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  32. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 11 years ago
  33. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 11 years ago
  34. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 11 years ago
  35. eabfc23 target-microblaze: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  36. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 11 years ago
  37. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 11 years ago
  38. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  39. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 11 years ago
  40. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 11 years ago
  41. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 11 years ago
  42. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 11 years ago
  43. 4a27421 target-microblaze: Change gen_intermediate_code_internal() argument types by Andreas Färber · 11 years ago
  44. fd327f4 target-microblaze: gen_intermediate_code_internal() should be inlined by Andreas Färber · 11 years ago
  45. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 11 years ago
  46. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 11 years ago
  47. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 11 years ago
  48. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 11 years ago
  49. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 11 years ago
  50. a1bff71 microblaze: Add internal base vectors reg by Edgar E. Iglesias · 11 years ago
  51. e03ba13 Typo, spelling and grammatical fixes by Peter Maydell · 11 years ago
  52. 5d45de9 microblaze: Add support for the sleep insn by Edgar E. Iglesias · 11 years ago
  53. afed260 microblaze: Ignore non-cpu accesses to unmapped areas by Edgar E. Iglesias · 11 years ago
  54. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 11 years ago
  55. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 11 years ago
  56. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 11 years ago
  57. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 11 years ago
  58. 632314c qemu-log: Remove qemu_log_try_set_file() and its users by Peter Maydell · 11 years ago
  59. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 11 years ago
  60. cd0c24f target-microblaze: Move TCG initialization to MicroBlazeCPU initfn by Andreas Färber · 11 years ago
  61. 746b03b target-microblaze: Introduce QOM realizefn for MicroBlazeCPU by Andreas Färber · 11 years ago
  62. 3ce8b2b target-microblaze: Mark as unmigratable by Andreas Färber · 11 years ago
  63. 56a8810 target-microblaze: Drop unused cpu_mb_close() prototype by Andreas Färber · 11 years ago
  64. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  65. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  66. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  67. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  68. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  69. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  70. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  71. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  72. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  73. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  74. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  75. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  76. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  77. b8c6a5d microblaze: translate.c: Fix swaph decoding by Peter Crosthwaite · 12 years ago
  78. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 12 years ago
  79. 2a99768 target-microblaze: rename helper flags by Aurelien Jarno · 12 years ago
  80. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  81. a5b3bdc microblaze: Support setting of TLS ptr by Edgar E. Iglesias · 12 years ago
  82. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  83. 64254eb target-microblaze: switch to AREG0 free mode by Blue Swirl · 12 years ago
  84. 71547a3 qemu-log: use LOG_UNIMP for some target CPU cases by Blue Swirl · 12 years ago
  85. fa79c91 Merge remote-tracking branch 'bonzini/nested-makefiles-3' into staging by Anthony Liguori · 12 years ago
  86. 083dbf4 target-microblaze: fix swx build breakage by Peter A. G. Crosthwaite · 12 years ago
  87. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 12 years ago
  88. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 12 years ago
  89. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 12 years ago
  90. b7e516c Kill off cpu_state_reset() by Andreas Färber · 12 years ago
  91. b33ab1f target-microblaze: Let cpu_mb_init() return MicroBlazeCPU by Andreas Färber · 12 years ago
  92. 8cc9b43 target-microblaze: lwx/swx: first implementation by Peter A. G. Crosthwaite · 12 years ago
  93. ace2e4d target-microblaze: impelemented swapx instructions by Peter A. G. Crosthwaite · 12 years ago
  94. d0e71ef target-microblaze: QOM'ify CPU init by Andreas Färber · 12 years ago
  95. 61b6208 target-microblaze: QOM'ify CPU reset by Andreas Färber · 12 years ago
  96. b77f98c target-microblaze: QOM'ify CPU by Andreas Färber · 12 years ago
  97. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 12 years ago
  98. dadc106 target-microblaze: added PetaLogix copyright by Peter A. G. Crosthwaite · 12 years ago
  99. ae7d54d target-lm32/microblaze: Drop second CPU{LM32, MB}State typedef by Andreas Färber · 12 years ago
  100. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 12 years ago