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

2019-03-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1552659955.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 v2 0/2] ati-vga: Implement DDC and EDID info from monitor

2019-03-15 Thread BALATON Zoltan
Version 2 of proposed DDC implementation for ati-vga. This now cleans up the include from hw/i2c/bitbang_i2c.h by moving that to public header and implement DVI DDC port for rv100 model which supposed to fix loading the Linux radeonfb driver. BALATON Zoltan (2): i2c: Move contents of bitbang_i2c