From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 14/15] VMX: Add test cases around interrupt injection and halting Date: Tue, 25 Mar 2014 12:18:43 +0100 Message-ID: <53316613.8060703@redhat.com> References: <54431d044d70d2ce06a9dfb964e0181e4c078d76.1387187847.git.jan.kiszka@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm , Arthur Chunqi Li To: Jan Kiszka , Gleb Natapov Return-path: Received: from mail-ee0-f42.google.com ([74.125.83.42]:62744 "EHLO mail-ee0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752955AbaCYLSr (ORCPT ); Tue, 25 Mar 2014 07:18:47 -0400 Received: by mail-ee0-f42.google.com with SMTP id d17so310521eek.15 for ; Tue, 25 Mar 2014 04:18:46 -0700 (PDT) In-Reply-To: <54431d044d70d2ce06a9dfb964e0181e4c078d76.1387187847.git.jan.kiszka@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 16/12/2013 10:57, Jan Kiszka ha scritto: > This checks for interrupt delivery to L2, unintercepted hlt in L2 and > explicit L2 suspension via the activity state HLT. > > Signed-off-by: Jan Kiszka I'm applying this patch and the next one. However, I'm seeing one failure still: Test suite : interrupt PASS: direct interrupt while running guest PASS: intercepted interrupt while running guest PASS: direct interrupt + hlt FAIL: intercepted interrupt + hlt PASS: direct interrupt + activity state hlt PASS: intercepted interrupt + activity state hlt I'll look at it in the next few days. Paolo