Re: [Qemu-devel] [PATCH 0/8] cpu interrupt cleanup, v2

2011-05-08 Thread Blue Swirl
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.

Re: [Qemu-devel] [PATCH 0/8] cpu interrupt cleanup, v2

2011-05-08 Thread Richard Henderson
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_

[Qemu-devel] [PATCH 0/8] cpu interrupt cleanup, v2

2011-05-04 Thread Richard Henderson
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

Re: [Qemu-devel] [PATCH 0/8] cpu interrupt cleanup

2011-05-04 Thread Blue Swirl
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

Re: [Qemu-devel] [PATCH 0/8] cpu interrupt cleanup

2011-05-01 Thread Jan Kiszka
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

Re: [Qemu-devel] [PATCH 0/8] cpu interrupt cleanup

2011-05-01 Thread Richard Henderson
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

Re: [Qemu-devel] [PATCH 0/8] cpu interrupt cleanup

2011-05-01 Thread Jan Kiszka
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

Re: [Qemu-devel] [PATCH 0/8] cpu interrupt cleanup

2011-04-30 Thread Richard Henderson
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~

[Qemu-devel] [PATCH 0/8] cpu interrupt cleanup

2011-04-30 Thread Richard Henderson
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