mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +00:00
7e441e2e2c
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 dir-fat-floppy.xml -drive file=fat:floppy:/var/somefiles,if=none,id=drive-dummy,readonly=on Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"node-name": "node-f",
|
|
"read-only": true,
|
|
"driver": "raw",
|
|
"file": {
|
|
"driver": "vvfat",
|
|
"dir": "/var/somefiles",
|
|
"floppy": true,
|
|
"rw": false,
|
|
"node-name": "node-s",
|
|
"read-only": true,
|
|
"discard": "unmap"
|
|
}
|
|
}
|