From: Jan Kiszka Date: Tue, 9 Feb 2016 09:43:47 +0000 (+0100) Subject: TODO: Update according to latest improvements X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse.git/commitdiff_plain/5298ecc2f9e7dfec848e46985aad893284ffd9b9 TODO: Update according to latest improvements ARMv7 is merged, v8 is on the way now. MMIO dispatching and sub-page handling are both done. Signed-off-by: Jan Kiszka --- diff --git a/TODO.md b/TODO.md index b42cf22..b5af2d1 100644 --- a/TODO.md +++ b/TODO.md @@ -10,10 +10,10 @@ x86 support - add support for CDP (code/data L3 partitioning) ARM support - - v7 (32-bit) [WIP] + - v7 (32-bit) - System MMU support - improve support for platform variations (device tree?) - - v8 (64-bit) + - v8 (64-bit) [WIP] - support for big endian - infrastructure to support BE architectures (byte-swapping services) - usage of that infrastructure in generic subsystems @@ -74,13 +74,3 @@ Monitoring - cell software watchdog via comm region messages -> time out pending comm region messages and kill failing cells (includes timeouts of unanswered shutdown requests) - -Misc - - generic sub-page access filtering - - use bitmap, likely with byte granularity, to filter access on specific - registers in a MMIO page - - generic and faster MMIO dispatching - - use binary search on an per-cell array of (start, size, handler, opaque) - entries - - should be able to deal with both existing devices as well as sub-page - filtering