Compare commits

...

2 Commits

Author SHA1 Message Date
Ryan Heywood 82c0d8e55a
Merge remote-tracking branch 'origin/iommu-net' 2025-05-01 17:33:19 -04:00
Anton Livaja 890e715e86
fix: remove unnecessary echo 2025-05-01 14:17:33 -07:00
1 changed files with 0 additions and 2 deletions

View File

@ -245,8 +245,6 @@ function cmd_attach() {
vendorid=$(printf "%d\n" "0x$vendorid_hex") vendorid=$(printf "%d\n" "0x$vendorid_hex")
productid=$(printf "%d\n" "0x$productid_hex") productid=$(printf "%d\n" "0x$productid_hex")
echo $productid
echo $vendorid
( (
echo '{"execute":"qmp_capabilities"}' echo '{"execute":"qmp_capabilities"}'
echo '{"execute":"device_add","arguments":{"driver":"usb-host","bus":"usb.0","vendorid":'$vendorid',"productid":'$productid'}}' echo '{"execute":"device_add","arguments":{"driver":"usb-host","bus":"usb.0","vendorid":'$vendorid',"productid":'$productid'}}'