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 235151 Details for
Bug 348931
virt-install --nographics --paravirt is broken
[?]
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 to fix the problem
linux-2.6-xen-paravirt-nographics-pvfb-fix.patch (text/plain), 1.32 KB, created by
Eduardo Habkost
on 2007-10-23 15:44:22 UTC
(
hide
)
Description:
Patch to fix the problem
Filename:
MIME Type:
Creator:
Eduardo Habkost
Created:
2007-10-23 15:44:22 UTC
Size:
1.32 KB
patch
obsolete
>From: Markus Armbruster <armbru@redhat.com> >Date: Tue, 23 Oct 2007 17:11:05 +0200 >Subject: Patch back lost hack to get a working console when PVFB is off > >Eduardo, > >Dan pointed me to the fact that virt-install --nographics --paravirt >doesn't work in F-7 and Rawhide. I checked, and found that we lost >our hack to make sure console output goes somewhere sane when PVFB is >off. The appended patch applies both to kernel-xen-2.6/F-7 and devel. >I built a devel kernel, and it fixes virt-install. > >Want me to push it through brew before you take it? > > > >--- a/drivers/xen/console/console.c 2007-10-23 15:42:30.000000000 +0200 >+++ b/drivers/xen/console/console.c 2007-10-23 16:05:12.000000000 +0200 >@@ -86,10 +86,7 @@ > > void xencons_early_setup(void) > { >- if (is_initial_xendomain()) >- xc_mode = XC_SERIAL; >- else >- xc_mode = XC_XVC; >+ xc_mode = XC_XVC; > } > > static int __init xencons_setup(char *str) >@@ -704,6 +701,15 @@ > printk("Xen virtual console successfully installed as %s%d\n", > DRV(xencons_driver)->name, xc_num); > >+ /* Check about framebuffer messing up the console */ >+ if (!is_initial_xendomain() && >+ !xenbus_exists(XBT_NIL, "device", "vfb")) { >+ /* FIXME: this is ugly */ >+ unregister_console(&kcons_info); >+ kcons_info.flags |= CON_CONSDEV; >+ register_console(&kcons_info); >+ } >+ > return 0; > } > > > >
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 348931
: 235151