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

Re: [Xen-devel] xen 4 only seeing one keyboard and mouse

> and this run with the hack and noirqbalance has
> (XEN) do_IRQ: 1.40 No irq handler for vector (irq -1)

OK, that is vector 0x28, which is IRQ 1:
(XEN)  01 001 01  0    0    0   0   0    1    1    28

> (XEN) do_IRQ: 1.120 No irq handler for vector (irq -1)
> (XEN) do_IRQ: 1.120 No irq handler for vector (irq -1)

And 120, is vector 78, which is IRQ 12:
(XEN)  0c 001 01  0    0    0   0   0    1    1    78

So both IRQs that are tied to i8042 are deciding that it is
time to tell you something. Except that you (well, Xen)
isn't paying any attention.

Are they telling you this before the IOAPIC is being printed out? You
should use the 'sync_console console_timestamps console_to_ring' to
get the Dom0 and Xen output nicely time synchronized.

Or is it done before Dom0 has been started? The c/s 20073 that
Keir graciously found does an extra step of programming the IOAPIC and
I wonder if doing that is sending the i8042 in some weird state.

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

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