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

User VM S3 support #375

Open
wants to merge 1 commit into
base: acrn_6.1.80
Choose a base branch
from
Open

Conversation

haiwei-li
Copy link

This patchset is introduced to support s3. Three related ioctl and hypercall are added.

ACRN_IOCTL_GET_CAPS is used to get capabilities from acrn-hypervisor. ACRN_CAP_RESET_VM_V2 and ACRN_CAP_SET_REG are offered now.

ACRN_IOCTL_RESET_VM_V2 is used to reset vm with some options. This feature is available when capability ACRN_CAP_RESET_VM_V2 is offered.

ACRN_IOCTL_SET_ONE_REG is used to set one reg of a vcpu from the vm. This feature is available when capability ACRN_CAP_SET_REG is offered.

This patchset is introduced to support s3. Three related ioctl and
hypercall are added.

ACRN_IOCTL_GET_CAPS is used to get capabilities from acrn-hypervisor.
ACRN_CAP_RESET_VM_V2 and ACRN_CAP_SET_REG are offered now.

ACRN_IOCTL_RESET_VM_V2 is used to reset vm with some options. This
feature is available when capability ACRN_CAP_RESET_VM_V2 is offered.

ACRN_IOCTL_SET_ONE_REG is used to set one reg of a vcpu from the vm.
This feature is available when capability ACRN_CAP_SET_REG is offered.

Signed-off-by: Haiwei Li <[email protected]>
@yuhuanX
Copy link

yuhuanX commented May 30, 2024

Can one of the admins verify this patch?

@haiwei-li
Copy link
Author

@lifeix please help to review this patch, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants