On Mon, May 14, 2018 at 07:37:49PM +0100, Peter Maydell wrote: > On 14 May 2018 at 19:29, Michael S. Tsirkin <m...@redhat.com> wrote: > > On Mon, May 14, 2018 at 04:10:42PM +0100, Peter Maydell wrote: > >> On 14 May 2018 at 14:07, Michael S. Tsirkin <m...@redhat.com> 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 auto-updates > >> > all architectures which have linux-headers/ > >> > (unfortunately this still does not mean "all linux systems"). > >> > > >> > Tested on x86 only. > >> > > >> > Pls consider merging this through the ARM tree. > >> > > >> > Changes from v5: > >> > rebase to master > >> > >> Still doesn't apply: > > > > Against which commit? > > bbd87423ea0c436c55bb, but the last change in master > to scripts/update-linux-headers.sh is 7afcfd32a65688 a > month ago, so this won't apply to anything since then > and wouldn't have applied before that either. I think you > have based your patchset on some other changes to the script > which are not in master (at a guess, your "move kvm_para.h > to standard-headers" series). > > thanks > -- PMM
OK I will just do a pull with these + kvm headers since it was approved by Paolo. -- MST