WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Correct APIC error message (was: XEN 4.0.1: BUG: IO-

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Correct APIC error message (was: XEN 4.0.1: BUG: IO-APIC + timer doesn't work!)
From: Markus Schuster <ml@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Sep 2010 18:14:59 +0200
Delivery-date: Fri, 10 Sep 2010 09:15:47 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Followup-to: gmane.comp.emulators.xen.devel
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <i666lb$s2r$1@xxxxxxxxxxxxxxx> <4C8752360200007800014DCE@xxxxxxxxxxxxxxxxxx> <i69834$3ue$1@xxxxxxxxxxxxxxx> <20100909063352.GK2804@xxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KNode/4.4.2
Pasi Kärkkäinen wrote:

> Send a patch please :)

Shouldn't have said that ;)
I have no idea in what format you expect patches (inline vs. attached), so I 
used hg diff to create this baby.


--- a/xen/arch/x86/io_apic.c    Thu Sep 09 17:59:33 2010 +0100
+++ b/xen/arch/x86/io_apic.c    Fri Sep 10 15:52:27 2010 +0000
@@ -2030,8 +2030,8 @@
         return;
     }
     printk(" failed :(.\n");
-    panic("IO-APIC + timer doesn't work!  Boot with apic=debug and send a "
-          "report.  Then try booting with the 'noapic' option");
+    panic("IO-APIC + timer doesn't work!  Boot with apic_verbosity=debug "
+          "and send a report.  Then try booting with the 'noapic' option");
 }
 
 /*

Regards,
Markus


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>