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:
Chao Wu 2022-07-06 01:01:05 +08:00
parent 5ea35ddcdc
commit 6a1fe85f10

View File

@ -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(())
} }