Re: [Qemu-devel] [PATCH for-2.7] tests: Test blockjob IDs

2016-08-05 Thread Kevin Wolf
Am 29.07.2016 um 16:31 hat Alberto Garcia geschrieben: > Since 7f0317cfc8da6 we have API to specify the ID of block jobs and we > also guarantee that they are well-formed and unique. > > This patch adds tests to check some common scenarios. > > Signed-off-by: Alberto Garcia Thanks, applied to t

[Qemu-devel] [PATCH for-2.7] tests: Test blockjob IDs

2016-07-29 Thread Alberto Garcia
Since 7f0317cfc8da6 we have API to specify the ID of block jobs and we also guarantee that they are well-formed and unique. This patch adds tests to check some common scenarios. Signed-off-by: Alberto Garcia --- tests/Makefile.include | 2 + tests/test-blockjob.c | 147 ++