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 618425 Details for
Bug 861309
USB disks ignore configured address
[?]
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.
Allow USB disks to be connected to USB hub (qemu)
libvirt-0.10.2-qemu-early-usb-hub-append.patch (text/plain), 1.32 KB, created by
Vladislav Bogdanov
on 2012-09-28 06:19:39 UTC
(
hide
)
Description:
Allow USB disks to be connected to USB hub (qemu)
Filename:
MIME Type:
Creator:
Vladislav Bogdanov
Created:
2012-09-28 06:19:39 UTC
Size:
1.32 KB
patch
obsolete
>--- a/src/qemu/qemu_command.c 2012-09-21 05:02:13.000000000 +0300 >+++ b/src/qemu/qemu_command.c 2012-09-25 14:47:02.268127450 +0300 >@@ -5091,6 +5091,20 @@ qemuBuildCommandLine(virConnectPtr conn, > } > } > >+ if (usbcontroller == 0) >+ virCommandAddArg(cmd, "-usb"); >+ >+ for (i = 0 ; i < def->nhubs ; i++) { >+ virDomainHubDefPtr hub = def->hubs[i]; >+ char *optstr; >+ >+ virCommandAddArg(cmd, "-device"); >+ if (!(optstr = qemuBuildHubDevStr(hub, caps))) >+ goto error; >+ virCommandAddArg(cmd, optstr); >+ VIR_FREE(optstr); >+ } >+ > /* If QEMU supports -drive param instead of old -hda, -hdb, -cdrom .. */ > if (qemuCapsGet(caps, QEMU_CAPS_DRIVE)) { > int bootCD = 0, bootFloppy = 0, bootDisk = 0; >@@ -5826,20 +5840,6 @@ qemuBuildCommandLine(virConnectPtr conn, > } > } > >- if (usbcontroller == 0) >- virCommandAddArg(cmd, "-usb"); >- >- for (i = 0 ; i < def->nhubs ; i++) { >- virDomainHubDefPtr hub = def->hubs[i]; >- char *optstr; >- >- virCommandAddArg(cmd, "-device"); >- if (!(optstr = qemuBuildHubDevStr(hub, caps))) >- goto error; >- virCommandAddArg(cmd, optstr); >- VIR_FREE(optstr); >- } >- > for (i = 0 ; i < def->ninputs ; i++) { > virDomainInputDefPtr input = def->inputs[i]; >
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 Raw
Actions:
View
Attachments on
bug 861309
:
618424
| 618425 |
618426