qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] i8259 defaults wrong?


From: Bernhard Kauer
Subject: Re: [Qemu-devel] i8259 defaults wrong?
Date: Tue, 18 Aug 2009 11:39:54 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Aug 17, 2009 at 04:20:24AM +0200, Herbert Poetzl wrote:
> looking at the i8259 implementation found in qemu
> as well as in the in-kernel kvm implementation, I
> see that on pic_reset() special_fully_nested_mode
> is set to zero, but the intel(r) 8259A manual says
> on page 15:
> 
>   Fully Nested Mode
>  
>   This mode is entered after initialization unless
>   another mode is programmed.
> 
> any comments are appreciated,

You confuse two modes of the PIC: the FullyNestedMode
and the SpecialFullyNestedMode. See page 18 in the
manual.

The first ist the "default" mode, where an IRQ in
service from a slave masks further interrupts from this
slave.  In SFNM a slave PIC can still issue another
IRQ.


Greetings,

        Bernhard Kauer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]