From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6ndl-0003Oo-Rn for qemu-devel@nongnu.org; Wed, 29 Aug 2012 15:09:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6ndj-0004wn-Va for qemu-devel@nongnu.org; Wed, 29 Aug 2012 15:09:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6ndj-0004wj-NY for qemu-devel@nongnu.org; Wed, 29 Aug 2012 15:09:23 -0400 Message-ID: <1346267337.2225.26.camel@ul30vt.home> From: Alex Williamson Date: Wed, 29 Aug 2012 12:08:57 -0700 In-Reply-To: <6A3DF150A5B70D4F9B66A25E3F7C888D0644EB31@039-SN2MPN1-022.039d.mgd.msft.net> References: <6A3DF150A5B70D4F9B66A25E3F7C888D0644CEC9@039-SN2MPN1-022.039d.mgd.msft.net> <1346169440.2225.10.camel@ul30vt.home> <6A3DF150A5B70D4F9B66A25E3F7C888D0644D68B@039-SN2MPN1-022.039d.mgd.msft.net> <1346222786.2225.12.camel@ul30vt.home> <6A3DF150A5B70D4F9B66A25E3F7C888D0644DEAE@039-SN2MPN1-022.039d.mgd.msft.net> <1346253231.2225.21.camel@ul30vt.home> <6A3DF150A5B70D4F9B66A25E3F7C888D0644EA76@039-SN2MPN1-022.039d.mgd.msft.net> <6A3DF150A5B70D4F9B66A25E3F7C888D0644EB31@039-SN2MPN1-022.039d.mgd.msft.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Isuue assiging devices using VFIO on x86 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bhushan Bharat-R65777 Cc: "avi@redhat.com" , "kvm@vger.kernel.org" , "qemu-devel@nongnu.org" On Wed, 2012-08-29 at 18:42 +0000, Bhushan Bharat-R65777 wrote: > PFA file which have full dmeg and lspci of assigned device > On Aug 29, 2012 11:03 AM, "Bhushan Bharat-R65777" > wrote: > > Guest>lspci > > 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) > > 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] > > 00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] > > 00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) > > 00:02.0 VGA compatible controller: Cirrus Logic GD 5446 > > 00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03) ----- QEMU emulated > > 00:04.0 Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection (rev 02) ----- directly assigned >>From attachment: 00:04.0 Ethernet controller: SysKonnect SK-9E21D 10/100/1000Base-T Adapter, Copper RJ-45 (rev 17) Subsystem: SysKonnect SK-9E21D 10/100/1000Base-T Adapter Physical Slot: 4 Flags: fast devsel, IRQ 11 Memory at febf0000 (64-bit, non-prefetchable) [size=16K] I/O ports at c000 [size=256] Expansion ROM at febc0000 [disabled] [size=128K] Capabilities: [48] Power Management version 2 Capabilities: [50] Vital Product Data Capabilities: [5c] MSI: Enable- Count=1/2 Maskable- 64bit+ Capabilities: [e0] Express Legacy Endpoint, MSI 00 This isn't the 82567LM device reported previously, are we now switching to this device being assigned? I don't know what driver this device is supposed to use nor do I see any attempt to load a driver for this device in the guest dmesg. Are you sure the driver is loaded? Thanks, Alex