Re: [PATCH v2 08/11] KVM: VMX: Intercept RDPMC

2011-06-14 Thread Avi Kivity
On 06/13/2011 08:38 PM, Ingo Molnar wrote: I should have known that. Is there some git magic I can use to avoid cloning yet another tree (I already have Ingo's tree for perf-core and perf-urgent along with Linus' tree)? You can use 'git remote add kvm ...' and then 'git remote update'.

Re: [PATCH v2 08/11] KVM: VMX: Intercept RDPMC

2011-06-14 Thread Ingo Molnar
* Avi Kivity a...@redhat.com wrote: On 06/13/2011 08:38 PM, Ingo Molnar wrote: I should have known that. Is there some git magic I can use to avoid cloning yet another tree (I already have Ingo's tree for perf-core and perf-urgent along with Linus' tree)? You can use 'git remote

[PATCH v2 08/11] KVM: VMX: Intercept RDPMC

2011-06-13 Thread Avi Kivity
Intercept RDPMC and forward it to the PMU emulation code. Signed-off-by: Avi Kivity a...@redhat.com --- arch/x86/kvm/vmx.c | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index f5b49c7..6ac3d54 100644 ---

Re: [PATCH v2 08/11] KVM: VMX: Intercept RDPMC

2011-06-13 Thread David Ahern
On 06/13/2011 07:35 AM, Avi Kivity wrote: Intercept RDPMC and forward it to the PMU emulation code. Signed-off-by: Avi Kivity a...@redhat.com --- arch/x86/kvm/vmx.c | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/vmx.c

Re: [PATCH v2 08/11] KVM: VMX: Intercept RDPMC

2011-06-13 Thread Avi Kivity
On 06/13/2011 07:17 PM, David Ahern wrote: On 06/13/2011 07:35 AM, Avi Kivity wrote: Intercept RDPMC and forward it to the PMU emulation code. Signed-off-by: Avi Kivitya...@redhat.com --- arch/x86/kvm/vmx.c | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-)

Re: [PATCH v2 08/11] KVM: VMX: Intercept RDPMC

2011-06-13 Thread David Ahern
On 06/13/2011 10:29 AM, Avi Kivity wrote: On 06/13/2011 07:17 PM, David Ahern wrote: On 06/13/2011 07:35 AM, Avi Kivity wrote: Intercept RDPMC and forward it to the PMU emulation code. Signed-off-by: Avi Kivitya...@redhat.com --- arch/x86/kvm/vmx.c | 15 ++- 1

Re: [PATCH v2 08/11] KVM: VMX: Intercept RDPMC

2011-06-13 Thread Ingo Molnar
* David Ahern daah...@cisco.com wrote: On 06/13/2011 10:29 AM, Avi Kivity wrote: On 06/13/2011 07:17 PM, David Ahern wrote: On 06/13/2011 07:35 AM, Avi Kivity wrote: Intercept RDPMC and forward it to the PMU emulation code. Signed-off-by: Avi Kivitya...@redhat.com ---

Re: [PATCH v2 08/11] KVM: VMX: Intercept RDPMC

2011-06-13 Thread David Ahern
On 06/13/2011 11:38 AM, Ingo Molnar wrote: I should have known that. Is there some git magic I can use to avoid cloning yet another tree (I already have Ingo's tree for perf-core and perf-urgent along with Linus' tree)? You can use 'git remote add kvm ...' and then 'git remote update'.