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 615482 Details for
Bug 849223
RHEL5 Xen SR-IOV VF PCI passthru does not work to RHEL6 HVM guest; no interrupts received on the guest VF
[?]
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]
[1/1] PCI: Set device power state to PCI_D0 for device without native PM support
1-PCI-Set-device-power-state-to-PCI_D0-for-device-without-native-PM-support.patch (text/plain), 584 bytes, created by
Laszlo Ersek
on 2012-09-21 15:14:22 UTC
(
hide
)
Description:
[1/1] PCI: Set device power state to PCI_D0 for device without native PM support
Filename:
MIME Type:
Creator:
Laszlo Ersek
Created:
2012-09-21 15:14:22 UTC
Size:
584 bytes
patch
obsolete
>0ffa5a8d85e241a81b5c6feab06aa30c9d3f8cf6 >diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c >index ad197ba..2b8828b 100644 >--- a/drivers/pci/pci.c >+++ b/drivers/pci/pci.c >@@ -612,6 +612,9 @@ static int pci_platform_power_transition(struct pci_dev *dev, pci_power_t state) > error = platform_pci_set_power_state(dev, state); > if (!error) > pci_update_current_state(dev, state); >+ /* Fall back to PCI_D0 if native PM is not supported */ >+ if (!dev->pm_cap) >+ dev->current_state = PCI_D0; > } else { > error = -ENODEV; > /* Fall back to PCI_D0 if native PM is not supported */
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 849223
:
606043
|
606044
|
606045
|
606046
|
606050
|
606051
|
606365
|
606370
|
606639
|
610520
|
611505
|
613668
|
614372
|
614373
|
614374
|
614596
|
615391
|
615392
| 615482 |
616740
|
617217
|
617218
|
617260
|
617261
|
617528
|
617541
|
617718
|
618009
|
618145
|
618240
|
618241
|
618312