[Qemu-devel] Re: [PATCH v2] sh: sm501: add 2D engine support

2010-05-15 Thread Shin-ichiro KAWASAKI
; +uint32_t _2d_source_base; +uint32_t _2d_destination_base; While at it, could you remove the underscore prefix from the field names? OK. I'll rename them, from _2d_* into twoD_*. Thank you for the review. Best Regards, Shin-ichiro KAWASAKI

[Qemu-devel] [PATCH v3] sh: sm501: add 2D engine support

2010-05-15 Thread Shin-ichiro KAWASAKI
This patch reflects Blue Swirl's second review. Rebased with recent commit, and modified field name with underscore prefix. Best Regards, Shin-ichiro KAWASAKI --- In linux kernel v2.6.33, sm501 frame buffer driver modified

Re: [Qemu-devel] qemu-system-sh4 broken again.

2010-05-11 Thread Shin-ichiro KAWASAKI
Hello, Aurelian, Thank you for clarification. I've understood the situation. My comment is not the solution for Rob's problem. Best Regards, Shin-ichiro KAWASAKI (2010/05/11 0:48), Aurelien Jarno wrote: Shin-ichiro KAWASAKI a écrit : Hello, Rob, This mail might be too late, but I want

[Qemu-devel] [PATCH v2] sh: sm501: add 2D engine support

2010-05-11 Thread Shin-ichiro KAWASAKI
Hello Blue Swirl, and thank you for the review. Here's the patch modified according to your comments. abort() is used instead of assert(), and const modifier added for CPU*MemoryFunc. Best Regards, Shin-ichiro KAWASAKI

Re: [Qemu-devel] qemu-system-sh4 broken again.

2010-05-10 Thread Shin-ichiro KAWASAKI
://marc.info/?l=linux-shm=127183863325672w=2 To avoid this, - add earlyprintk=sh-sci.1 to kernel command line, and - modify CONFIG_SERIAL_SH_SCI_NR_UARTS valud from 1 to 2, in kernel configuration menu. I hope that this is the trouble you see. Regards, Shin-ichiro KAWASAKI (2010/03/15 9:08

[Qemu-devel] [PATCH] sh: sm501: add 2D engine support

2010-05-08 Thread Shin-ichiro KAWASAKI
emulation and solve this problem. Signed-off-by: Shin-ichiro KAWASAKI kawas...@juno.dti.ne.jp Add SM501 2D hardware engine support. - Add 2D engine register set read/write handlers. - Support 'fill rectangle'. Other operations are left for future work. - Update SM501

[Qemu-devel] [PATCH] sh: sm501: Add hardware cursor feature

2009-12-31 Thread Shin-ichiro KAWASAKI
This patch adds hardware cursor feature to SM501 graphics chip emulation, to make the graphic console more useful for QEMU SH4 users. Signed-off-by: Shin-ichiro KAWASAKI kawas...@juno.dti.ne.jp hw/sm501.c | 154 +++ hw/sm501_template.h