summaryrefslogtreecommitdiffstats
path: root/target/hppa
Commit message (Expand)AuthorAgeFilesLines
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-3/+5
* target/hppa: Fix boot with old Linux installation CDsHelge Deller2020-09-021-5/+5
* hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller2020-09-021-1/+4
* meson: targetPaolo Bonzini2020-08-213-12/+20
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-212-3/+3
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* target/hppa: Free some temps in do_subRichard Henderson2020-07-241-0/+2
* 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