[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 8/9] target/hppa: Implement space register hashing for 64-bit
From: |
Michael Tokarev |
Subject: |
Re: [PULL 8/9] target/hppa: Implement space register hashing for 64-bit HP-UX |
Date: |
Thu, 30 Jan 2025 22:06:06 +0300 |
User-agent: |
Mozilla Thunderbird |
30.01.2025 16:29, deller@kernel.org wrote:
diff --git a/target/hppa/translate.c b/target/hppa/translate.c
+ if (ctx->is_pa20 && (a->dr == 2)) {
+ /* Update gva_offset_mask from the new value of %dr2 */
+ gen_helper_update_gva_offset_mask(tcg_env);
+ /* Exit to capture the new value for the next TB. */
+ ctx->base.is_jmp = DISAS_IAQ_N_STALE_EXIT;
+ }
This fails to build, it looks like:
https://gitlab.com/qemu-project/qemu/-/jobs/8998524001 (and many others),
../target/hppa/translate.c:4621:9: error: implicit declaration of function 'gen_helper_update_gva_offset_mask'; did you mean 'update_gva_offset_mask'?
[-Werror=implicit-function-declaration]
4621 | gen_helper_update_gva_offset_mask(tcg_env);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| update_gva_offset_mask
../target/hppa/translate.c:4621:9: error: nested extern declaration of
'gen_helper_update_gva_offset_mask' [-Werror=nested-externs]
cc1: all warnings being treated as errors
- [PULL 0/9] Hppa system mfdiag for v10 patches, deller, 2025/01/30
- [PULL 1/9] MAINTAINERS: Add myself as HPPA maintainer, deller, 2025/01/30
- [PULL 2/9] hppa: Sync contents of hppa_hardware.h header file with SeaBIOS-hppa, deller, 2025/01/30
- [PULL 3/9] disas/hppa: implement mfdiag/mtdiag disassembly, deller, 2025/01/30
- [PULL 4/9] target/hppa: Add CPU diagnose registers, deller, 2025/01/30
- [PULL 5/9] target/hppa: Drop diag_getshadowregs_pa2 and diag_putshadowregs_pa2, deller, 2025/01/30
- [PULL 6/9] target/hppa: Add instruction decoding for mfdiag and mtdiag, deller, 2025/01/30
- [PULL 7/9] target/hppa: 64-bit CPUs start with space register hashing enabled, deller, 2025/01/30
- [PULL 8/9] target/hppa: Implement space register hashing for 64-bit HP-UX, deller, 2025/01/30
- Re: [PULL 8/9] target/hppa: Implement space register hashing for 64-bit HP-UX,
Michael Tokarev <=
- [PULL 9/9] target/hppa: Update SeaBIOS-hppa to version 18, deller, 2025/01/30