Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Add VM pause support #239

Merged
merged 1 commit into from
Sep 25, 2019
Merged

Add VM pause support #239

merged 1 commit into from
Sep 25, 2019

Conversation

hyuan3
Copy link
Contributor

@hyuan3 hyuan3 commented Sep 24, 2019

Check if Qemu wants to pause VM. If yes, don't enter guest. This is
helpful in snapshot scenario that Qemu can tell HAXM to pause after
it finishes last guest IO/MMIO instruction.

Signed-off-by: Hang Yuan hang.yuan@intel.com

@HaxmCI HaxmCI added CI:Build Pass CI:Build Pass CI:Mac Test Pass CI:Mac Test Pass labels Sep 24, 2019
core/vcpu.c Outdated
goto out;
}

err = cpu_vmx_execute(vcpu, htun);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whitespace issue.

@wcwang wcwang merged commit 633e744 into intel:master Sep 25, 2019
Check if Qemu wants to pause VM. If yes, don't enter guest. This is
used in snapshot scenario that Qemu pauses VM and tell HAXM not to
enter guest after it finishes the last guest IO/MMIO instruction.

Signed-off-by: Hang Yuan <hang.yuan@intel.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI:Build Pass CI:Build Pass CI:Mac Test Pass CI:Mac Test Pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants