[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86/irq: Print direct vector mappings in the 'i' debug key
On 28/10/13 09:35, Jan Beulich wrote: >>>> On 24.10.13 at 13:24, Andrew Cooper <andrew.cooper3@xxxxxxxxxx> wrote: >> @@ -2285,6 +2285,14 @@ static void dump_irqs(unsigned char key) >> xfree(ssid); >> } >> >> + printk("Direct vector information:\n"); >> + for ( i = 0; i < NR_VECTORS; ++i ) >> + if ( direct_apic_vector[i] ) >> + { >> + printk(" %#04x -> ", i); >> + print_function("%s()\n", (unsigned long)direct_apic_vector[i]); > Did you build test this? I can't seem to find any print_function() in > the staging tree... > > Jan > Sorry. I developed this on my branch which includes the patch to drop the +0/<len> (posted a while back). I clearly forgotten to refresh the patch when testing against staging. (I really need to get out of the habit of doing this). I will get around to doing the %p modifiers in some amount of free time, but print_symbol() was intended here. v2 on its way. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |