From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935612AbcIPPMB (ORCPT ); Fri, 16 Sep 2016 11:12:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46682 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754330AbcIPPMA (ORCPT ); Fri, 16 Sep 2016 11:12:00 -0400 Date: Fri, 16 Sep 2016 11:11:58 -0400 From: Luiz Capitulino To: Paolo Bonzini Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, rkrcmar@redhat.com, rostedt@goodmis.org, mhiramat@kernel.org, mtosatti@redhat.com Subject: Re: [PATCH v2 0/6] kvm: x86: export TSC information to user-space Message-ID: <20160916111158.367cf470@redhat.com> In-Reply-To: <888c2786-3dd5-d205-a433-b8d250702625@redhat.com> References: <1474036056-21270-1-git-send-email-lcapitulino@redhat.com> <20160916105905.2fb512b9@redhat.com> <888c2786-3dd5-d205-a433-b8d250702625@redhat.com> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 16 Sep 2016 15:12:00 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 16 Sep 2016 16:59:55 +0200 Paolo Bonzini wrote: > On 16/09/2016 16:59, Luiz Capitulino wrote: > > On Fri, 16 Sep 2016 16:56:34 +0200 > > Paolo Bonzini wrote: > > > >> On 16/09/2016 16:27, Luiz Capitulino wrote: > >>> [Introduction will follow] > >>> > >>> Changelog > >>> --------- > >>> > >>> v2 > >>> > >>> - add tsc_offset field to struct kvm_vcpu_arch > >>> - drop read_tsc_offset() > >>> - add per-vcpu dir entries in debugfs > >>> - export TSC scaling info (besides TSC offset) > >>> - export the TSC offset as a signed number > >>> - drop patch that wrongly tried to improve error > >>> handling in kvm_create_vm_debugfs() > >> > >> I've tested this patch on an AMD machine with TSC scaling, so I'm > >> pushing it shortly to kvm/queue. > > > > Thanks for the testing! Btw, I don't mind letting it sit on the > > list for a few days for review (well, no submitter should mind > > this). > > That's what kvm/queue is for. :) Makes sense.