From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751798AbcAZSul (ORCPT ); Tue, 26 Jan 2016 13:50:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53077 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751756AbcAZSuj (ORCPT ); Tue, 26 Jan 2016 13:50:39 -0500 Date: Tue, 26 Jan 2016 19:50:36 +0100 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Feng Wu Cc: pbonzini@redhat.com, linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH v4 1/4] KVM: Recover IRTE to remapped mode if the interrupt is not single-destination Message-ID: <20160126185035.GD21252@potion.brq.redhat.com> References: <1453712015-3989-1-git-send-email-feng.wu@intel.com> <1453712015-3989-2-git-send-email-feng.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1453712015-3989-2-git-send-email-feng.wu@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-01-25 16:53+0800, Feng Wu: > When the interrupt is not single destination any more, we need > to change back IRTE to remapped mode explicitly. > > Signed-off-by: Feng Wu > --- Reviewed-by: Radim Krčmář