]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Apr 2022 12:36:00 +0000 (14:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Apr 2022 12:36:00 +0000 (14:36 +0200)
TODO

diff --git a/TODO b/TODO
index 9c0e883594ced235cca278c161843fd9e44f13c6..bfeb946997dc7baa4d1bbddf6244d1d812c9b6a1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -89,6 +89,13 @@ Features:
   (which has benefits, given SecureBoot and kernel cmdline are not necessarily
   friends.)
 
+* mirroring this: maybe support binding to AV_VSOCK in Type=notify services,
+  then passing $NOTIFY_SOCKET and $NOTIFY_GUESTCID with PID1's cid (typically
+  fixed to "2", i.e. the official host cid) and the expected guest cid, for the
+  two sides of the channe. The latter env var could then be used in an
+  appropriate qemu cmdline. That way qemu payloads could talk sd_notify()
+  directly to host service manager.
+
 * 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.