summaryrefslogtreecommitdiffstats
path: root/target/hppa
Commit message (Expand)AuthorAgeFilesLines
...
* target/hppa: Define hardware exception typesRichard Henderson2018-01-305-30/+88
* target/hppa: Disable gateway page emulation for system modeRichard Henderson2018-01-301-10/+17
* target/hppa: Define the rest of the PSWRichard Henderson2018-01-302-14/+86
* target/hppa: Skeleton support for hppa-softmmuHelge Deller2018-01-306-13/+72
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-253-3/+4
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-32/+31Star
* 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/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-243-6/+40
* | tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-1/+1
* | qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-242-8/+1Star
|/
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-101-3/+3
* target/hppa: Convert to TranslatorOpsRichard Henderson2017-09-071-143/+159
* target/hppa: Convert to DisasContextBaseRichard Henderson2017-09-071-9/+8Star
* target/hppa: Convert to DisasJumpTypeRichard Henderson2017-09-071-307/+294Star
* hppa: replace cpu_hppa_init() with cpu_generic_init()Igor Mammedov2017-09-012-11/+4Star
* tcg: Pass generic CPUState to gen_intermediate_code()LluĂ­s Vilanova2017-07-191-3/+2Star
* target/hppa: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2017-06-051-4/+4
* migration: Remove unneeded includes of migration/vmstate.hJuan Quintela2017-06-011-1/+0Star
* hppa: avoid anonymous unions in designated initializers.Paolo Bonzini2017-03-041-33/+33
* target/hppa: Fix gdb_write_registerRichard Henderson2017-02-071-0/+1
* target/hppa: Tidy do_cbranchRichard Henderson2017-02-071-12/+5Star
* target-hppa: Implement floating-point insnsRichard Henderson2017-01-233-0/+1177
* target-hppa: Implement system and memory-management insnsRichard Henderson2017-01-233-0/+219
* target-hppa: Implement loads and storesRichard Henderson2017-01-233-0/+699
* target-hppa: Implement shifts and depositsRichard Henderson2017-01-231-0/+309
* target-hppa: Implement linux-user gateway pageRichard Henderson2017-01-231-4/+81
* target-hppa: Implement branchesRichard Henderson2017-01-231-0/+477
* target-hppa: Implement basic arithmeticRichard Henderson2017-01-233-0/+907
* target-hppa: Add nullification frameworkRichard Henderson2017-01-231-4/+224
* target-hppa: Add framework and enable compilationRichard Henderson2017-01-239-0/+1106