From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754923AbcCJUpC (ORCPT ); Thu, 10 Mar 2016 15:45:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50694 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753194AbcCJUpA (ORCPT ); Thu, 10 Mar 2016 15:45:00 -0500 Date: Thu, 10 Mar 2016 21:44:55 +0100 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Paolo Bonzini Cc: Suravee Suthikulpanit , joro@8bytes.org, bp@alien8.de, gleb@kernel.org, alex.williamson@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, wei@redhat.com, sherry.hurwitz@amd.com Subject: Re: [PART1 RFC v2 07/10] svm: Add VMEXIT handlers for AVIC Message-ID: <20160310204455.GA7294@potion.brq.redhat.com> References: <1457124368-2025-1-git-send-email-Suravee.Suthikulpanit@amd.com> <1457124368-2025-8-git-send-email-Suravee.Suthikulpanit@amd.com> <20160309205512.GD19459@potion.brq.redhat.com> <20160310193419.GA2657@potion.brq.redhat.com> <56E1D0FE.9030003@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <56E1D0FE.9030003@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-03-10 20:54+0100, Paolo Bonzini: > On 10/03/2016 20:34, Radim Krčmář wrote: >> (Btw. edge EOI hacks for PIT and RTC won't work because AVIC doesn't >> exit when TMR=0, but I'd take it slow and tackle those after v3.) > > I'd just only enable AVIC for split irqchip... Great idea.