Thanks, applied.
On Sun, May 8, 2011 at 7:50 PM, Richard Henderson wrote:
> Ping?
>
> On 05/04/2011 01:34 PM, Richard Henderson wrote:
>> v1->v2
>> Rebase vs HEAD (d2d979c)
>> Cleanup whitespace errors.
>>
>>
>> r~
>>
>> Richard Henderson (8):
>> irq: Introduce CPU_INTERRUPT_TGT_* defines.
Ping?
On 05/04/2011 01:34 PM, Richard Henderson wrote:
> v1->v2
> Rebase vs HEAD (d2d979c)
> Cleanup whitespace errors.
>
>
> r~
>
> Richard Henderson (8):
> irq: Introduce CPU_INTERRUPT_TGT_* defines.
> irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.
> target-mips: Do not check CPU_
v1->v2
Rebase vs HEAD (d2d979c)
Cleanup whitespace errors.
r~
Richard Henderson (8):
irq: Introduce CPU_INTERRUPT_TGT_* defines.
irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.
target-mips: Do not check CPU_INTERRUPT_TIMER.
target-sparc: Do not check CPU_INTERRUPT_TIMER.
irq: Remo
On Sun, May 1, 2011 at 1:24 AM, Richard Henderson wrote:
> Blue Swirl pointed out that CPU_INTERRUPT_TIMER was unused,
> and should therefore be remove. This is a logical extension
> of that, making all target specific cpu interrupts really be
> private to the target.
>
> This will allow new port
On 2011-05-01 16:59, Richard Henderson wrote:
> On 05/01/2011 01:18 AM, Jan Kiszka wrote:
>> On 2011-05-01 00:36, Richard Henderson wrote:
>>> Also, the i386 port defines a CPU_TARGET_MCE, checked by the kvm code,
>>> but as far as I can tell that bit is never set. I've left that alone
>>> for now
On 05/01/2011 01:18 AM, Jan Kiszka wrote:
> On 2011-05-01 00:36, Richard Henderson wrote:
>> Also, the i386 port defines a CPU_TARGET_MCE, checked by the kvm code,
>> but as far as I can tell that bit is never set. I've left that alone
>> for now.
>
> That rather looks like a ghost. Can you name
On 2011-05-01 00:36, Richard Henderson wrote:
> Also, the i386 port defines a CPU_TARGET_MCE, checked by the kvm code,
> but as far as I can tell that bit is never set. I've left that alone
> for now.
That rather looks like a ghost. Can you name some hashes, files, and
lines that should contain t
I forgot to mention: the patch series is at
git://repo.or.cz/qemu/rth.git rth/irq-1
Also, the i386 port defines a CPU_TARGET_MCE, checked by the kvm code,
but as far as I can tell that bit is never set. I've left that alone
for now.
r~
Blue Swirl pointed out that CPU_INTERRUPT_TIMER was unused,
and should therefore be remove. This is a logical extension
of that, making all target specific cpu interrupts really be
private to the target.
This will allow new ports to define external cpu interrupts
as needed without having to modif