Re: [Qemu-devel] [RFC PATCH v2 0/4] sdbus: testing sdcards

2018-01-05 Thread Stefan Hajnoczi
On Wed, Jan 03, 2018 at 06:49:21PM -0300, Philippe Mathieu-Daudé wrote: > This RFC series intends to add a sdcard test in C using the libqos. Thanks for adding sdbus support to libqos! Stefan signature.asc Description: PGP signature

Re: [Qemu-devel] [RFC PATCH v2 0/4] sdbus: testing sdcards

2018-01-03 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180103214925.16677-1-f4...@amsat.org Subject: [Qemu-devel] [RFC PATCH v2 0/4] sdbus: testing sdcards === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [RFC PATCH v2 0/4] sdbus: testing sdcards

2018-01-03 Thread Philippe Mathieu-Daudé
Hi, This RFC series intends to add a sdcard test in C using the libqos. As I intended to explain previous series threads, I want a way to access slave devices via their bus rather than the bus master (SDHCI in this case). This way I can be sure the slave behaves correctly, then I can test the hos