From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH 0/10 v4] MSI/MSI-X capability in userspace Date: Mon, 2 Mar 2009 16:29:23 +0800 Message-ID: <1235982573-6932-1-git-send-email-sheng@linux.intel.com> Cc: kvm@vger.kernel.org To: Avi Kivity , Marcelo Tosatti , Anthony Liguori Return-path: Received: from mga02.intel.com ([134.134.136.20]:38106 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756196AbZCBI3k (ORCPT ); Mon, 2 Mar 2009 03:29:40 -0500 Sender: kvm-owner@vger.kernel.org List-ID: OK, just resend the patchset... Patch 1-4 is a frame work for capability report in QEmu. Patch 5-7 is to expose MSI capability to the guest. Patch 8-10 is to expose MSI-X capability to the guest. I know it's huge, comments are welcome! Thanks!