MFD-7521: Adding wait time to apis of hypervisor file#12
Closed
SahanaMS418 wants to merge 0 commit intointel:mainfrom
Closed
MFD-7521: Adding wait time to apis of hypervisor file#12SahanaMS418 wants to merge 0 commit intointel:mainfrom
SahanaMS418 wants to merge 0 commit intointel:mainfrom
Conversation
c19526a to
5015a9d
Compare
SahanaMS418
added a commit
to SahanaMS418/mfd-hyperv
that referenced
this pull request
Dec 18, 2025
Added an explicit wait (100ms) in the hypervisor file API calls before triggering VM operations. This change addresses race conditions observed during rapid, consecutive API invocations, as logs showed failures linked to missing initialization. With this update, startup/shutdown of VMs becomes more stable and consistent. Fixes intel#12.
5015a9d to
b979b8a
Compare
5bb39a7 to
b5eeac9
Compare
SahanaMS418
pushed a commit
to SahanaMS418/mfd-hyperv
that referenced
this pull request
Dec 19, 2025
Added an explicit wait (100ms) in the hypervisor file API calls before triggering VM operations. This change addresses race conditions observed during rapid, consecutive API invocations, as logs showed failures linked to missing initialization. With this update, startup/shutdown of VMs becomes more stable and consistent. Fixes intel#12.
SahanaMS418
pushed a commit
to SahanaMS418/mfd-hyperv
that referenced
this pull request
Dec 19, 2025
Added an explicit wait (100ms) in the hypervisor file API calls before triggering VM operations. This change addresses race conditions observed during rapid, consecutive API invocations, as logs showed failures linked to missing initialization. With this update, startup/shutdown of VMs becomes more stable and consistent. Fixes intel#12.
SahanaMS418
pushed a commit
to SahanaMS418/mfd-hyperv
that referenced
this pull request
Dec 19, 2025
Added an explicit wait (100ms) in the hypervisor file API calls before triggering VM operations. This change addresses race conditions observed during rapid, consecutive API invocations, as logs showed failures linked to missing initialization. With this update, startup/shutdown of VMs becomes more stable and consistent. Fixes intel#12.
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
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.
feature: Adding wait_time in create_vm api