WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 1657] New: Stubdomain fails to passthrough PCI device

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1657] New: Stubdomain fails to passthrough PCI device
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Mon, 30 Aug 2010 23:06:28 -0700
Delivery-date: Mon, 30 Aug 2010 23:06:35 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1657

           Summary: Stubdomain fails to passthrough PCI device
           Product: Xen
           Version: unstable
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: ar.fahrutdinov@xxxxxxxxx


XEN: 4.0.1-rc6
Kernel: 2.6.32.18 from Jeremy git
Device: Intel Corporation 82576 Gigabit Network Connection (rev 01)

I create VM config with follow parameters

builder='hvm'
memory = 2048
name = "fedora-13"
vcpus=2
pae=1
acpi=1
vif = [ 'bridge=xenbr0,mac=00:16:3E:1F:4A:81' ]
disk = [ 
'file:/mnt/storage0/images/fedora-13.img,hda,w',
'file:/mnt/storage0/iso/Fedora-13-x86_64-Live.iso,hdc:cdrom,r'
]
pci=['07:10.2']
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'destroy'
device_model='stubdom-dm'
boot='c'
vnc=1
usb=1
usbdevice="tablet"

and when I try "xm create ./fedora-13.xen" it fails with message
"Error: Failed to assign device to IOMMU
(0000:07:10.2@100,msitranslate=1,power_mgmt=0)"

If I substitute device_model to qemu-dm, VM starts sucsessfully and PCI device
is accessible within it.

PCI device is reserved in GRUB config and after boot "lspci -vvv" shows it is
reserver by pciback driver/


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 1657] New: Stubdomain fails to passthrough PCI device, bugzilla-daemon <=