From 87a2da5c0e1556443744751afd4a9fcb64f47fb0 Mon Sep 17 00:00:00 2001 From: Changyuan Lyu Date: Sat, 6 Jul 2024 10:00:27 -0700 Subject: [PATCH] docs: mark error handling refactoring as done Signed-off-by: Changyuan Lyu --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ab7766e..8e89e00 100644 --- a/README.md +++ b/README.md @@ -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,