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 303204 Details for
Bug 437174
connecting a file to an existing cdrom creates unbootable guest
[?]
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]
Additional fix to allow inserting a file backed cdrom
virt-manager-0.5.3-fix-xen-cdrom-insert-2.patch (text/plain), 1.08 KB, created by
Cole Robinson
on 2008-04-21 20:59:33 UTC
(
hide
)
Description:
Additional fix to allow inserting a file backed cdrom
Filename:
MIME Type:
Creator:
Cole Robinson
Created:
2008-04-21 20:59:33 UTC
Size:
1.08 KB
patch
obsolete
># HG changeset patch ># User "Cole Robinson <crobinso@redhat.com>" ># Date 1208810822 14400 ># Node ID 20d34a60e9a521dfb6735eef249220b3946cd49a ># Parent 4469eb7b8f26fb45a1323f6a1cf3144274296e40 >Fix cdrom connect for guest with driver xml tag. > >diff -r 4469eb7b8f26 -r 20d34a60e9a5 src/virtManager/domain.py >--- a/src/virtManager/domain.py Tue Apr 08 16:51:51 2008 -0400 >+++ b/src/virtManager/domain.py Mon Apr 21 16:47:02 2008 -0400 >@@ -590,11 +590,11 @@ class vmmDomain(gobject.GObject): > if type == "file": > elem.setProp("file", source) > if driver_fragment: >- driver_fragment.setProp("name", type) >+ driver_fragment[0].setProp("name", type) > else: > elem.setProp("dev", source) > if driver_fragment: >- driver_fragment.setProp("name", "phy") >+ driver_fragment[0].setProp("name", "phy") > result = disk_fragment[0].serialize() > logging.debug("connect_cdrom_device produced the following XML: %s" % result) > finally:
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 437174
:
297822
| 303204