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