On Thu, 3 May 2018 22:51:45 +0300 "Michael S. Tsirkin" <[email protected]> wrote:
> This way it is easier to find using standard rules. > > Signed-off-by: Michael S. Tsirkin <[email protected]> > --- > 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.
