Re: [Qemu-devel] [PATCH 03/10] sm501: QOMify

2017-02-25 Thread BALATON Zoltan
On Sat, 25 Feb 2017, Peter Maydell wrote: On 24 February 2017 at 20:23, BALATON Zoltan wrote: The SM501/SM502 is a multimedia chip that besides a display controller also contains some other functions (see http://cateee.net/lkddb/web-lkddb/MFD_SM501.html) and this is what is emulated here as the

Re: [Qemu-devel] [PATCH 03/10] sm501: QOMify

2017-02-25 Thread Peter Maydell
On 24 February 2017 at 20:23, BALATON Zoltan wrote: > On Fri, 24 Feb 2017, Peter Maydell wrote: >> >> On 19 February 2017 at 16:35, BALATON Zoltan wrote: >>> >>> Signed-off-by: BALATON Zoltan >>> --- >>> hw/display/sm501.c | 133 >>> +++ >>> hw/

Re: [Qemu-devel] [PATCH 03/10] sm501: QOMify

2017-02-24 Thread BALATON Zoltan
On Fri, 24 Feb 2017, Peter Maydell wrote: On 19 February 2017 at 16:35, BALATON Zoltan wrote: Signed-off-by: BALATON Zoltan --- hw/display/sm501.c | 133 +++ hw/sh4/r2d.c | 11 - include/hw/devices.h | 5 -- 3 files changed, 101

Re: [Qemu-devel] [PATCH 03/10] sm501: QOMify

2017-02-24 Thread Peter Maydell
On 19 February 2017 at 16:35, BALATON Zoltan wrote: > Signed-off-by: BALATON Zoltan > --- > hw/display/sm501.c | 133 > +++ > hw/sh4/r2d.c | 11 - > include/hw/devices.h | 5 -- > 3 files changed, 101 insertions(+), 48 deletions(-

[Qemu-devel] [PATCH 03/10] sm501: QOMify

2017-02-19 Thread BALATON Zoltan
Signed-off-by: BALATON Zoltan --- hw/display/sm501.c | 133 +++ hw/sh4/r2d.c | 11 - include/hw/devices.h | 5 -- 3 files changed, 101 insertions(+), 48 deletions(-) diff --git a/hw/display/sm501.c b/hw/display/sm501.c index 4eb085