[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 mod

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

2010-05-15 Thread Shin-ichiro KAWASAKI
(2010/05/15 5:44), Blue Swirl wrote: On 5/11/10, Shin-ichiro KAWASAKI wrote: 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. The patch does not

[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 KAW

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

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

2010-05-10 Thread Shin-ichiro KAWASAKI
://marc.info/?l=linux-sh&m=127183863325672&w=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 KAWASA

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

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

[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 hw/sm501.c | 154 +++ hw/sm501_template.h | 42