From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH 0/4] Clean up and enable MSI support for assigned device(v2) Date: Wed, 8 Oct 2008 16:38:09 +0800 Message-ID: <1223455093-304-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]:41400 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751495AbYJHIkS (ORCPT ); Wed, 8 Oct 2008 04:40:18 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hi, Avi Here is the update of MSI support. The main change is to move kvm_register_irq_ack_notifier() to common code rather than keep it in update_irq(), for it's the basic request of assigned device. Thanks! -- regards Yang, Sheng