[Qemu-devel] [PULL 2/3] tcg/riscv: Fix RISC-VH host build failure

2019-07-09 Thread Richard Henderson
From: Alistair Francis Commit 269bd5d8 "cpu: Move the softmmu tlb to CPUNegativeOffsetState' broke the RISC-V host build as there are two variables that are used but not defined. This patch renames the undefined variables mask_off and table_off to the existing (but unused) mask_ofs and table_ofs

[Qemu-devel] [PULL 2/3] tcg/riscv: Fix RISC-VH host build failure

2019-07-02 Thread Richard Henderson
From: Alistair Francis Commit 269bd5d8 "cpu: Move the softmmu tlb to CPUNegativeOffsetState' broke the RISC-V host build as there are two variables that are used but not defined. This patch renames the undefined variables mask_off and table_off to the existing (but unused) mask_ofs and table_ofs