On Fri, 5 Jun 2020 09:35:33 +0200 Paolo Bonzini <pbonz...@redhat.com> wrote:
> Il ven 5 giu 2020, 09:28 Cornelia Huck <coh...@redhat.com> ha scritto: > > > On Thu, 4 Jun 2020 18:41:48 -0400 > > Paolo Bonzini <pbonz...@redhat.com> wrote: > > > > Isn't it still a bit early for -rc1? :) Probably wants a commit id... > > > > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > > --- > > > include/standard-headers/asm-x86/kvm_para.h | 17 ++- > > > include/standard-headers/drm/drm_fourcc.h | 140 ++++++++++++++++++-- > > > include/standard-headers/linux/ethtool.h | 16 ++- > > > linux-headers/asm-arm/unistd-common.h | 1 + > > > linux-headers/asm-arm64/mman.h | 8 ++ > > > linux-headers/asm-generic/unistd.h | 4 +- > > > linux-headers/asm-mips/unistd_n32.h | 1 + > > > linux-headers/asm-mips/unistd_n64.h | 1 + > > > linux-headers/asm-mips/unistd_o32.h | 1 + > > > linux-headers/asm-powerpc/unistd_32.h | 1 + > > > linux-headers/asm-powerpc/unistd_64.h | 1 + > > > linux-headers/asm-s390/unistd_32.h | 1 + > > > linux-headers/asm-s390/unistd_64.h | 1 + > > > linux-headers/asm-x86/kvm.h | 20 ++- > > > linux-headers/asm-x86/unistd.h | 11 +- > > > linux-headers/asm-x86/unistd_32.h | 1 + > > > linux-headers/asm-x86/unistd_64.h | 1 + > > > linux-headers/asm-x86/unistd_x32.h | 1 + > > > linux-headers/linux/kvm.h | 18 ++- > > > linux-headers/linux/psp-sev.h | 2 + > > > 20 files changed, 224 insertions(+), 23 deletions(-) > > > > There will be more (e.g. on the vfio side); anything in particular you > > need this update for? > > > > I need it for nested AMD live migration and page ready interrupts > (basically the KVM bits), but I can post it again when rc1 is really done. Yeah, that sounds ok, but it really wants the commit id if it isn't the not-yet-existing -rc1.