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 153275 Details for
Bug 236929
[RHEL4 Xen]: Suspend/resume failure under load
[?]
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 1: Clean-up is_initial_domain
linux-2.6.9-xen-is_initial_xendomain_cleanup3.patch (text/plain), 1.75 KB, created by
Chris Lalancette
on 2007-04-23 13:02:23 UTC
(
hide
)
Description:
PATCH 1: Clean-up is_initial_domain
Filename:
MIME Type:
Creator:
Chris Lalancette
Created:
2007-04-23 13:02:23 UTC
Size:
1.75 KB
patch
obsolete
>--- linux-2.6.9/drivers/xen/fbfront/xenfb.c.orig >+++ linux-2.6.9/drivers/xen/fbfront/xenfb.c >@@ -30,9 +30,6 @@ > #include <xen/xenbus.h> > #include <linux/kthread.h> > >-/* FIXME: crl: this is temporary until we get the big Xen update */ >-#define is_initial_xendomain() 0 >- > struct xenfb_mapping > { > struct list_head link; >--- linux-2.6.9/drivers/xen/fbfront/xenkbd.c.orig >+++ linux-2.6.9/drivers/xen/fbfront/xenkbd.c >@@ -27,9 +27,6 @@ > #include <xen/interface/io/kbdif.h> > #include <xen/xenbus.h> > >-/* FIXME: crl: this is temporary until we get the big Xen update */ >-#define is_initial_xendomain() 0 >- > struct xenkbd_info > { > struct input_dev *dev; >--- linux-2.6.9/drivers/xen/netfront/netfront.c.orig >+++ linux-2.6.9/drivers/xen/netfront/netfront.c >@@ -2091,7 +2091,6 @@ static int __init netif_init(void) > MODPARM_rx_flip = 1; /* Default is to flip. */ > #endif > >-#define is_initial_xendomain() 0 > if (is_initial_xendomain()) > return 0; > >--- linux-2.6.9/drivers/xen/console/console.c.orig >+++ linux-2.6.9/drivers/xen/console/console.c >@@ -60,9 +60,6 @@ > #include <xen/xenbus.h> > #include <xen/xencons.h> > >-/* FIXME: crl: this is temporary until we get the big Xen update */ >-#define is_initial_xendomain() 0 >- > /* > * Modes: > * 'xencons=off' [XC_OFF]: Console is disabled. >--- linux-2.6.9/include/asm-i386/mach-xen/asm/hypervisor.h.orig >+++ linux-2.6.9/include/asm-i386/mach-xen/asm/hypervisor.h >@@ -51,6 +51,11 @@ extern shared_info_t *HYPERVISOR_shared_ > > /* arch/xen/i386/kernel/setup.c */ > extern start_info_t *xen_start_info; >+#ifdef CONFIG_XEN_PRIVILEGED_GUEST >+#define is_initial_xendomain() (xen_start_info->flags & SIF_INITDOMAIN) >+#else >+#define is_initial_xendomain() 0 >+#endif > > /* arch/xen/kernel/evtchn.c */ > /* Force a proper event-channel callback from Xen. */
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 236929
: 153275 |
153276
|
153277
|
153278
|
153350
|
153821
|
153881
|
153962
|
153977