From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Xu Subject: [kvm-unit-tests PATCH v2 0/2] x86: apic: add LVTT test Date: Wed, 21 Sep 2016 13:09:40 +0800 Message-ID: <1474434582-21431-1-git-send-email-peterx@redhat.com> Cc: drjones@redhat.com, pbonzini@redhat.com, rkrcmar@redhat.com, peterx@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46994 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752340AbcIUFJt (ORCPT ); Wed, 21 Sep 2016 01:09:49 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2AD8EC0567B2 for ; Wed, 21 Sep 2016 05:09:49 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: 1st patch fixes not eoi()ing in existing deadline timer isr. 2nd patch adds lvtt test. Please review. Thanks! v2 - adding eoi() in LVT timer handler, otherwise continuous interrupt will be ignored (found this when testing together with deadline timer) - better comments for "initial" [Drew] - check lvtt_counter==1 in report() [Drew] - setting x86/apic timeout to 30s [Drew] Peter Xu (2): x86: apic: eoi() for deadline timer isr x86: apic: add LVT timer test x86/apic.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ x86/unittests.cfg | 1 + 2 files changed, 45 insertions(+) -- 2.7.4