Re: [Qemu-devel] [PATCH qemu 1/2] update-linux-headers.sh: Copy new headers

2019-01-16 Thread Stefano Garzarella
On Wed, Jan 16, 2019 at 5:20 AM Alexey Kardashevskiy wrote: > > 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

[Qemu-devel] [PATCH qemu 1/2] update-linux-headers.sh: Copy new headers

2019-01-15 Thread 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; this does it for MIPS as we