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 573110 Details for
Bug 807354
xenpv guests fail to find root device
[?]
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]
patch modifying the conditions
only-hvm.patch (text/plain), 1.23 KB, created by
Andrew Jones
on 2012-03-27 15:54:06 UTC
(
hide
)
Description:
patch modifying the conditions
Filename:
MIME Type:
Creator:
Andrew Jones
Created:
2012-03-27 15:54:06 UTC
Size:
1.23 KB
patch
obsolete
>From a416f0ccd6b9a2a0ae2208d015571d9d4f55d874 Mon Sep 17 00:00:00 2001 >From: Andrew Jones <drjones@redhat.com> >Date: Tue, 27 Mar 2012 17:51:38 +0200 >Subject: [RHEL6.3 PATCH] xen: only check xen_platform_pci_unplug if hvm > >--- > drivers/block/xen-blkfront.c | 2 +- > drivers/net/xen-netfront.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c >index 55fc19a..7a1c6b4 100644 >--- a/drivers/block/xen-blkfront.c >+++ b/drivers/block/xen-blkfront.c >@@ -1390,7 +1390,7 @@ static int __init xlblk_init(void) > if (!xen_domain()) > return -ENODEV; > >- if (!xen_platform_pci_unplug) >+ if (xen_hvm_domain() && !xen_platform_pci_unplug) > return -ENODEV; > > printk("%s: register_blkdev major: %d \n", __FUNCTION__, XENVBD_MAJOR); >diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c >index fcc8bd4..23e467d 100644 >--- a/drivers/net/xen-netfront.c >+++ b/drivers/net/xen-netfront.c >@@ -1876,7 +1876,7 @@ static int __init netif_init(void) > if (xen_initial_domain()) > return 0; > >- if (!xen_platform_pci_unplug) >+ if (xen_hvm_domain() && !xen_platform_pci_unplug) > return -ENODEV; > > printk(KERN_INFO "Initialising Xen virtual ethernet driver.\n"); >-- >1.7.4.1 >
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 807354
: 573110