On 5/10/24 13:46, Alex Bennée wrote: ... >> cp_portable "$tmpdir/include/asm/kvm_para.h" >> "$output/include/standard-headers/asm-$arch" >> + cp_portable "$tmpdir/include/asm/setup_data.h" >> "$output/include/standard-headers/asm-$arch" > > is there a portable setup_data.h? why is it asm-x86 above?
Yes, it shouldn't have been asm-x86 ... >> for header in const.h stddef.h kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h \ >> psci.h psp-sev.h userfaultfd.h memfd.h mman.h nvme_ioctl.h \ >> - vduse.h iommufd.h; do >> + vduse.h iommufd.h bits.h; do > > What do we need bits for here? Some header started to include it The kernel headers were already updated in Qemu and I dropped this patch from v9. No need to review it further, thanks! -- Best regards, Dmitry