mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +08:00
Merge pull request #20540 from victortoso/usb-host-passthrough
qemu: add usb host passthrough
This commit is contained in:
@ -448,6 +448,9 @@ func (m *MacMachine) Set(name string, opts machine.SetOptions) ([]error, error)
|
||||
}
|
||||
}
|
||||
}
|
||||
if opts.USBs != nil {
|
||||
setErrors = append(setErrors, errors.New("changing USBs not supported for applehv machines"))
|
||||
}
|
||||
|
||||
// Write the machine config to the filesystem
|
||||
err = m.writeConfig()
|
||||
|
||||
Reference in New Issue
Block a user