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.
>
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
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
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
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
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