Re: [Qemu-devel] [PATCH v4 0/2] ati-vga: Implement DDC and EDID info from monitor

2019-03-20 Thread Corey Minyard
On Wed, Mar 20, 2019 at 12:39:44PM +0100, BALATON Zoltan wrote: > On Tue, 19 Mar 2019, Corey Minyard wrote: > > On Sat, Mar 16, 2019 at 03:23:09PM +0100, BALATON Zoltan wrote: > > > On Sat, 16 Mar 2019, BALATON Zoltan wrote: > > > > Version 4 try to fix an ASan warning about leaking bitbang_i2c. >

Re: [Qemu-devel] [PATCH v4 0/2] ati-vga: Implement DDC and EDID info from monitor

2019-03-20 Thread BALATON Zoltan
On Tue, 19 Mar 2019, Corey Minyard wrote: On Sat, Mar 16, 2019 at 03:23:09PM +0100, BALATON Zoltan wrote: On Sat, 16 Mar 2019, BALATON Zoltan wrote: Version 4 try to fix an ASan warning about leaking bitbang_i2c. I still get ASan warning but it's about gpio_i2c_init in bitbang_i2c.c which I h

Re: [Qemu-devel] [PATCH v4 0/2] ati-vga: Implement DDC and EDID info from monitor

2019-03-19 Thread Corey Minyard
On Sat, Mar 16, 2019 at 03:23:09PM +0100, BALATON Zoltan wrote: > On Sat, 16 Mar 2019, BALATON Zoltan wrote: > > Version 4 try to fix an ASan warning about leaking bitbang_i2c. > > I still get ASan warning but it's about gpio_i2c_init in bitbang_i2c.c which > I haven't changed nor using so I think

Re: [Qemu-devel] [PATCH v4 0/2] ati-vga: Implement DDC and EDID info from monitor

2019-03-16 Thread BALATON Zoltan
On Sat, 16 Mar 2019, BALATON Zoltan wrote: Version 4 try to fix an ASan warning about leaking bitbang_i2c. I still get ASan warning but it's about gpio_i2c_init in bitbang_i2c.c which I haven't changed nor using so I think this is pre-existing problem in bitbang_i2c.c which was exposed by tou

Re: [Qemu-devel] [PATCH v4 0/2] ati-vga: Implement DDC and EDID info from monitor

2019-03-16 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1552737957.git.bala...@eik.bme.hu/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash time ma

[Qemu-devel] [PATCH v4 0/2] ati-vga: Implement DDC and EDID info from monitor

2019-03-16 Thread BALATON Zoltan
Version 4 try to fix an ASan warning about leaking bitbang_i2c. Version 3 keeps bitbang_i2c.h and moves it to include/hw/i2c/ otherwise same as version 2. BALATON Zoltan (2): i2c: Move bitbang_i2c.h to include/hw/i2c/ ati-vga: Implement DDC and EDID info from monitor hw/display/Kconfig