Skip to content
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

dm: deinit iothreads on vm reset #8631

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

jiaqingz-intel
Copy link
Contributor

iothreads are created by emulated block devices like virtio. These devices are resetted on vm reset, but these iothreads are not freed, causing a resource leak. Fix it by deinit all iothreads on vm reset.

Tracked-On: #8612

Reviewed-by: Jian Jun Chen [email protected]

iothreads are created by emulated block devices like virtio. These
devices are resetted on vm reset, but these iothreads are not freed,
causing a resource leak. Fix it by deinit all iothreads on vm reset.

Tracked-On: projectacrn#8612
Signed-off-by: Jiaqing Zhao <[email protected]>
Reviewed-by: Jian Jun Chen <[email protected]>
@wenlingz
Copy link
Contributor

@chejianj please help approve this PR, thanks

@yuhuanX
Copy link

yuhuanX commented Jun 19, 2024

start to run premerge test

1 similar comment
@yuhuanX
Copy link

yuhuanX commented Jun 19, 2024

start to run premerge test

@acrnsi-robot acrnsi-robot merged commit dc8ea42 into projectacrn:master Jun 19, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants