Re: [Qemu-devel] [PATCH v6 0/3] linux-headers: arch fixups

2018-05-15 Thread Michael S. Tsirkin
On Mon, May 14, 2018 at 07:37:49PM +0100, Peter Maydell wrote: > On 14 May 2018 at 19:29, Michael S. Tsirkin wrote: > > On Mon, May 14, 2018 at 04:10:42PM +0100, Peter Maydell wrote: > >> On 14 May 2018 at 14:07, Michael S. Tsirkin wrote: > >> > It turns out that we have unistd.h and kvm headers

Re: [Qemu-devel] [PATCH v6 0/3] linux-headers: arch fixups

2018-05-14 Thread Michael S. Tsirkin
On Mon, May 14, 2018 at 07:37:49PM +0100, Peter Maydell wrote: > On 14 May 2018 at 19:29, Michael S. Tsirkin wrote: > > On Mon, May 14, 2018 at 04:10:42PM +0100, Peter Maydell wrote: > >> On 14 May 2018 at 14:07, Michael S. Tsirkin wrote: > >> > It turns out that we have unistd.h and kvm headers

Re: [Qemu-devel] [PATCH v6 0/3] linux-headers: arch fixups

2018-05-14 Thread Peter Maydell
On 14 May 2018 at 19:29, Michael S. Tsirkin wrote: > On Mon, May 14, 2018 at 04:10:42PM +0100, Peter Maydell wrote: >> On 14 May 2018 at 14:07, Michael S. Tsirkin wrote: >> > It turns out that we have unistd.h and kvm headers for some >> > architectures but not others. We are thus unable to use

Re: [Qemu-devel] [PATCH v6 0/3] linux-headers: arch fixups

2018-05-14 Thread Michael S. Tsirkin
On Mon, May 14, 2018 at 04:10:42PM +0100, Peter Maydell wrote: > On 14 May 2018 at 14:07, Michael S. Tsirkin wrote: > > It turns out that we have unistd.h and kvm headers for some > > architectures but not others. We are thus unable to use e.g. usefaultfd > > on these systems unless system header

Re: [Qemu-devel] [PATCH v6 0/3] linux-headers: arch fixups

2018-05-14 Thread Peter Maydell
On 14 May 2018 at 14:07, Michael S. Tsirkin wrote: > It turns out that we have unistd.h and kvm headers for some > architectures but not others. We are thus unable to use e.g. usefaultfd > on these systems unless system headers have been updated. > > Fix up update-linux-headers.sh to make sure we

[Qemu-devel] [PATCH v6 0/3] linux-headers: arch fixups

2018-05-14 Thread Michael S. Tsirkin
It turns out that we have unistd.h and kvm headers for some architectures but not others. We are thus unable to use e.g. usefaultfd on these systems unless system headers have been updated. Fix up update-linux-headers.sh to make sure we auto-updates all architectures which have linux-headers/ (un