summaryrefslogtreecommitdiffstats
path: root/target/sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
* sparc: move adhoc CPUSPARCState initialization to realize timeIgor Mammedov2017-09-011-15/+15
* sparc: convert cpu features to qdev propertiesIgor Mammedov2017-09-011-0/+66
* sparc: embed sparc_def_t into CPUSPARCStateIgor Mammedov2017-09-018-40/+33Star
* sparc: convert cpu models to SPARC cpu subclassesIgor Mammedov2017-09-012-39/+83
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-15/+15
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-3/+2Star
* target/sparc: optimize gen_op_mulscc() using deposit opPhilippe Mathieu-Daudé2017-07-191-4/+1Star
* target/sparc: optimize various functions using extract opPhilippe Mathieu-Daudé2017-07-191-10/+5Star
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* sparc/sparc64: grab BQL before calling cpu_check_irqsAlex Bennée2017-03-092-0/+16
* target/sparc: Restore ldstub of odd asisRichard Henderson2017-03-011-2/+25
* cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmapAlex Bennée2017-02-241-3/+5
* monitor: Fix crashes when using HMP commands without CPUThomas Huth2017-02-211-0/+4