summaryrefslogtreecommitdiffstats
path: root/target/hppa
Commit message (Expand)AuthorAgeFilesLines
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-4/+6
* target/hppa: Raise exception 26 on emulated hardwareHelge Deller2018-10-171-1/+2
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-3/+3
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-3/+3
* | target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* | target/hppa: Include "qemu/log.h" to use qemu_log()Philippe Mathieu-Daudé2018-05-311-0/+1
|/
* fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson2018-05-181-1/+0Star
* target/hppa: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2018-05-181-2/+0Star
* translator: merge max_insns into DisasContextBaseEmilio G. Cota2018-05-091-5/+2Star
* tcg: Improve TCGv_ptr supportRichard Henderson2018-05-011-14/+2Star
* target/hppa: Include priv level in user-only iaoqRichard Henderson2018-03-262-10/+6Star
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-1/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* qom: introduce object_class_get_list_sortedPaolo Bonzini2018-03-121-14/+1Star
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-213-2/+2
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* target/hppa: Implement PROBE for system modeRichard Henderson2018-01-313-17/+40
* target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson2018-01-311-7/+7
* target/hppa: Enable MTTCGRichard Henderson2018-01-311-0/+6
* target/hppa: Implement STWARichard Henderson2018-01-311-1/+18
* target/hppa: Implement a pause instructionRichard Henderson2018-01-311-0/+36
* target/hppa: Implement LDSID for system modeHelge Deller2018-01-311-1/+13
* target/hppa: Fix commentHelge Deller2018-01-311-1/+1
* target/hppa: Increase number of temp regsRichard Henderson2018-01-311-1/+1
* target/hppa: Only use EXCP_DTLB_MISSRichard Henderson2018-01-311-1/+3
* target/hppa: Implement B,GATE insnRichard Henderson2018-01-313-0/+57
* target/hppa: Add migration for the cpuRichard Henderson2018-01-314-0/+184
* target/hppa: Add system registers to gdbstubRichard Henderson2018-01-311-0/+156
* target/hppa: Optimize for flat addressing spaceRichard Henderson2018-01-312-10/+30
* target/hppa: Implement halt and reset instructionsHelge Deller2018-01-313-1/+39
* target/hppa: Implement SYNCDMA insnRichard Henderson2018-01-301-1/+2
* target/hppa: Implement LCIRichard Henderson2018-01-301-0/+20
* target/hppa: Implement LPARichard Henderson2018-01-305-5/+58
* target/hppa: Implement LDWARichard Henderson2018-01-301-0/+38
* target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson2018-01-303-0/+79
* target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson2018-01-303-4/+132
* target/hppa: Log unimplemented instructionsRichard Henderson2018-01-301-0/+2
* target/hppa: Implement the interval timerRichard Henderson2018-01-306-4/+67
* target/hppa: Implement external interruptsRichard Henderson2018-01-305-1/+83
* target/hppa: Implement tlb_fillRichard Henderson2018-01-303-10/+197
* target/hppa: Implement IASQRichard Henderson2018-01-306-27/+179
* target/hppa: Avoid privilege level decrease during branchesRichard Henderson2018-01-301-5/+47
* target/hppa: Use space registers in data operationsRichard Henderson2018-01-302-147/+201
* target/hppa: Implement unaligned access trapRichard Henderson2018-01-301-1/+18
* target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson2018-01-305-66/+192
* target/hppa: Implement rfiRichard Henderson2018-01-304-2/+55
* target/hppa: Adjust insn mask for mfctl,wRichard Henderson2018-01-301-1/+1
* target/hppa: Add control registersRichard Henderson2018-01-304-35/+72
* target/hppa: Add space registersRichard Henderson2018-01-303-11/+77
* target/hppa: Implement the system mask instructionsRichard Henderson2018-01-303-1/+113