From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH 0/3] Enable SRIOV with KVM Date: Wed, 4 Mar 2009 15:54:26 +0800 Message-ID: <1236153269-8825-1-git-send-email-sheng@linux.intel.com> Cc: kvm@vger.kernel.org To: Avi Kivity , Marcelo Tosatti Return-path: Received: from mga11.intel.com ([192.55.52.93]:33479 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752674AbZCDHye (ORCPT ); Wed, 4 Mar 2009 02:54:34 -0500 Sender: kvm-owner@vger.kernel.org List-ID: The first patch have been sent already. The other two deal with some minor problem of SRIOV's virtual function. With these three userspace patches, SRIOV can be enabled with KVM(of course, with MSI-X and my previous userspace patches.) Thanks.