rust-vmm / vhost-device

'vhost-user' device backends workspace
Apache License 2.0
69 stars 47 forks source link

vsock: Replace the config Crate with figment #691

Closed dorindabassey closed 3 months ago

dorindabassey commented 3 months ago

Summary of the PR

The config crate, which was previously used in vsock is no longer maintained. To ensure continued support and improvement, the figment crate is used as a replacement for configuration management.

Unblocks: #688

Requirements

Before submitting your PR, please make sure you addressed the following requirements: