summaryrefslogtreecommitdiffstats
path: root/target/hppa
Commit message (Expand)AuthorAgeFilesLines
* softfloat: Name compare relation enumRichard Henderson2020-05-191-3/+4
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-191-1/+1
|\
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-1/+1
* | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-172-2/+2
|/
* target/hppa: Allow, but diagnose, LDCW aligned only mod 4Richard Henderson2020-01-273-1/+25
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* target/hppa: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1
* target/hppa: prevent trashing of temporary in do_depw_sar()Sven Schnelle2019-09-141-4/+6
* target/hppa: prevent trashing of temporary in trans_mtctl()Sven Schnelle2019-09-141-1/+4
* hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand2019-09-031-2/+0Star
* tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-7/+7
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-223-3/+3
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-213-3/+3
* | icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-1/+0Star
* | configure: Define target access alignment in configuretony.nguyen@bt.com2019-08-201-1/+0Star
|/
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2019-08-161-1/+1
* include: Make headers more self-containedMarkus Armbruster2019-08-161-1/+1
* hppa: Delete unused hppa_cpu_list() functionEduardo Habkost2019-07-052-19/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-3/+0Star
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-0/+1
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-1/+1
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0Star
* target/hppa: Use env_cpu, env_archcpuRichard Henderson2019-06-105-20/+10Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-102-2/+1Star
* 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-23/+35
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-6/+0Star
* target/hppa: Convert to CPUClass::tlb_fillRichard Henderson2019-05-103-12/+23
* decodetree: Add DisasContext argument to !function expandersRichard Henderson2019-05-061-8/+8
* target/hppa: Always return EXCP_DMAR for protection id trapNick Hudson2019-04-291-2/+1Star
* target/hppa: Implement Fast TLB Insert instructionsNick Hudson2019-04-292-0/+57
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-3/+2Star
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-182-13/+13
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-182-10/+6Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-2/+2
* target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXITRichard Henderson2019-03-151-14/+28
* target/hppa: exit TB if either Data or Instruction TLB changesSven Schnelle2019-03-121-4/+3Star
* target/hppa: add TLB protection id checkSven Schnelle2019-03-126-9/+70
* target/hppa: allow multiple itlbp without itlbaSven Schnelle2019-03-121-1/+1
* target/hppa: fix b,gate instructionSven Schnelle2019-03-121-1/+12
* target/hppa: ignore DIAG opcodeSven Schnelle2019-03-122-0/+10
* target/hppa: remove PSW I/R/Q bit checkSven Schnelle2019-03-121-5/+0Star
* target/hppa: add TLB trace eventsSven Schnelle2019-03-123-2/+39
* target/hppa: report ITLB_EXCP_MISS for ITLB missesSven Schnelle2019-03-121-3/+1Star