[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH 64/67] target/s390x: add include directory heade
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH 64/67] target/s390x: add include directory header |
Date: |
Tue, 8 May 2018 15:50:02 +0200 |
On Thu, 3 May 2018 22:51:45 +0300
"Michael S. Tsirkin" <address@hidden> wrote:
> This way it is easier to find using standard rules.
>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
> include/target/s390x/cpu_models.h | 1 +
> 1 file changed, 1 insertion(+)
> create mode 100644 include/target/s390x/cpu_models.h
>
> diff --git a/include/target/s390x/cpu_models.h
> b/include/target/s390x/cpu_models.h
> new file mode 100644
> index 0000000..f66ea19
> --- /dev/null
> +++ b/include/target/s390x/cpu_models.h
> @@ -0,0 +1 @@
> +#include_next "../target/s390x/cpu_models.h"
FWIW, I don't like this any better than the other one.