[Qemu-devel] Re: [PATCH] sparc32 protect read-only bits in DMA CSR registers

2010-05-22 Thread Blue Swirl
On Sat, May 22, 2010 at 9:29 AM, Artyom Tarasenko wrote: > 2010/5/22 Blue Swirl : >> Thanks, applied. You forgot SoB-line, I copied it from the previous version. > > Sorry. Btw, is there a way to tell 'format-patch' to always include it? > Can't find it in the git docs. Otherwise I'll define an al

[Qemu-devel] Re: [PATCH] sparc32 protect read-only bits in DMA CSR registers

2010-05-22 Thread Artyom Tarasenko
2010/5/22 Blue Swirl : > Thanks, applied. You forgot SoB-line, I copied it from the previous version. Sorry. Btw, is there a way to tell 'format-patch' to always include it? Can't find it in the git docs. Otherwise I'll define an alias so I won't need to remember about the '-s' switch. > On Sat,

[Qemu-devel] Re: [PATCH] sparc32 protect read-only bits in DMA CSR registers

2010-05-22 Thread Blue Swirl
On Sat, May 22, 2010 at 8:32 AM, Artyom Tarasenko wrote: > 2010/5/22 Blue Swirl : >> On Fri, May 21, 2010 at 9:53 PM, Artyom Tarasenko >> wrote: >>> On a real hardware changing read-only bits has no effect >>> Use a mask common for SCSI and Ethernet registers. The crucial >>> bit is DMA_INTR, bec

[Qemu-devel] Re: [PATCH] sparc32 protect read-only bits in DMA CSR registers

2010-05-22 Thread Blue Swirl
Thanks, applied. You forgot SoB-line, I copied it from the previous version. On Sat, May 22, 2010 at 8:38 AM, Artyom Tarasenko wrote: > On a real hardware changing read-only bits has no effect > Use a mask common for SCSI and Ethernet registers. The crucial > bit is DMA_INTR, because setting or c

[Qemu-devel] Re: [PATCH] sparc32 protect read-only bits in DMA CSR registers

2010-05-22 Thread Blue Swirl
On Fri, May 21, 2010 at 9:53 PM, Artyom Tarasenko wrote: > On a real hardware changing read-only bits has no effect > Use a mask common for SCSI and Ethernet registers. The crucial > bit is DMA_INTR, because setting or clearing it may produce > spurious interrupts. > > This patch allows booting So

[Qemu-devel] Re: [PATCH] sparc32 protect read-only bits in DMA CSR registers

2010-05-22 Thread Artyom Tarasenko
2010/5/22 Blue Swirl : > On Fri, May 21, 2010 at 9:53 PM, Artyom Tarasenko > wrote: >> On a real hardware changing read-only bits has no effect >> Use a mask common for SCSI and Ethernet registers. The crucial >> bit is DMA_INTR, because setting or clearing it may produce >> spurious interrupts. >