Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
versions: Update cloud-hypervisor to release v0.11.0
Browse files Browse the repository at this point in the history
The release v0.11.0 of cloud-hypervisor features the following changes:
1) Improved Linux Boot Time, 2) `SIGTERM/SIGINT` Interrupt Signal,
Handling 3) Default Log Level Changed, 4) `io_uring` support by default
for `virtio-block` (on host kernel version 5.8+), 5) Windows Guest
Support, 6) New `--balloon` Parameter Added, 7) Experimental
`virtio-watchdog` Support, 8) Bug fixes.

Fixes: #3044

Signed-off-by: Bo Chen <[email protected]>
(cherry picked from commit bc1d883)
  • Loading branch information
likebreath committed Nov 10, 2020
1 parent 0b8ef4d commit 1e6c696
Show file tree
Hide file tree
Showing 16 changed files with 158 additions and 97 deletions.
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ assets:
url: "https://github.com/cloud-hypervisor/cloud-hypervisor"
uscan-url: >-
https://github.com/cloud-hypervisor/cloud-hypervisor/tags.*/v?(\d\S+)\.tar\.gz
version: "6d30fe05e4febd930d91bb36294f0219faf2254c"
version: "v0.11.0"

firecracker:
description: "Firecracker micro-VMM"
Expand Down
1 change: 1 addition & 0 deletions virtcontainers/pkg/cloud-hypervisor/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Class | Method | HTTP request | Description

## Documentation For Models

- [BalloonConfig](docs/BalloonConfig.md)
- [CmdLineConfig](docs/CmdLineConfig.md)
- [ConsoleConfig](docs/ConsoleConfig.md)
- [CpuTopology](docs/CpuTopology.md)
Expand Down
Loading

0 comments on commit 1e6c696

Please sign in to comment.