mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
vfio: add vfio as TODO
We add vfio as TODO in this commit and create a github issue for this. Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
This commit is contained in:
parent
5ea35ddcdc
commit
6a1fe85f10
@ -631,6 +631,7 @@ impl DeviceManager {
|
|||||||
|
|
||||||
/// Start all registered devices when booting the associated virtual machine.
|
/// Start all registered devices when booting the associated virtual machine.
|
||||||
pub fn start_devices(&mut self) -> std::result::Result<(), StartMicroVmError> {
|
pub fn start_devices(&mut self) -> std::result::Result<(), StartMicroVmError> {
|
||||||
|
// TODO: add vfio support here. issue #4589.
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user