From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2 0/3] KVM: API doc enhancements and separate PIT kthread Date: Fri, 27 Apr 2012 19:41:27 -0300 Message-ID: <20120427224127.GA19223@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57275 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755816Ab2D0WmE (ORCPT ); Fri, 27 Apr 2012 18:42:04 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Apr 24, 2012 at 04:40:14PM +0200, Jan Kiszka wrote: > Some cosmetics for the API docs and the documentations for the PIT > IOCTLs are the foundation. On top comes the previously posted patch for > a separate PIT interrupt injection kthread, just augmented by some > documentation. > > This series depends on the application or folding-in of > http://thread.gmane.org/gmane.comp.emulators.kvm.devel/90002 > > Changes in v2: > - list obsoleted v1 PIT IOCTLs (missed in v1 due to unfinished rebase) > > Jan Kiszka (3): > KVM: Improve readability of KVM API doc > KVM: x86: Document in-kernel PIT API > KVM: x86: Run PIT work in own kthread > > Documentation/virtual/kvm/api.txt | 170 +++++++++++++++++++++++++++++++++++-- > arch/x86/kvm/i8254.c | 31 ++++--- > arch/x86/kvm/i8254.h | 7 +- > 3 files changed, 187 insertions(+), 21 deletions(-) > Applied, thanks.