From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Leshenko Subject: [PATCH 0/5] KVM: x86: Various IOAPIC improvements Date: Sun, 5 Nov 2017 15:52:28 +0200 Message-ID: <20171105135233.34572-1-nikita.leshchenko@oracle.com> Cc: idan.brown@oracle.com To: kvm@vger.kernel.org, pbonzini@redhat.com, rkrcmar@redhat.com Return-path: Received: from aserp1040.oracle.com ([141.146.126.69]:48209 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751470AbdKENwu (ORCPT ); Sun, 5 Nov 2017 08:52:50 -0500 Sender: kvm-owner@vger.kernel.org List-ID: 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. Thank you, Nikita