forked from libvirt/libvirt
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When resize events are found in the monitor, try to update the thread id mapping (if a change is detected the domain.xml will also be updated). On vm resizes removing vcpus, the event will be triggered but because cloud-hypervisor does not kill the associated thread right away, the thread of the removed vcpu is going to still be detected and so validating the event was processed successfully is skipped for now.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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