tests/qtest/ide-test.c: Create disk image for use as a secondary
authorLev Kujawski <lkujaw@member.fsf.org>
Thu, 7 Jul 2022 03:11:35 +0000 (03:11 +0000)
committerKevin Wolf <kwolf@redhat.com>
Fri, 30 Sep 2022 16:43:44 +0000 (18:43 +0200)
commitecfcf71314bc1548f387a035e1061296ec8f4ec3
tree41c9a06b85b39282de9f9fe8448fe4490e60fdac
parent4851a986b205ac8fb133164cd15d9bb983d8502d
tests/qtest/ide-test.c: Create disk image for use as a secondary

Change 'tmp_path' into an array of two members to accommodate another
disk image of size TEST_IMAGE_SIZE.  This facilitates testing ATA
protocol aspects peculiar to secondary devices on the same controller.

Signed-off-by: Lev Kujawski <lkujaw@member.fsf.org>
Message-Id: <20220707031140.158958-2-lkujaw@member.fsf.org>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qtest/ide-test.c