From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luiz Capitulino Subject: Re: [PATCH v2 0/6] kvm: x86: export TSC information to user-space Date: Fri, 16 Sep 2016 11:11:58 -0400 Message-ID: <20160916111158.367cf470@redhat.com> References: <1474036056-21270-1-git-send-email-lcapitulino@redhat.com> <20160916105905.2fb512b9@redhat.com> <888c2786-3dd5-d205-a433-b8d250702625@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, rkrcmar@redhat.com, rostedt@goodmis.org, mhiramat@kernel.org, mtosatti@redhat.com To: Paolo Bonzini Return-path: In-Reply-To: <888c2786-3dd5-d205-a433-b8d250702625@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.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.