Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 282031 Details for
Bug 404281
xm fails to create domain with pci=xx.yy.z option
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch against pciif
xen-3.0.3-41.el5-pciif.diff (text/plain), 1.41 KB, created by
Mark Wormgoor
on 2007-12-08 14:05:18 UTC
(
hide
)
Description:
Patch against pciif
Filename:
MIME Type:
Creator:
Mark Wormgoor
Created:
2007-12-08 14:05:18 UTC
Size:
1.41 KB
patch
obsolete
>diff -ruN xen.old/xend/server/pciif.py xen/xend/server/pciif.py >--- xen.old/xend/server/pciif.py 2006-10-15 14:22:03.000000000 +0200 >+++ xen/xend/server/pciif.py 2007-12-08 14:59:28.000000000 +0100 >@@ -157,7 +157,7 @@ > > for (start, size) in dev.ioports: > log.debug('pci: enabling ioport 0x%x/0x%x'%(start,size)) >- rc = xc.domain_ioport_permission(dom = fe_domid, first_port = start, >+ rc = xc.domain_ioport_permission(domid = fe_domid, first_port = start, > nr_ports = size, allow_access = True) > if rc<0: > raise VmError(('pci: failed to configure I/O ports on device '+ >@@ -171,7 +171,7 @@ > > log.debug('pci: enabling iomem 0x%x/0x%x pfn 0x%x/0x%x'% \ > (start,size,start_pfn,nr_pfns)) >- rc = xc.domain_iomem_permission(dom = fe_domid, >+ rc = xc.domain_iomem_permission(domid = fe_domid, > first_pfn = start_pfn, > nr_pfns = nr_pfns, > allow_access = True) >@@ -181,7 +181,7 @@ > > if dev.irq>0: > log.debug('pci: enabling irq %d'%dev.irq) >- rc = xc.domain_irq_permission(dom = fe_domid, pirq = dev.irq, >+ rc = xc.domain_irq_permission(domid = fe_domid, pirq = dev.irq, > allow_access = True) > if rc<0: > raise VmError(('pci: failed to configure irq on device '+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 404281
:
272841
| 282031