summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-20 12:19:58 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-20 12:20:25 +0200
commitb1a00127663a9220d10febaaf48351f9f907ea80 (patch)
tree9778f73014a3741b4a5e89b41f0af565a5a2dd00
parent8171d2aa48184a4d1ed1299e1c87f1b898371688 (diff)
Note how we will be able to keep only one pci-arbiter translator
-rw-r--r--pci-arbiter/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pci-arbiter/main.c b/pci-arbiter/main.c
index 0ed5b1c2..ec9be796 100644
--- a/pci-arbiter/main.c
+++ b/pci-arbiter/main.c
@@ -201,6 +201,8 @@ main (int argc, char **argv)
/* We are a bootstrap process */
machdev_register (&pci_arbiter_emulation_ops);
+ /* TODO: make libmachdev allow us to also run netfs on the translated path,
+ * so that we don't need a second pci-arbiter to serve /servers/bus/pci. */
machdev_trivfs_init (argc, argv, next_task, "pci", NULL /* _SERVERS_BUS "/pci" */, &bootstrap);
/* Make sure we will not swap out, in case we are needed for swapping