Merge remote-tracking branch 'origin/iommu-net'

This commit is contained in:
Ryan Heywood 2025-05-01 17:33:19 -04:00
commit 82c0d8e55a
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
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")
productid=$(printf "%d\n" "0x$productid_hex")
echo $productid
echo $vendorid
(
echo '{"execute":"qmp_capabilities"}'
echo '{"execute":"device_add","arguments":{"driver":"usb-host","bus":"usb.0","vendorid":'$vendorid',"productid":'$productid'}}'