From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC6xv-0001Rj-Ib for qemu-devel@nongnu.org; Wed, 21 Aug 2013 07:52:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC6xq-0005Ir-Et for qemu-devel@nongnu.org; Wed, 21 Aug 2013 07:52:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC6xq-0005IU-1B for qemu-devel@nongnu.org; Wed, 21 Aug 2013 07:52:38 -0400 Message-ID: <1377085945.20610.11.camel@localhost> From: Vadim Rozenfeld Date: Wed, 21 Aug 2013 21:52:25 +1000 In-Reply-To: <5214B670.5030509@suse.de> References: <20130821104844.GA6218@redhat.com> <5214B670.5030509@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] updated: kvm PCI todo wiki List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hannes Reinecke Cc: virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org, kvm@vger.kernel.org, "Michael S. Tsirkin" On Wed, 2013-08-21 at 14:45 +0200, Hannes Reinecke wrote: > On 08/21/2013 12:48 PM, Michael S. Tsirkin wrote: > > Hey guys, > > I've put up a wiki page with a kvm PCI todo list, > > mainly to avoid effort duplication, but also in the hope > > to draw attention to what I think we should try addressing > > in KVM: > > > > http://www.linux-kvm.org/page/PCITodo > > > > This page could cover all PCI related activity in KVM, > > it is very incomplete. > > We should probably add e.g. IOMMU related stuff. > > > > Note: if there's no developer listed for an item, > > this just means I don't know of anyone actively working > > on an issue at the moment, not that no one intends to. > > > > I would appreciate it if others working on one of the items on this list > > would add their names so we can communicate better. If others like this > > wiki page, please go ahead and add stuff you are working on if any. > > > > It would be especially nice to add testing projects. > > > > Also, feel free to add links to bugzillas items. > > > On a related note, did anyone ever tried to test MSI / MSI-X with a > windows guest? I've tried to enable it for virtio but for some reason MSI-X is a default mode for NetKvm and viostor on Vista and forward. It must work. Just make sure that CPU family is 0xf or higher, otherwise Windows will not activate MSI-X. Vadim. > > Windows didn't wanted to enable it. AHCI was even worse; the stock > Windows version doesn't support MSI and the Intel one doesn't like our > implementation :-(. > > Anyone ever managed to get this to work? > > If not it'd be a good topic for the wiki ... > > Cheers, > > Hannes