diff options
| author | Helge Deller | 2017-10-01 22:11:45 +0200 |
|---|---|---|
| committer | Richard Henderson | 2018-01-30 19:08:18 +0100 |
| commit | 813dff13bf2c6bbf3588dfd00de75f6ed07901aa (patch) | |
| tree | 5123acb4afbbcaab20e47e44dd68fd9d6b3f4b7d /target/hppa/cpu.h | |
| parent | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-01-26-2... (diff) | |
| download | qemu-813dff13bf2c6bbf3588dfd00de75f6ed07901aa.tar.gz qemu-813dff13bf2c6bbf3588dfd00de75f6ed07901aa.tar.xz qemu-813dff13bf2c6bbf3588dfd00de75f6ed07901aa.zip | |
target/hppa: Skeleton support for hppa-softmmu
With the addition of default-configs/hppa-softmmu.mak, this
will compile. It is not enabled with this patch, however.
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hppa/cpu.h')
| -rw-r--r-- | target/hppa/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h index 1a35eae1fa..3d170c3cf7 100644 --- a/target/hppa/cpu.h +++ b/target/hppa/cpu.h @@ -134,6 +134,7 @@ void cpu_hppa_loaded_fr0(CPUHPPAState *env); int cpu_hppa_signal_handler(int host_signum, void *pinfo, void *puc); int hppa_cpu_handle_mmu_fault(CPUState *cpu, vaddr address, int size, int rw, int midx); +hwaddr hppa_cpu_get_phys_page_debug(CPUState *cs, vaddr addr); int hppa_cpu_gdb_read_register(CPUState *cpu, uint8_t *buf, int reg); int hppa_cpu_gdb_write_register(CPUState *cpu, uint8_t *buf, int reg); void hppa_cpu_do_interrupt(CPUState *cpu); |
