aboutsummaryrefslogtreecommitdiff
path: root/target/sparc/cpu.c
AgeCommit message (Expand)Author
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