From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758308AbbA2Vt1 (ORCPT ); Thu, 29 Jan 2015 16:49:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58175 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754919AbbA2Vt0 (ORCPT ); Thu, 29 Jan 2015 16:49:26 -0500 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= To: linux-kernel@vger.kernel.org Cc: kvm@vger.kernel.org, Paolo Bonzini , Nadav Amit , Gleb Natapov Subject: [PATCH 0/8] KVM: minor APIC fixes and cleanups Date: Thu, 29 Jan 2015 22:48:47 +0100 Message-Id: <1422568135-28402-1-git-send-email-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series is made our of three logical parts, [1-3/8] are just a cleanup and could be omitted [4-6/8] improve broadcast detection and unoptimized delivery [7-8/8] handle mixed mode (by falling back to improvements from [5-6/9]) Radim Krčmář (8): KVM: x86: return bool from kvm_apic_match*() KVM: x86: cleanup kvm_apic_match_*() KVM: x86: replace 0 with APIC_DEST_PHYSICAL KVM: x86: fix x2apic logical address matching KVM: x86: use MDA for interrupt matching KVM: x86: allow mixed APIC mode broadcast KVM: x86: avoid logical_map when it is invalid KVM: x86: simplify kvm_apic_map arch/x86/include/asm/kvm_host.h | 4 +- arch/x86/kvm/ioapic.h | 2 +- arch/x86/kvm/lapic.c | 176 +++++++++++++++++++--------------------- arch/x86/kvm/lapic.h | 35 ++++---- 4 files changed, 106 insertions(+), 111 deletions(-) -- 2.2.2