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 599355 Details for
Bug 816059
can not Install guest(RHEL6.3 32) using scsi-hd and scsi-cd
[?]
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]
trivial patch
0001-32bit.patch (text/plain), 715 bytes, created by
Paolo Bonzini
on 2012-07-20 10:22:47 UTC
(
hide
)
Description:
trivial patch
Filename:
MIME Type:
Creator:
Paolo Bonzini
Created:
2012-07-20 10:22:47 UTC
Size:
715 bytes
patch
obsolete
>From ca6209250853e461b6335513b09396491563cffa Mon Sep 17 00:00:00 2001 >From: Paolo Bonzini <pbonzini@redhat.com> >Date: Thu, 19 Jul 2012 21:53:32 +0200 >Subject: [RHEL6 PATCH] 32bit > >--- > drivers/scsi/virtio_scsi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/drivers/scsi/virtio_scsi.c b/drivers/scsi/virtio_scsi.c >index f66f6e1..1550b89 100644 >--- a/drivers/scsi/virtio_scsi.c >+++ b/drivers/scsi/virtio_scsi.c >@@ -199,7 +199,7 @@ static void virtscsi_map_sgl(struct scatterlist *sg, unsigned int *p_idx, > int i; > > for_each_sg(table->sgl, sg_elem, table->nents, i) >- sg_set_buf(&sg[idx++], sg_virt(sg_elem), sg_elem->length); >+ sg[idx++] = *sg_elem; > > *p_idx = idx; > } >-- >1.7.10.4 >
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 816059
:
580080
|
580081
|
580082
|
580083
|
580089
| 599355 |
625771