Re: [PATCH] KVM: Only export kvm_ple_window for x86_64

2014-08-26 Thread Steven Rostedt
On Tue, 26 Aug 2014 13:05:57 +0200 Paolo Bonzini wrote: > Il 26/08/2014 01:10, Steven Rostedt ha scritto: > > Commit 7b46268d2954 "KVM: trace kvm_ple_window grow/shrink" > > Added the tracepoint kvm_ple_window under a #ifdef CONFIG_X86_64 but > > left the export for that tracepoint unprotected, w

Re: [PATCH] KVM: Only export kvm_ple_window for x86_64

2014-08-26 Thread Paolo Bonzini
Il 26/08/2014 01:10, Steven Rostedt ha scritto: > Commit 7b46268d2954 "KVM: trace kvm_ple_window grow/shrink" > Added the tracepoint kvm_ple_window under a #ifdef CONFIG_X86_64 but > left the export for that tracepoint unprotected, which would cause it > to fail to compile when X86_32 is set. > >

[PATCH] KVM: Only export kvm_ple_window for x86_64

2014-08-25 Thread Steven Rostedt
Commit 7b46268d2954 "KVM: trace kvm_ple_window grow/shrink" Added the tracepoint kvm_ple_window under a #ifdef CONFIG_X86_64 but left the export for that tracepoint unprotected, which would cause it to fail to compile when X86_32 is set. Link: http://lkml.kernel.org/p/20140825172204.769ab...@gand