docs: update README

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
This commit is contained in:
Changyuan Lyu 2024-10-20 18:29:15 -07:00 committed by Lencerf
parent f2dd1f9f79
commit cd9bb82519

View file

@ -46,7 +46,8 @@ type-2 hypervisor (virtual machine monitor) in Rust implemented from scratch.
- `blk` backed by a raw-formatted image,
- `entropy` backed by host `/dev/urandom`,
- `fs` backed by [virtiofsd](https://gitlab.com/virtio-fs/virtiofsd) with
experimental Direct Access (DAX).
experimental Direct Access (DAX),
- (WIP) `balloon` with free page reporting.
- PCI device passthrough based on
[VFIO/IOMMUFD](https://docs.kernel.org/driver-api/vfio.html#iommufd-and-vfio-iommu-type1).
- Other devices
@ -57,7 +58,7 @@ type-2 hypervisor (virtual machine monitor) in Rust implemented from scratch.
## TODOs
- [ ] device passthrough with VFIO,
- [ ] device passthrough with legacy VFIO API (groups and containers),
- [ ] explore a better solution to ACPI DSDT to replace the pre-compiled AML
bytes,
- [ ] increase test coverage,