1. 8fa08d7 accel/tcg: Remove cpu_set_cpustate_pointers by Richard Henderson · 1 year, 4 months ago
  2. f669c99 target/*: Add instance_align to all cpu base classes by Richard Henderson · 1 year, 4 months ago
  3. 03afdc2 target/mips: Implement Loongson CSR instructions by Jiaxun Yang · 1 year, 8 months ago
  4. b263688 target/mips: Rework cp0_timer with clock API by Jiaxun Yang · 1 year, 8 months ago
  5. cc37d98 *: Add missing includes of qemu/error-report.h by Richard Henderson · 1 year, 10 months ago
  6. 36b84f8 target/mips: Implement CP0.Config7.WII bit support by Marcin Nowakowski · 1 year, 11 months ago
  7. 6ba97c4 target/mips: Restrict 'qapi-commands-machine.h' to system emulation by Philippe Mathieu-Daudé · 2 years, 1 month ago
  8. f995037 mips: Always include nanomips disassembler by Paolo Bonzini · 2 years ago
  9. a844873 mips: Remove support for trap and emulate KVM by Paolo Bonzini · 2 years, 1 month ago
  10. c08dfb7 target/mips: Convert to 3-phase reset by Peter Maydell · 2 years, 2 months ago
  11. 8063db0 target/mips: Set CP0St_{KX, SX, UX} for Loongson-2F by Jiaxun Yang · 2 years, 2 months ago
  12. 3766855 target/mips: Convert to tcg_ops restore_state_to_opc by Richard Henderson · 2 years, 3 months ago
  13. e4fdf9d hw/core: Add CPUClass.get_pc by Richard Henderson · 2 years, 3 months ago
  14. a6bc80f target/mips: Fix WatchHi.M handling by Marcin Nowakowski · 3 years, 8 months ago
  15. ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 2 years, 10 months ago
  16. 5e0c126 target/mips: Remove duplicated MIPSCPU::cp0_count_rate by Philippe Mathieu-Daudé · 3 years, 1 month ago
  17. c8aeab3 target/mips: Fix cycle counter timing calculations by Simon Burge · 3 years, 1 month ago
  18. 52d4899 target/mips: Make mips_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 4 months ago
  19. 6eb66e0 target/mips: Restrict cpu_exec_interrupt() handler to sysemu by Philippe Mathieu-Daudé · 3 years, 4 months ago
  20. 0610677 target/mips: Optimize regnames[] arrays by Philippe Mathieu-Daudé · 3 years, 8 months ago
  21. 1190655 hw/core: Constify TCGCPUOps by Richard Henderson · 3 years, 11 months ago
  22. 08928c6 cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps by Philippe Mathieu-Daudé · 3 years, 8 months ago
  23. feece4d cpu: Move CPUClass::vmsd to SysemuCPUOps by Philippe Mathieu-Daudé · 3 years, 8 months ago
  24. 8b80bd2 cpu: Introduce SysemuCPUOps structure by Philippe Mathieu-Daudé · 3 years, 8 months ago
  25. 744c72a cpu: Rename CPUClass vmsd -> legacy_vmsd by Philippe Mathieu-Daudé · 3 years, 8 months ago
  26. 5679479 target/mips: Move CP0 helpers to sysemu/cp0.c by Philippe Mathieu-Daudé · 3 years, 9 months ago
  27. 8aa52bd target/mips: Move exception management code to exception.c by Philippe Mathieu-Daudé · 3 years, 9 months ago
  28. d60146a target/mips: Move Special opcodes to tcg/sysemu/special_helper.c by Philippe Mathieu-Daudé · 3 years, 9 months ago
  29. c284201 target/mips: Restrict mmu_init() to TCG by Philippe Mathieu-Daudé · 3 years, 9 months ago
  30. 533fc64 target/mips: Declare mips_env_set_pc() inlined in "internal.h" by Philippe Mathieu-Daudé · 3 years, 9 months ago
  31. 4d169b9 target/mips: Turn printfpr() macro into a proper function by Philippe Mathieu-Daudé · 3 years, 9 months ago
  32. 4f14ce4 target/mips: Restrict mips_cpu_dump_state() to cpu.c by Philippe Mathieu-Daudé · 4 years ago
  33. 830b87e target/mips: Optimize CPU/FPU regnames[] arrays by Philippe Mathieu-Daudé · 3 years, 9 months ago
  34. adbf1be target/mips: Make CPU/FPU regnames[] arrays global by Philippe Mathieu-Daudé · 4 years ago
  35. f4abdf3 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-updates-100321-2' into staging by Peter Maydell · 3 years, 10 months ago
  36. 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 3 years, 10 months ago
  37. 5ee0abe clock: Add ClockEvent parameter to callbacks by Peter Maydell · 3 years, 11 months ago
  38. 95ab7c2 target/mips: Create mips_io_recompile_replay_branch by Richard Henderson · 4 years ago
  39. 7827168 cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass by Claudio Fontana · 4 years ago
  40. 8535dd7 cpu: move do_unaligned_access to tcg_ops by Claudio Fontana · 4 years ago
  41. cbc183d cpu: move cc->transaction_failed to tcg_ops by Claudio Fontana · 4 years ago
  42. 0545608 cpu: move cc->do_interrupt to tcg_ops by Claudio Fontana · 4 years ago
  43. e124536 cpu: Move tlb_fill to tcg_ops by Eduardo Habkost · 4 years ago
  44. 48c1a3e cpu: Move cpu_exec_* to tcg_ops by Eduardo Habkost · 4 years ago
  45. ec62595 cpu: Move synchronize_from_tb() to tcg_ops by Eduardo Habkost · 4 years ago
  46. e9e51b7 cpu: Introduce TCGCpuOperations struct by Eduardo Habkost · 4 years ago
  47. 03e4d95 target/mips: Move msa_reset() to msa_helper.c by Philippe Mathieu-Daudé · 4 years, 1 month ago
  48. 72f31f6 target/mips: Simplify msa_reset() by Philippe Mathieu-Daudé · 4 years, 1 month ago
  49. 25a1362 target/mips: Introduce ase_msa_available() helper by Philippe Mathieu-Daudé · 4 years, 1 month ago
  50. 0dc351c target/mips: Rename translate_init.c as cpu-defs.c by Philippe Mathieu-Daudé · 4 years, 1 month ago
  51. e992772 target/mips: Move common helpers from helper.c to cpu.c by Philippe Mathieu-Daudé · 4 years, 1 month ago
  52. 9bcd41d target/mips: Inline cpu_state_reset() in mips_cpu_reset() by Philippe Mathieu-Daudé · 4 years, 1 month ago
  53. 2e211e0 target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6 by Philippe Mathieu-Daudé · 4 years, 1 month ago
  54. 04a37d4 tcg: Make tb arg to synchronize_from_tb const by Richard Henderson · 4 years, 2 months ago
  55. 0ac1fb2 target/mips: Don't use clock_get_ns() in clock period calculation by Peter Maydell · 4 years, 1 month ago
  56. 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 2 months ago
  57. 7b884bf target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn() by Philippe Mathieu-Daudé · 4 years, 1 month ago
  58. c20cf02 target/mips: Move cpu definitions, reset() and realize() to cpu.c by Philippe Mathieu-Daudé · 4 years, 1 month ago
  59. a10b453 target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c by Philippe Mathieu-Daudé · 4 years, 1 month ago
  60. ffa657e target/mips: Extract cpu_supports*/cpu_set* translate.c by Philippe Mathieu-Daudé · 4 years, 1 month ago
  61. 17c2c32 target/mips: Introduce ase_mt_available() helper by Philippe Mathieu-Daudé · 4 years, 1 month ago
  62. df6adb6 target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argument by Philippe Mathieu-Daudé · 4 years, 1 month ago
  63. 8a6359f target/mips/cpu: Display warning when CPU is used without input clock by Philippe Mathieu-Daudé · 4 years, 3 months ago
  64. 7aaab96 target/mips/cpu: Introduce mips_cpu_create_with_clock() helper by Philippe Mathieu-Daudé · 4 years, 3 months ago
  65. a0713e8 target/mips/cpu: Allow the CPU to use dynamic frequencies by Philippe Mathieu-Daudé · 4 years, 3 months ago
  66. d0bec21 target/mips/cpu: Make cp0_count_rate a property by Philippe Mathieu-Daudé · 4 years, 3 months ago
  67. 68b981a target/mips/cpu: Calculate the CP0 timer period using the CPU frequency by Philippe Mathieu-Daudé · 4 years, 3 months ago
  68. d225b51 target/mips: Move cp0_count_ns to CPUMIPSState by Philippe Mathieu-Daudé · 4 years, 3 months ago
  69. 781c67c cpu: Use DeviceClass reset instead of a special CPUClass reset by Peter Maydell · 4 years, 11 months ago
  70. bc9888f cpu: Use cpu_class_set_parent_reset() by Greg Kurz · 5 years ago
  71. 4f02a06 target/mips: Switch to do_transaction_failed() hook by Peter Maydell · 5 years ago
  72. cf02a11 target/mips: Style improvements in cpu.c by Aleksandar Markovic · 5 years ago
  73. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  74. 7506ed9 cpu: Introduce cpu_set_cpustate_pointers by Richard Henderson · 6 years ago
  75. 931d019 target/mips: Convert to CPUClass::tlb_fill by Richard Henderson · 6 years ago
  76. 89a955e target/mips: Add disassembler support for nanoMIPS by Aleksandar Markovic · 6 years ago
  77. bf85388 qdev: use device_class_set_parent_realize/unrealize/reset() by Philippe Mathieu-Daudé · 7 years ago
  78. a7519f2 mips: malta/boston: replace cpu_model with cpu_type by Igor Mammedov · 7 years ago
  79. 74d7fc7 tcg: Avoid setting tcg_initialize if !CONFIG_TCG by Richard Henderson · 7 years ago
  80. 55c3cee qom: Introduce CPUClass.tcg_initialize by Richard Henderson · 7 years ago
  81. 8301ea4 qom/cpu: move cpu_model null check to cpu_class_by_name() by Philippe Mathieu-Daudé · 7 years ago
  82. 41da212 mips: MIPSCPU model subclasses by Igor Mammedov · 7 years ago
  83. df4dc10 mips: call cpu_mips_realize_env() from mips_cpu_realizefn() by Philippe Mathieu-Daudé · 7 years ago
  84. 26aa3d9 mips: introduce internal.h and cleanup cpu.h by Philippe Mathieu-Daudé · 7 years ago
  85. 1f5c00c qom/cpu: move tlb_flush to cpu_common_reset by Alex Bennée · 8 years ago
  86. fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago[Renamed from target-mips/cpu.c]
  87. 82ecffa Open 2.9 development tree by Stefan Hajnoczi · 8 years ago