summaryrefslogtreecommitdiff
path: root/target/sparc/cpu.c
AgeCommit message (Expand)Author
2021-11-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell
2021-09-16target/sparc: Make sparc_cpu_dump_state() staticPhilippe Mathieu-Daudé
2021-09-14target/sparc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost
2020-12-18sparc: Use DEFINE_PROP for nwindows propertyEduardo Habkost
2020-12-15sparc: Check dev->realized at sparc_set_nwindows()Eduardo Habkost
2020-11-15sparc tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2019-09-17target/sparc: Switch to do_transaction_failed() hookPeter Maydell
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-05-10target/sparc: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau
2018-05-18target/sparc: Honor CPU_DUMP_FPURichard Henderson
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2017-10-27sparc: cleanup cpu type name compositionIgor Mammedov
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-09-01sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov
2017-09-01sparc: make cpu feature parsing property basedIgor Mammedov
2017-09-01sparc: move adhoc CPUSPARCState initialization to realize timeIgor Mammedov
2017-09-01sparc: convert cpu features to qdev propertiesIgor Mammedov
2017-09-01sparc: embed sparc_def_t into CPUSPARCStateIgor Mammedov
2017-09-01sparc: convert cpu models to SPARC cpu subclassesIgor Mammedov
2017-01-18target-sparc: implement UA2005 GL registerArtyom Tarasenko
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2016-12-20Move target-* CPU file into a target/ folderThomas Huth