Re: [Qemu-devel] [PATCH 3/3] qtest/ahci: use raw format when qemu-img is absent

2015-11-13 Thread John Snow
On 11/12/2015 02:51 PM, John Snow wrote: > If we don't have the qemu-img tool, use the raw format > for tests and skip the high-sector LBA48 tests. > > Signed-off-by: John Snow > --- > tests/ahci-test.c | 41 - > 1 file changed, 32 insertions(+), 9 delet

[Qemu-devel] [PATCH 3/3] qtest/ahci: use raw format when qemu-img is absent

2015-11-12 Thread John Snow
If we don't have the qemu-img tool, use the raw format for tests and skip the high-sector LBA48 tests. Signed-off-by: John Snow --- tests/ahci-test.c | 41 - 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/tests/ahci-test.c b/tests/ahci-test