summaryrefslogtreecommitdiff
path: root/target/hppa/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-14/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2018-01-31target/hppa: Add migration for the cpuRichard Henderson1-0/+1
2018-01-30target/hppa: Implement the interval timerRichard Henderson1-0/+8
2018-01-30target/hppa: Implement external interruptsRichard Henderson1-0/+6
2018-01-30target/hppa: Implement IASQRichard Henderson1-0/+15
2018-01-30target/hppa: Implement unaligned access trapRichard Henderson1-1/+18
2018-01-30target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson1-0/+2
2018-01-30target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson1-1/+1
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller1-0/+5
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-2/+1
2017-09-01hppa: replace cpu_hppa_init() with cpu_generic_init()Igor Mammedov1-8/+3
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela1-1/+0
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson1-0/+164