Skip to content

Commit

Permalink
vhost-user-backend: Prepare v0.14.0 release
Browse files Browse the repository at this point in the history
This release adds support for live migration, adding
dirty pages tracking and initial postcopy support.

Signed-off-by: German Maglione <gmaglione@redhat.com>
  • Loading branch information
germag committed Mar 15, 2024
1 parent 0133c53 commit e3de130
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion vhost-user-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@
## [Unreleased]

### Added
[#206](https://github.com/rust-vmm/vhost/pull/206) Add bitmap support for tracking dirty pages during migration

### Changed

### Fixed

### Deprecated

## v0.14.0

### Added
- [[#203]](https://github.com/rust-vmm/vhost/pull/203) Add back-end's internal state migration support
- [[#218]](https://github.com/rust-vmm/vhost/pull/218) Adding POSTCOPY support
- [[#206]](https://github.com/rust-vmm/vhost/pull/206) Add bitmap support for tracking dirty pages during migration

## v0.13.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion vhost-user-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vhost-user-backend"
version = "0.13.1"
version = "0.14.0"
authors = ["The Cloud Hypervisor Authors"]
keywords = ["vhost-user", "virtio"]
description = "A framework to build vhost-user backend service daemon"
Expand Down

0 comments on commit e3de130

Please sign in to comment.