[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v6 01/26] configure: Define TARGET_ALIGNED_ONLY
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-devel] [PATCH v6 01/26] configure: Define TARGET_ALIGNED_ONLY |
Date: |
Thu, 8 Aug 2019 16:08:03 +0200 |
On Wed, 7 Aug 2019 08:25:37 +0000
<address@hidden> wrote:
> Rename ALIGNED_ONLY to TARGET_ALIGNED_ONLY for clarity and move
> defines out of target/foo/cpu.h into configure, as we do with
> TARGET_WORDS_BIGENDIAN, so that it is always defined early.
>
> Poisoned TARGET_ALIGNED_ONLY to prevent use in common code.
>
> Signed-off-by: Tony Nguyen <address@hidden>
> Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
> Reviewed-by: Richard Henderson <address@hidden>
> Reviewed-by: Aleksandar Markovic <address@hidden>
> ---
> configure | 10 +++++++++-
> include/exec/poison.h | 1 +
> include/qom/cpu.h | 2 +-
> target/alpha/cpu.h | 2 --
> target/hppa/cpu.h | 1 -
> target/mips/cpu.h | 2 --
> target/sh4/cpu.h | 2 --
> target/sparc/cpu.h | 2 --
> target/xtensa/cpu.h | 2 --
> tcg/tcg.c | 2 +-
> tcg/tcg.h | 8 +++++---
> 11 files changed, 17 insertions(+), 17 deletions(-)
Reviewed-by: Cornelia Huck <address@hidden>
- [Qemu-devel] [PATCH v6 00/26] Invert Endian bit in SPARCv9 MMU TTE, tony.nguyen, 2019/08/07
- [Qemu-devel] [PATCH v6 01/26] configure: Define TARGET_ALIGNED_ONLY, tony.nguyen, 2019/08/07
- Re: [Qemu-devel] [PATCH v6 01/26] configure: Define TARGET_ALIGNED_ONLY,
Cornelia Huck <=
- [Qemu-devel] [PATCH v6 03/26] memory: Introduce size_memop, tony.nguyen, 2019/08/07
- [Qemu-devel] [PATCH v6 02/26] tcg: TCGMemOp is now accelerator independent MemOp, tony.nguyen, 2019/08/07
- [Qemu-devel] [PATCH v6 04/26] target/mips: Access MemoryRegion with MemOp, tony.nguyen, 2019/08/07
- [Qemu-devel] [PATCH v6 06/26] hw/intc/armv7m_nic: Access MemoryRegion with MemOp, tony.nguyen, 2019/08/07
- [Qemu-devel] [PATCH v6 07/26] hw/virtio: Access MemoryRegion with MemOp, tony.nguyen, 2019/08/07