Il 25/08/2014 16:32, Radim Krčmář ha scritto:
> Paolo, can you still fix this "just" by rebasing?
Maybe I could, but I just pushed the fix to kvm/next as a separate commit.
Paolo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.
2014-08-25 15:53+0200, Sabrina Dubroca:
> Hello,
>
> 2014-08-21, 18:08:09 +0200, Radim Krčmář wrote:
> > Tracepoint for dynamic PLE window, fired on every potential change.
> > +#define trace_kvm_ple_window_grow(vcpu_id, new, old) \
> > + trace_kvm_ple_window(true, vcpu_id, new, old)
> > +#defin
Hello,
2014-08-21, 18:08:09 +0200, Radim Krčmář wrote:
> Tracepoint for dynamic PLE window, fired on every potential change.
>
> Signed-off-by: Radim Krčmář
> ---
> arch/x86/kvm/trace.h | 30 ++
> arch/x86/kvm/vmx.c | 10 --
> arch/x86/kvm/x86.c | 1 +
>
Tracepoint for dynamic PLE window, fired on every potential change.
Signed-off-by: Radim Krčmář
---
arch/x86/kvm/trace.h | 30 ++
arch/x86/kvm/vmx.c | 10 --
arch/x86/kvm/x86.c | 1 +
3 files changed, 39 insertions(+), 2 deletions(-)
diff --git a/arch/x8
4 matches
Mail list logo