Re: [Qemu-devel] [PATCH preliminary for 4.1 00/13] Convert I2C tests to qgraph

2019-03-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190318171521.8524-1-pbonz...@redhat.com/ 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

[Qemu-devel] [PATCH preliminary for 4.1 00/13] Convert I2C tests to qgraph

2019-03-18 Thread Paolo Bonzini
This series is meant to be a reference for converting tests to qgraph. It covers a bit of everything: finding common code across multiple tests, the kind of bug that you could find when running tests across more machine types, creating new machines, and converting tests. I have not yet tested it f