-
Notifications
You must be signed in to change notification settings - Fork 478
feat: add usb controller #2280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add usb controller #2280
Conversation
1420065 to
2ca7685
Compare
647a6a0 to
6feba9c
Compare
tenthirtyam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some thoughts on supporting only a single USB controller for each supported version based on the configuration maximums in v7 and v8.
a320867 to
26ca59d
Compare
26ca59d to
e276eb7
Compare
|
Marking this one as ready for review after post-transfer rebase. |
Add the ability to add usb controller on build and modification of virtual machine. Signed-off-by: Jared Burns <[email protected]>
Signed-off-by: Ryan Johnson <[email protected]>
e276eb7 to
9d841a1
Compare
|
Will cherry-pick portions and reimpement in v2.15.0. |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Warning
TESTING IS PENDING
Add the ability to add usb controller on build and modification of virtual machine.
Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References
Closes #620