summaryrefslogtreecommitdiffstats
path: root/target/sparc
Commit message (Expand)AuthorAgeFilesLines
...
* target/sparc: Use env_cpu, env_archcpuRichard Henderson2019-06-105-33/+25Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-2/+0Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-2/+2
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-102-18/+30
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell2019-05-164-41/+42
|\
| * tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
| * target/sparc: Convert to CPUClass::tlb_fillRichard Henderson2019-05-104-36/+43
* | Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-131-3/+3
|/
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-2/+2
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-182-45/+42Star
* target: Clean up how the dump_mmu() printMarkus Armbruster2019-04-184-59/+60
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-182-27/+24Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-4/+4
* qdev-props: remove errp from GlobalPropertyMarc-André Lureau2019-01-071-1/+0Star
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-3/+4
* SPARC64: add icount supportMark Cave-Ayland2018-06-171-1/+110
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell2018-06-051-1/+3
|\
| * linux-user: SPARC "rd %tick" can be used by user applicationLaurent Vivier2018-06-041-1/+3
* | Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-8/+8
|\ \
| * | tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-8/+8
| |/
* / target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-311-1/+0Star
|/
* target/sparc: Honor CPU_DUMP_FPURichard Henderson2018-05-181-7/+10
* target/sparc: convert to TranslatorOpsEmilio G. Cota2018-05-091-88/+86Star
* target/sparc: convert to DisasContextBaseEmilio G. Cota2018-05-091-47/+45Star
* target/sparc: convert to DisasJumpTypeEmilio G. Cota2018-05-091-12/+15
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-4/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* sparc: fix leon3 casa instruction when MMU is disabledKONRAD Frederic2018-03-081-0/+5
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-212-2/+1Star
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-253-7/+7
* target/sparc: remove MemoryRegionSection check code from sparc_cpu_get_phys_p...Jean-Christophe Dubois2018-01-091-6/+0Star
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-1/+1
* linux-user/sparc: Put address for data faults where linux-user expects itPeter Maydell2017-11-071-0/+8
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2017-10-302-1/+4
|\
| * sparc: cleanup cpu type name compositionIgor Mammedov2017-10-272-1/+4
* | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-271-1/+1
|\ \ | |/ |/|
| * disas: Remove unused flags argumentsRichard Henderson2017-10-251-1/+1
* | tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-4/+0Star
* | tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* | target/sparc: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-1/+1
* | tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-3/+3
* | qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-243-13/+3Star
* | tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson2017-10-241-10/+5Star
|/
* qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé2017-10-101-4/+0Star
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* sparc: Fix typedef clashDr. David Alan Gilbert2017-09-141-2/+2
* sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov2017-09-012-7/+1Star
* sparc: make cpu feature parsing property basedIgor Mammedov2017-09-011-133/+82Star