From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH v2 0/3] KVM: API doc enhancements and separate PIT kthread Date: Tue, 24 Apr 2012 16:40:14 +0200 Message-ID: Cc: kvm To: Avi Kivity , Marcelo Tosatti Return-path: Received: from goliath.siemens.de ([192.35.17.28]:19074 "EHLO goliath.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754956Ab2DXOkW (ORCPT ); Tue, 24 Apr 2012 10:40:22 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-) -- 1.7.3.4