These API changes were introduced in 3.19-rc1. Update source pointer since this is the only required change for 3.19-rc1. Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> --- external-module-compat-comm.h | 4 ++++ linux | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/external-module-compat-comm.h b/external-module-compat-comm.h index f0e1ce2..66cfde2 100644 --- a/external-module-compat-comm.h +++ b/external-module-compat-comm.h @@ -1452,3 +1452,7 @@ static inline void pci_set_dev_assigned(struct pci_dev *pdev) #if LINUX_VERSION_CODE < KERNEL_VERSION(3,17,0) void *get_xsave_addr(struct xsave_struct *xsave, int feature); #endif + +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,19,0) +#define trace_seq_buffer_ptr(p) ((p)->buffer + (p)->len) +#endif diff --git a/linux b/linux index b2776bf..97bf6af 160000 --- a/linux +++ b/linux @@ -1 +1 @@ -Subproject commit b2776bf7149bddd1f4161f14f79520f17fc1d71d +Subproject commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672 -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html