Skip to content

added vsock definition in experimental yaml #1086

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 1 commit into from
May 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [Unreleased]

### Added

- Added an experimental swagger definition that includes the specification for
the vsock API call.

## [0.16.0]

### Added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ The **API endpoint** can be used to:
- `[BETA]` Configure the data tree of the guest-facing metadata service. The
service is only available to the guest if this resource is configured.
- `[EXPERIMENTAL]` Add one or more [vsock sockets](docs/experimental-vsock.md)
to the microVM.
to the microVM. Check the complete vsock API definition in
[firecracker-experimental.yaml](api_server/swagger/firecracker-experimental.yaml).
- Start the microVM using a given kernel image, root file system, and boot
arguments.
- Stop the microVM.
Expand Down
Loading