Message ID | 20180731090448.36662-1-borntraeger@de.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | etoken patch for 3.1 | expand |
On Tue, 31 Jul 2018 11:04:46 +0200 Christian Borntraeger <borntraeger@de.ibm.com> wrote: > this depends on the current kvms390/next kernel tree. > > Christian Borntraeger (2): > header sync > s390x/kvm: add etoken facility > > linux-headers/asm-s390/kvm.h | 5 ++++- > target/s390x/cpu.h | 3 +++ > target/s390x/cpu_features.c | 3 ++- > target/s390x/cpu_features_def.h | 3 ++- > target/s390x/gen-features.c | 3 ++- > target/s390x/kvm.c | 11 +++++++++++ > target/s390x/machine.c | 20 +++++++++++++++++++- > 7 files changed, 43 insertions(+), 5 deletions(-) > I can merge this (with a capital E in the feature name and a real headers update) once the kernel headers update hits Linux master. Please ping me if I forget :)
On 07/31/2018 01:29 PM, Cornelia Huck wrote: > On Tue, 31 Jul 2018 11:04:46 +0200 > Christian Borntraeger <borntraeger@de.ibm.com> wrote: > >> this depends on the current kvms390/next kernel tree. >> >> Christian Borntraeger (2): >> header sync >> s390x/kvm: add etoken facility >> >> linux-headers/asm-s390/kvm.h | 5 ++++- >> target/s390x/cpu.h | 3 +++ >> target/s390x/cpu_features.c | 3 ++- >> target/s390x/cpu_features_def.h | 3 ++- >> target/s390x/gen-features.c | 3 ++- >> target/s390x/kvm.c | 11 +++++++++++ >> target/s390x/machine.c | 20 +++++++++++++++++++- >> 7 files changed, 43 insertions(+), 5 deletions(-) >> > > I can merge this (with a capital E in the feature name and a real > headers update) once the kernel headers update hits Linux master. > Please ping me if I forget :) Thanks, will do.
On Tue, 31 Jul 2018 13:29:30 +0200 Cornelia Huck <cohuck@redhat.com> wrote: > On Tue, 31 Jul 2018 11:04:46 +0200 > Christian Borntraeger <borntraeger@de.ibm.com> wrote: > > > this depends on the current kvms390/next kernel tree. > > > > Christian Borntraeger (2): > > header sync > > s390x/kvm: add etoken facility > > > > linux-headers/asm-s390/kvm.h | 5 ++++- > > target/s390x/cpu.h | 3 +++ > > target/s390x/cpu_features.c | 3 ++- > > target/s390x/cpu_features_def.h | 3 ++- > > target/s390x/gen-features.c | 3 ++- > > target/s390x/kvm.c | 11 +++++++++++ > > target/s390x/machine.c | 20 +++++++++++++++++++- > > 7 files changed, 43 insertions(+), 5 deletions(-) > > > > I can merge this (with a capital E in the feature name and a real > headers update) once the kernel headers update hits Linux master. > Please ping me if I forget :) I did not forget; in fact, I just pushed it out to s390-next :) Thanks, applied.