From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [kvm-unit-tests PATCH v2 0/2] x86: apic: add LVTT test Date: Fri, 23 Sep 2016 00:41:54 +0200 Message-ID: <20160922224153.GA7554@potion> References: <1474434582-21431-1-git-send-email-peterx@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, drjones@redhat.com, pbonzini@redhat.com To: Peter Xu Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49786 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758193AbcIVWl6 (ORCPT ); Thu, 22 Sep 2016 18:41:58 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (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 888C6135F5 for ; Thu, 22 Sep 2016 22:41:57 +0000 (UTC) Content-Disposition: inline In-Reply-To: <1474434582-21431-1-git-send-email-peterx@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2016-09-21 13:09+0800, Peter Xu: > 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] Applied, thanks.