Re: [Qemu-devel] [PATCH 03/14] cg3: remove unused width and height variables

2017-04-21 Thread Mark Cave-Ayland
On 18/04/17 15:55, Richard Henderson wrote: > On 04/18/2017 07:38 AM, Mark Cave-Ayland wrote: >> On 15/04/17 11:54, Richard Henderson wrote: >> >>> On 04/05/2017 01:35 AM, Mark Cave-Ayland wrote: These aren't required since we can use the display width and height directly. Sign

Re: [Qemu-devel] [PATCH 03/14] cg3: remove unused width and height variables

2017-04-18 Thread Richard Henderson
On 04/18/2017 07:38 AM, Mark Cave-Ayland wrote: On 15/04/17 11:54, Richard Henderson wrote: On 04/05/2017 01:35 AM, Mark Cave-Ayland wrote: These aren't required since we can use the display width and height directly. Signed-off-by: Mark Cave-Ayland --- hw/display/cg3.c | 15 ++---

Re: [Qemu-devel] [PATCH 03/14] cg3: remove unused width and height variables

2017-04-18 Thread Mark Cave-Ayland
On 15/04/17 11:54, Richard Henderson wrote: > On 04/05/2017 01:35 AM, Mark Cave-Ayland wrote: >> These aren't required since we can use the display width and height >> directly. >> >> Signed-off-by: Mark Cave-Ayland >> --- >> hw/display/cg3.c | 15 ++- >> 1 file changed, 6 insertio

Re: [Qemu-devel] [PATCH 03/14] cg3: remove unused width and height variables

2017-04-15 Thread Richard Henderson
On 04/05/2017 01:35 AM, Mark Cave-Ayland wrote: These aren't required since we can use the display width and height directly. Signed-off-by: Mark Cave-Ayland --- hw/display/cg3.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/hw/display/cg3.c b/hw/display

Re: [Qemu-devel] [PATCH 03/14] cg3: remove unused width and height variables

2017-04-07 Thread Philippe Mathieu-Daudé
On 04/05/2017 05:35 AM, Mark Cave-Ayland wrote: These aren't required since we can use the display width and height directly. Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé --- hw/display/cg3.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) d

[Qemu-devel] [PATCH 03/14] cg3: remove unused width and height variables

2017-04-05 Thread Mark Cave-Ayland
These aren't required since we can use the display width and height directly. Signed-off-by: Mark Cave-Ayland --- hw/display/cg3.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/hw/display/cg3.c b/hw/display/cg3.c index b42f60e..178a6dd 100644 --- a/hw/disp