From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH 0/9][v6] Enable MSI for KVM Date: Mon, 24 Nov 2008 14:32:48 +0800 Message-ID: <1227508377-30498-1-git-send-email-sheng@linux.intel.com> Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mga14.intel.com ([143.182.124.37]:62831 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750935AbYKXGgj (ORCPT ); Mon, 24 Nov 2008 01:36:39 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Hi MSI patchset v6 is coming... v5->v6 Addressed all comments from Avi on v5. I also set msi2intx=0 in non-x86 architecture machines. And the TODO list after this patchset: 1. A independence IOCTL to deliver MSI message data/address and related info, so that kvm_set_irq() can deliver MSI message directly. 2. Merge MSI parsing process with IOAPIC. Also speed it up with bit ops. 3. Separate lock for IOAPIC, maybe also LAPIC. Thanks! -- regards Yang, Sheng