You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ValidateDevices function to validate devices parsed from CmdLine
This function runs validation on all devices added via CmdLine, ensuring
they are properly configured before VM startup. It eliminates redundant
individual calls to dev.Validate(), centralizing validation logic.
Also includes a test case to verify ValidateDevices behavior.
0 commit comments