[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/27] util: Introduce host-specific cpuinfo.h
From: |
Alex Bennée |
Subject: |
Re: [PATCH 01/27] util: Introduce host-specific cpuinfo.h |
Date: |
Tue, 23 May 2023 16:56:58 +0100 |
User-agent: |
mu4e 1.11.6; emacs 29.0.91 |
Richard Henderson <richard.henderson@linaro.org> writes:
> The entire contents of the header is host-specific, but the
> existence of such a header is not, which could prevent some
> host specific ifdefs at the top of the file for the include.
>
> Add host/include/{arch,generic} to the project arguments.
>
> Reviewed-by: Juan Quintela <quintela@redhat.com>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH 00/27] accel/tcg: Improvements to atomic128.h, Richard Henderson, 2023/05/20
- [PATCH 03/27] util: Add i386 CPUINFO_ATOMIC_VMOVDQU, Richard Henderson, 2023/05/20
- [PATCH 05/27] util/bufferiszero: Use i386 host/cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 04/27] tcg/i386: Use host/cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 06/27] migration/xbzrle: Shuffle function order, Richard Henderson, 2023/05/20
- [PATCH 07/27] migration/xbzrle: Use i386 host/cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 08/27] migration: Build migration_files once, Richard Henderson, 2023/05/20