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 895476 Details for
Bug 1097742
-1 devid passed to xen network scripts
[?]
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]
devid patch
file_1097742.txt (text/plain), 573 bytes, created by
Alvin Starr
on 2014-05-14 12:45:08 UTC
(
hide
)
Description:
devid patch
Filename:
MIME Type:
Creator:
Alvin Starr
Created:
2014-05-14 12:45:08 UTC
Size:
573 bytes
patch
obsolete
>--- a/src/libxl/libxl_conf.c >+++ b/src/libxl/libxl_conf.c >@@ -907,7 +907,16 @@ > for (i = 0; i < nnics; i++) { > if (libxlMakeNic(l_nics[i], &x_nics[i])) > goto error; >+ /* >+ * The devid (at least right now) will not get initialized by >+ * libxl in the setup case but is required for starting the >+ * device-model. >+ */ >+ if (x_nics[i].devid < 0) >+ x_nics[i].devid = i; > } >+ >+ d_config->nics = x_nics; > > d_config->nics = x_nics; > d_config->num_nics = nnics;
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 1097742
: 895476