mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
util: Introduce host-specific cpuinfo.h
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: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
aa33508196
commit
44fc716873
2 changed files with 14 additions and 0 deletions
4
host/include/generic/host/cpuinfo.h
Normal file
4
host/include/generic/host/cpuinfo.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
/*
|
||||
* No host specific cpu indentification.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue