On 5 October 2018 at 12:08, Gerd Hoffmann <kra...@redhat.com> 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 <linus.wall...@linaro.org> > Cc: BALATON Zoltan <bala...@eik.bme.hu> > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > --- > 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