Displaying 2 results from an estimated 2 matches for "check_driver_presence".
2023 Mar 10
1
[V2V PATCH v3 6/6] tests: add --block-driver option test
...0x0000' bus='0x00' slot='0x01' function='0x0'/>
+ </controller>
+ </devices>
+ </domain>
+</node>
+EOF
+
+response="$d/response"
+expected="$d/expected"
+
+echo -e "true\ntrue\ntrue\ntrue" >$expected
+
+check_driver_presence ()
+{
+ local img="$1" drv="$2"
+
+ local virtio_dir="/Windows/Drivers/VirtIO"
+
+ guestfish --ro -a "$img" -i >$response <<-EOM
+ is-dir $virtio_dir
+ is-file $virtio_dir/$drv.cat
+ is-file $virtio_dir/$drv.inf
+...
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"