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

2018-05-14 Thread Michael S. Tsirkin
On Mon, May 14, 2018 at 11:17:14AM +0100, Peter Maydell wrote: > On 11 May 2018 at 22:32, 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 v5 0/3] linux-headers: arch fixups

2018-05-14 Thread Peter Maydell
On 11 May 2018 at 22:32, 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 v5 0/3] linux-headers: arch fixups

2018-05-11 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