Re: [Qemu-devel] [PATCH v6 01/18] update-linux-headers.sh: Copy new headers

2019-02-20 Thread Alexey Kardashevskiy
On 15/02/2019 03:36, Peter Maydell wrote: > On Tue, 5 Feb 2019 at 17:33, Eric Auger wrote: >> >> From: Alexey Kardashevskiy >> >> Since Linux'es ab66dcc76d "powerpc: generate uapi header and system call >> table files" there are 2 new files: unistd_32.h and unistd_64.h. These >> files content

Re: [Qemu-devel] [PATCH v6 01/18] update-linux-headers.sh: Copy new headers

2019-02-14 Thread Peter Maydell
On Tue, 5 Feb 2019 at 17:33, Eric Auger wrote: > > From: Alexey Kardashevskiy > > Since Linux'es ab66dcc76d "powerpc: generate uapi header and system call > table files" there are 2 new files: unistd_32.h and unistd_64.h. These > files content is moved from unistd.h so now we have to copy new fil

[Qemu-devel] [PATCH v6 01/18] update-linux-headers.sh: Copy new headers

2019-02-05 Thread Eric Auger
From: Alexey Kardashevskiy Since Linux'es ab66dcc76d "powerpc: generate uapi header and system call table files" there are 2 new files: unistd_32.h and unistd_64.h. These files content is moved from unistd.h so now we have to copy new files as well, just like we already do for other architectures