Re: [Qemu-devel] [PATCH] hw/display contains files named *_template.h. These are included many times with different values of the DEPTH macro. However, only the DEPTH == 32 case is used. Removed suppo

2016-03-28 Thread John Snow
On 03/27/2016 03:33 AM, Nutan Shinde wrote: > Hi, > > So, this patch won't be considered, because there is already a patch > related to the same issue, right? > You'd have to follow the other thread to see if the patch was accepted or not. Even if it isn't, etiquette is generally that it'd be

Re: [Qemu-devel] [PATCH] hw/display contains files named *_template.h. These are included many times with different values of the DEPTH macro. However, only the DEPTH == 32 case is used. Removed suppo

2016-03-27 Thread Nutan Shinde
Hi, So, this patch won't be considered, because there is already a patch related to the same issue, right? On Wed, Mar 23, 2016 at 7:40 PM, John Snow wrote: > > > On 03/23/2016 01:30 AM, Nutan Shinde wrote: > > Hi John, > > > > My patch is same as the patch mentioned in the link. I just picked

Re: [Qemu-devel] [PATCH] hw/display contains files named *_template.h. These are included many times with different values of the DEPTH macro. However, only the DEPTH == 32 case is used. Removed suppo

2016-03-23 Thread John Snow
On 03/23/2016 01:30 AM, Nutan Shinde wrote: > Hi John, > > My patch is same as the patch mentioned in the link. I just picked up > the task from BitSizedTask page, as it was not crossed. > > I guess the issue is resolved then, what should I do in this case? Also, > please tell me, how do I know

Re: [Qemu-devel] [PATCH] hw/display contains files named *_template.h. These are included many times with different values of the DEPTH macro. However, only the DEPTH == 32 case is used. Removed suppo

2016-03-22 Thread Nutan Shinde
Hi John, My patch is same as the patch mentioned in the link. I just picked up the task from BitSizedTask page, as it was not crossed. I guess the issue is resolved then, what should I do in this case? Also, please tell me, how do I know which tasks are already taken up? Regards, Nutan Shinde.

Re: [Qemu-devel] [PATCH] hw/display contains files named *_template.h. These are included many times with different values of the DEPTH macro. However, only the DEPTH == 32 case is used. Removed suppo

2016-03-22 Thread Eric Blake
On 03/22/2016 12:34 AM, Nutan Shinde wrote: > Signed-off-by: Nutan Shinde > --- > hw/display/blizzard.c | 8 > hw/display/blizzard_template.h | 26 +- > hw/display/omap_lcd_template.h | 8 +--- > hw/display/omap_lcdc.c | 6 -- > hw/disp

Re: [Qemu-devel] [PATCH] hw/display contains files named *_template.h. These are included many times with different values of the DEPTH macro. However, only the DEPTH == 32 case is used. Removed suppo

2016-03-22 Thread John Snow
On 03/22/2016 02:34 AM, Nutan Shinde wrote: > Signed-off-by: Nutan Shinde > --- > hw/display/blizzard.c | 8 > hw/display/blizzard_template.h | 26 +- > hw/display/omap_lcd_template.h | 8 +--- > hw/display/omap_lcdc.c | 6 -- > hw/di