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 703232 Details for
Bug 916016
grub-efi should recognize virtio-blk devices
[?]
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]
(proposed patch) recognize virtio-blk on OVMF
grub-0.97-bz916016-recognize-virtio-blk-on-ovmf.patch (text/plain), 771 bytes, created by
Laszlo Ersek
on 2013-02-27 02:05:00 UTC
(
hide
)
Description:
(proposed patch) recognize virtio-blk on OVMF
Filename:
MIME Type:
Creator:
Laszlo Ersek
Created:
2013-02-27 02:05:00 UTC
Size:
771 bytes
patch
obsolete
>diff -urp grub-0.97/efi/efidisk.c grub-0.97.b/efi/efidisk.c >--- grub-0.97/efi/efidisk.c 2013-02-27 01:43:18.196004315 +0100 >+++ grub-0.97.b/efi/efidisk.c 2013-02-27 01:49:46.488004170 +0100 >@@ -204,7 +204,9 @@ name_devices (struct grub_efidisk_data * > add_device (&hd_devices, d); > } > } >- else if (GRUB_EFI_DEVICE_PATH_TYPE(dp) == GRUB_EFI_HARDWARE_DEVICE_PATH_TYPE && GRUB_EFI_DEVICE_PATH_SUBTYPE(dp) == GRUB_EFI_VENDOR_DEVICE_PATH_SUBTYPE) >+ else if (GRUB_EFI_DEVICE_PATH_TYPE(dp) == GRUB_EFI_HARDWARE_DEVICE_PATH_TYPE >+ && (GRUB_EFI_DEVICE_PATH_SUBTYPE(dp) == GRUB_EFI_VENDOR_DEVICE_PATH_SUBTYPE >+ || GRUB_EFI_DEVICE_PATH_SUBTYPE(dp) == GRUB_EFI_PCI_DEVICE_PATH_SUBTYPE)) > { > add_device (&hd_devices, d); > }
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 916016
: 703232