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 618424 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.
Honor <address/> node for USB disks with qemu
libvirt-0.10.2-qemu-usb-storage-address.patch (text/plain), 467 bytes, created by
Vladislav Bogdanov
on 2012-09-28 06:18:45 UTC
(
hide
)
Description:
Honor <address/> node for USB disks with qemu
Filename:
MIME Type:
Creator:
Vladislav Bogdanov
Created:
2012-09-28 06:18:45 UTC
Size:
467 bytes
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 >@@ -2658,6 +2658,9 @@ qemuBuildDriveDevStr(virDomainDefPtr def > break; > case VIR_DOMAIN_DISK_BUS_USB: > virBufferAddLit(&opt, "usb-storage"); >+ >+ if (qemuBuildDeviceAddressStr(&opt, &disk->info, caps) < 0) >+ goto error; > break; > default: > virReportError(VIR_ERR_INTERNAL_ERROR,
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