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 292075 Details for
Bug 253222
OpenSolaris domUs will not boot on RHEL5
[?]
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]
Upstream patch re-diffed for RHEL
xen-blkif-none-check.patch (text/plain), 1.18 KB, created by
Daniel Berrangé
on 2008-01-17 21:17:02 UTC
(
hide
)
Description:
Upstream patch re-diffed for RHEL
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2008-01-17 21:17:02 UTC
Size:
1.18 KB
patch
obsolete
>diff -rupN xen-3.1.0-src.orig/tools/python/xen/util/blkif.py xen-3.1.0-src.new/tools/python/xen/util/blkif.py >--- xen-3.1.0-src.orig/tools/python/xen/util/blkif.py 2006-10-15 08:22:03.000000000 -0400 >+++ xen-3.1.0-src.new/tools/python/xen/util/blkif.py 2008-01-17 16:09:01.000000000 -0500 >@@ -53,7 +53,7 @@ def blkdev_segment(name): > """ > val = None > n = blkdev_name_to_number(name) >- if n: >+ if not n is None: > val = { 'device' : n, > 'start_sector' : long(0), > 'nr_sectors' : long(1L<<63), >diff -rupN xen-3.1.0-src.orig/tools/python/xen/xend/server/blkif.py xen-3.1.0-src.new/tools/python/xen/xend/server/blkif.py >--- xen-3.1.0-src.orig/tools/python/xen/xend/server/blkif.py 2008-01-17 15:56:59.000000000 -0500 >+++ xen-3.1.0-src.new/tools/python/xen/xend/server/blkif.py 2008-01-17 16:08:33.000000000 -0500 >@@ -81,7 +81,7 @@ class BlkifController(DevController): > 'acm_policy' : policy}) > > devid = blkif.blkdev_name_to_number(dev) >- if not devid: >+ if devid is None: > raise VmError('Unable to find number for device (%s)' % (dev)) > > front = { 'virtual-device' : "%i" % devid,
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 253222
: 292075