From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/4] kvm_timer cleanup Date: Thu, 26 Jul 2012 18:01:49 +0300 Message-ID: <1343314913-6727-1-git-send-email-avi@redhat.com> Cc: kvm@vger.kernel.org, Gleb Natapov To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:58243 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752130Ab2GZPCE (ORCPT ); Thu, 26 Jul 2012 11:02:04 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6QF24YZ028218 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 Jul 2012 11:02:04 -0400 Sender: kvm-owner@vger.kernel.org List-ID: While preparing to fix up KVM_REQ_PENDING_TIMERS, and looking for a bug that turned out not to exist, I cleaned up kvm_timer a little. Avi Kivity (4): KVM: Remove internal timer abstraction. KVM: Simplify kvm_timer KVM: Simplify kvm_pit_timer KVM: fold kvm_pit_timer into kvm_kpit_state arch/x86/kvm/Makefile | 2 +- arch/x86/kvm/i8254.c | 64 +++++++++++++++++++----------------------------- arch/x86/kvm/i8254.h | 6 ++++- arch/x86/kvm/kvm_timer.h | 18 -------------- arch/x86/kvm/lapic.c | 42 ++++++++++++++++++++++--------- arch/x86/kvm/lapic.h | 9 ++++++- arch/x86/kvm/timer.c | 47 ----------------------------------- arch/x86/kvm/x86.c | 2 +- 8 files changed, 71 insertions(+), 119 deletions(-) delete mode 100644 arch/x86/kvm/kvm_timer.h delete mode 100644 arch/x86/kvm/timer.c -- 1.7.11.3