k311093
k311093
Add support for the notation `@user_artifact` to specify user artifact path at canonical config. Example config for using user artifact while launching CVD with canonical config. ``` { "env_config": {...
While proxying ADB, wsWrapper.Close() is executed twice, at deferred function and inside go routine. Call wsWrapper.Close() only at go routine that writes data to the wsWrapper. Also move tcpConn.Close() after...
Add sub-menu for device that copies adb connect command to the clipboard. the command would be like `cvdr connect --connect_agent=websocket_agent --service_url=https://127.0.0.1:1443/ --host=websocket cvd-1`
While running image that uses sve instruction, boot failed with error about handling sve instruction even the CPU supports sve instruction. It needs to enable sve instruction at crosvm side....