forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add dra usb support #49
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
Open
yaroslavborbat
wants to merge
10
commits into
v1.6.2-virtualization
Choose a base branch
from
feat/add-dra-usb-support
base: v1.6.2-virtualization
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48db5bb to
2ced24d
Compare
6bcb3d2 to
3954b1e
Compare
feb1fe7 to
6033cd9
Compare
3954b1e to
b1b6aeb
Compare
2f61baf to
34d7b06
Compare
b6d1c55 to
5f4fcad
Compare
4 tasks
019a241 to
9f0c8a8
Compare
- removed the use of `bash` as the scratch image is used - fixed flags for using chroot - fixed the formation of the path to the image depending on if containerdisk is hotplugged Signed-off-by: Dmitry Lopatin <[email protected]>
dc284cb to
32d564c
Compare
CVE mitigation: - CVE-2025-52565 - CVE-2025-52881 - CVE-2025-31133 --------- Signed-off-by: Nikita Korolev <[email protected]> Signed-off-by: Dmitry Lopatin <[email protected]>
Signed-off-by: Nikita Korolev <[email protected]>
Import the cgroups/devices package to register the default cgroups manager Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Dmitry Lopatin <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
- this feature gate don't need for hot plugging container images Signed-off-by: Dmitry Lopatin <[email protected]>
For the additional network interfaces in domain xml to work correctly, the names of the additional interfaces must differ from the default network name. Signed-off-by: Dmitry Lopatin <[email protected]>
32d564c to
92ff318
Compare
Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: Yaroslav Borbat <[email protected]>
e86970d to
f24f143
Compare
de4364d to
a106edb
Compare
2498f66 to
709a9e4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does
Before this PR:
After this PR:
References
Why we need it and why it was done in this way
The following tradeoffs were made:
The following alternatives were considered:
Links to places where the discussion took place:
Special notes for your reviewer
Checklist
This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.
Release note