Message ID | d2e391d1e0e381276ee2bff8e59d872c4b3bd2b5.1467695915.git.sam.bobroff@au1.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Jul 05, 2016 at 03:19:23PM +1000, Sam Bobroff wrote: > Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com> Ok, so the usual procedure for updates to linux-headers is this: 1. Get the change merged on the kernel side 2. Use scripts/update-linux-headers.sh to update the whole linux-headers subtree to the new kernel version 3. Submit the patch - make sure to include the commit id of the kernel you updated to in the qemu commit message > --- > linux-headers/linux/kvm.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h > index e60e21b..37cb3e8 100644 > --- a/linux-headers/linux/kvm.h > +++ b/linux-headers/linux/kvm.h > @@ -866,6 +866,7 @@ struct kvm_ppc_smmu_info { > #define KVM_CAP_ARM_PMU_V3 126 > #define KVM_CAP_VCPU_ATTRIBUTES 127 > #define KVM_CAP_MAX_VCPU_ID 128 > +#define KVM_CAP_PPC_HTM 129 > > #ifdef KVM_CAP_IRQ_ROUTING >
On Tue, Jul 05, 2016 at 04:05:58PM +1000, David Gibson wrote: > On Tue, Jul 05, 2016 at 03:19:23PM +1000, Sam Bobroff wrote: > > Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com> > > Ok, so the usual procedure for updates to linux-headers is this: > 1. Get the change merged on the kernel side > > 2. Use scripts/update-linux-headers.sh to update the whole > linux-headers subtree to the new kernel version > > 3. Submit the patch - make sure to include the commit id of the > kernel you updated to in the qemu commit message Thanks, Do you think we're at the point with this patch set that I should start progressing the kernel side change now? Cheers, Sam.
On Wed, Jul 06, 2016 at 02:41:52PM +1000, Sam Bobroff wrote: > On Tue, Jul 05, 2016 at 04:05:58PM +1000, David Gibson wrote: > > On Tue, Jul 05, 2016 at 03:19:23PM +1000, Sam Bobroff wrote: > > > Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com> > > > > Ok, so the usual procedure for updates to linux-headers is this: > > 1. Get the change merged on the kernel side > > > > 2. Use scripts/update-linux-headers.sh to update the whole > > linux-headers subtree to the new kernel version > > > > 3. Submit the patch - make sure to include the commit id of the > > kernel you updated to in the qemu commit message > > Thanks, > > Do you think we're at the point with this patch set that I should start > progressing the kernel side change now? Yes.
diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h index e60e21b..37cb3e8 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -866,6 +866,7 @@ struct kvm_ppc_smmu_info { #define KVM_CAP_ARM_PMU_V3 126 #define KVM_CAP_VCPU_ATTRIBUTES 127 #define KVM_CAP_MAX_VCPU_ID 128 +#define KVM_CAP_PPC_HTM 129 #ifdef KVM_CAP_IRQ_ROUTING
Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com> --- linux-headers/linux/kvm.h | 1 + 1 file changed, 1 insertion(+)