Re: [Qemu-devel] [PATCH v3] qemu-iotests: add a "how to" to ./README

2017-07-31 Thread John Snow
On 07/31/2017 12:26 PM, Stefan Hajnoczi wrote: > There is not much getting started documentation for qemu-iotests. This > patch explains how to create a new test and covers the overall testing > approach. > > Cc: Ishani Chugh > Reviewed-by: Eric Blake > Reviewed-by: Philippe Mathieu-Daudé >

Re: [Qemu-devel] [PATCH v3] qemu-iotests: add a "how to" to ./README

2017-07-31 Thread Eric Blake
On 07/31/2017 11:26 AM, Stefan Hajnoczi wrote: > There is not much getting started documentation for qemu-iotests. This > patch explains how to create a new test and covers the overall testing > approach. > > Cc: Ishani Chugh > Reviewed-by: Eric Blake > Reviewed-by: Philippe Mathieu-Daudé > Si

Re: [Qemu-devel] [PATCH v3] qemu-iotests: add a "how to" to ./README

2017-07-31 Thread Jeff Cody
On Mon, Jul 31, 2017 at 05:26:41PM +0100, Stefan Hajnoczi wrote: > There is not much getting started documentation for qemu-iotests. This > patch explains how to create a new test and covers the overall testing > approach. > > Cc: Ishani Chugh > Reviewed-by: Eric Blake > Reviewed-by: Philippe M

[Qemu-devel] [PATCH v3] qemu-iotests: add a "how to" to ./README

2017-07-31 Thread Stefan Hajnoczi
There is not much getting started documentation for qemu-iotests. This patch explains how to create a new test and covers the overall testing approach. Cc: Ishani Chugh Reviewed-by: Eric Blake Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Stefan Hajnoczi --- v3: * Explicitly mention sou