summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-04-05 13:59:39 +0200
committerLennart Poettering <lennart@poettering.net>2022-04-05 13:59:39 +0200
commit598e431500232859ae4913a637c4931118c83f4a (patch)
treebbb8314d042a08ab35b1533964e9ed3b2d4f6d33 /TODO
parent18a02561f1d271b11951ad4c7d317b72478810aa (diff)
downloadsystemd-598e431500232859ae4913a637c4931118c83f4a.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index b4c945caab..5fa31a40e2 100644
--- a/TODO
+++ b/TODO
@@ -78,6 +78,19 @@ Janitorial Clean-ups:
Features:
+* systemd creds hookup with qemu fw_cfg. (Quite possibly might not need any
+ code at all, given the fw_cfg stuff are just files, but we should then
+ document how to use it). Goal: provide symmetric ways to pass creds to nspawn
+ containers and qemu VMs. (maybe also pick up env vars from fw_cfg?)
+
+* beef up sd_notify() to support AV_VSOCK in $NOTIFY_SOCKET, so that VM
+ managers can get ready notifications for containers. Also pick up address
+ from qemu/fw_cfg if set there.
+
+* maybe write a tool that binds an AF_VFSOCK socket, then invokes qemu,
+ extending the command line to enable vsock on the VM, and using fw_cfg to
+ configure socket address.
+
* sd-boot: rework random seed handling following recent kernel changes: always
pass seed to kernel, but credit only if secure boot is used