docs: mark error handling refactoring as done

Signed-off-by: Changyuan Lyu <changyuanl@google.com>
This commit is contained in:
Changyuan Lyu 2024-07-06 10:00:27 -07:00 committed by Lencerf
parent 5f6274e1fe
commit 87a2da5c0e

View file

@ -56,8 +56,6 @@ type-2 hypervisor (virtual machine monitor) in Rust implemented from scratch.
## TODOs
- [ ] device passthrough with VFIO,
- [ ] finish error handling refactoring work started in
[#37](https://github.com/google/alioth/pull/37),
- [ ] explore a better solution to ACPI DSDT to replace the pre-compiled AML
bytes,
- [ ] increase test coverage,