openanolis / dragonball-sandbox

Dragonball-sandbox is a collection of Rust crates to help build custom Virtual Machine Monitors and hypervisors.
Apache License 2.0
88 stars 41 forks source link

Remove devices gracefully when shutting down VMM #273

Closed justxuewei closed 1 year ago

justxuewei commented 1 year ago

The types of devices that should implement gracefully shutting down include:

justxuewei commented 1 year ago

https://github.com/openanolis/dragonball-sandbox/pull/277 implements graceful removal for virtio-net and virtio-vsock devices.

justxuewei commented 1 year ago

@studychao Could you reopen this issue? Because the vhost-net and the virtio-mem haven't implemented this yet.

studychao commented 1 year ago

@studychao Could you reopen this issue? Because the vhost-net and the virtio-mem haven't implemented this yet.

Done, thanks. Seem like Github will automatically close the issue if related PR is merged..

studychao commented 1 year ago

https://github.com/kata-containers/kata-containers/issues/6684 will be used to track this issue