Skip to content

tappd: Implement vsock-based guest API #63

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

Merged
merged 5 commits into from
Dec 18, 2024
Merged

tappd: Implement vsock-based guest API #63

merged 5 commits into from
Dec 18, 2024

Conversation

kvinwang
Copy link
Collaborator

@kvinwang kvinwang commented Dec 18, 2024

This PR adds vsock api implementation in tappd. Currently defined APIs are:

service GuestApi {
  rpc Info(google.protobuf.Empty) returns (GuestInfo);
  rpc SysInfo(google.protobuf.Empty) returns (SystemInfo);
  rpc NetworkInfo(google.protobuf.Empty) returns (NetworkInformation);
  rpc ListContainers(google.protobuf.Empty) returns (ListContainersResponse);
  rpc Shutdown(google.protobuf.Empty) returns (google.protobuf.Empty);
}

The APIs are also proxied by teepod for Cloud management.

This PR also includes graceful shutdown VMs.

Base automatically changed from teepod-vsock to master December 18, 2024 02:20
@kvinwang kvinwang merged commit 6364cd2 into master Dec 18, 2024
@kvinwang kvinwang deleted the tappd-vsock branch December 18, 2024 02:20
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.

1 participant