Bug 484151
| Summary: | VTd: changeset 12 of 16: fix ia64 build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Don Dugger <ddugger> | ||||
| Component: | kernel-xen | Assignee: | Xen Maintainance List <xen-maint> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Martin Jenner <mjenner> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.4 | CC: | knoel, xen-maint | ||||
| Target Milestone: | rc | ||||||
| Target Release: | 5.4 | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-02-05 15:27:42 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 484150 | ||||||
| Bug Blocks: | 331741, 484152 | ||||||
| Attachments: |
|
||||||
Process error, don't need a separate BZ per patch |
Created attachment 330945 [details] fix ia64 build Description of patch: VT-d is not supported on ia64, so just build xen/drivers/passthrough/ on x86. Add pci configuration code for ia64 The new upstream xen/pci.h has a name conflict with the modified linux/pci.h and shows up earlier in the include search path. Since the usage of linux/pci.h is limited, rename to linux/linux-pci.h to avoid duplicate names and cleanup the few users. Upstream Status: N/A