Re: [libvirt] [PATCH 28/35] tests: qemublock: Add test-case for the 'vvfat' driver in qemu

2018-05-02 Thread John Ferlan
On 04/25/2018 11:15 AM, Peter Krempa wrote: > Test mapping of the 'FAT' disk format to 'vvfat' in qemu. > > The top level disk image would generate the following '-drive' cmdline: > > dir-fat-readonly.xml: > -drive file=fat:/var/somefiles,if=none,id=drive-dummy,readonly=on > -device

[libvirt] [PATCH 28/35] tests: qemublock: Add test-case for the 'vvfat' driver in qemu

2018-04-25 Thread Peter Krempa
Test mapping of the 'FAT' disk format to 'vvfat' in qemu. The top level disk image would generate the following '-drive' cmdline: dir-fat-readonly.xml: -drive file=fat:/var/somefiles,if=none,id=drive-dummy,readonly=on -device virtio-blk-pci,scsi=off,drive=drive-dummy,id=dummy Signed-off-by: