aboutsummaryrefslogtreecommitdiff
path: root/target/sparc/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-03target/sparc: Split ver from env->fsrRichard Henderson1-14/+13
2024-02-03target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson1-2/+3
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-1/+1
2024-02-03target/sparc: Populate CPUClass.mmu_indexRichard Henderson1-0/+29
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson1-1/+0
2023-10-25target/sparc: Partition cpu featuresRichard Henderson1-15/+21
2023-10-25target/sparc: Remove sparcv7 cpu featuresRichard Henderson1-21/+3
2023-10-25target/sparc: Use CPU_FEATURE_BIT_* for cpu propertiesRichard Henderson1-28/+44
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-2/+0
2023-10-03target/*: Add instance_align to all cpu base classesRichard Henderson1-0/+1
2023-07-25target/sparc: Handle FPRS correctly on big-endian hostsPeter Maydell1-2/+2
2023-03-01target/sparc: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+3
2022-12-16target/sparc: Convert to 3-phase resetPeter Maydell1-4/+8
2022-10-26target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+1
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-1/+1
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2021-11-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson1-1/+1
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell1-1/+1
2021-09-16target/sparc: Make sparc_cpu_dump_state() staticPhilippe Mathieu-Daudé1-1/+1
2021-09-14target/sparc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-1/+3
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé1-0/+8
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé1-1/+1
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-7/+18
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-1/+1
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-1/+1
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+1
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost1-6/+0
2020-12-18sparc: Use DEFINE_PROP for nwindows propertyEduardo Habkost1-1/+2
2020-12-15sparc: Check dev->realized at sparc_set_nwindows()Eduardo Habkost1-0/+6
2020-11-15sparc tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-4/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2019-09-17target/sparc: Switch to do_transaction_failed() hookPeter Maydell1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson1-2/+1
2019-05-10target/sparc: Convert to CPUClass::tlb_fillRichard Henderson1-3/+2
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-43/+41
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-26/+23