From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH 0/5] KVM: x86: Various IOAPIC improvements Date: Fri, 10 Nov 2017 22:42:58 +0100 Message-ID: <20171110214257.GJ2189@flask> References: <20171105135233.34572-1-nikita.leshchenko@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, pbonzini@redhat.com, idan.brown@oracle.com To: Nikita Leshenko Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43810 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751097AbdKJVnA (ORCPT ); Fri, 10 Nov 2017 16:43:00 -0500 Content-Disposition: inline In-Reply-To: <20171105135233.34572-1-nikita.leshchenko@oracle.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-11-05 15:52+0200, Nikita Leshenko: > Hello, > > This patch series aims to improve various aspects of the in-kernel > IOAPIC. > > The first patch fixes EOIs that were not delivered if the redirection > table was modified from an interrupt handler. We observed that VMWare > ESX tends to do that. > > The other patches implement small semantic IOAPIC improvements that > are in-line with the respective code in QEMU. Applied all, thanks.