search for: vioscsi_xml

Displaying 2 results from an estimated 2 matches for "vioscsi_xml".

Did you mean: vioscsi_img
2023 Mar 10
1
[V2V PATCH v3 6/6] tests: add --block-driver option test
...' device='disk'> + <driver name='qemu' type='qcow2'/> + <source file='$viostor_img'/> + <target dev='vda' bus='virtio'/> + </disk> + </devices> + </domain> +</node> +EOF + +vioscsi_xml="$d/windows-vioscsi.xml" +vioscsi_name=windows-vioscsi +cat > $vioscsi_xml <<EOF +<node> + <domain type='test'> + <name>$vioscsi_name</name> + <memory>1048576</memory> + <os> + <type>hvm</type> + &l...
2023 Mar 10
7
[V2V PATCH v3 0/6] Bring support for virtio-scsi back to Windows
Discussion on v2: https://listman.redhat.com/archives/libguestfs/2023-March/030987.html v2 -> v3: * Patch 2/6 ("convert_windows: add Inject_virtio_win.Virtio_SCSI as a possible block type"): omit "Inject_virtio_win." prefix in favor of type inference. Add a short commit message body; * Add tests/test-v2v-block-driver.sh testing the new "--block-driver"