qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] i2c: switch ddc to use the new edid generator


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] i2c: switch ddc to use the new edid generator
Date: Fri, 5 Oct 2018 12:27:13 +0100

On 5 October 2018 at 12:08, Gerd Hoffmann <address@hidden> wrote:
> This also makes the default display resolution configurable,
> via xres and yres properties.  The default is 1024x768.
>
> The old code had a hard-coded resolution of 1600x1200.
>
> Cc: Linus Walleij <address@hidden>
> Cc: BALATON Zoltan <address@hidden>
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  include/hw/i2c/i2c-ddc.h |   4 +-
>  hw/i2c/i2c-ddc.c         | 200 
> ++---------------------------------------------
>  2 files changed, 11 insertions(+), 193 deletions(-)

Nice diffstat :-)

Technically this is a migration break potentially if the guest
was halfway through reading the EDID data, but I think we
can live with that for the boards it affects (vexpress,
sam460ex).

thanks
-- PYMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]