Re: [PATCH] machdev,pci,rump: Reuse shutdown notify from machdev

2021-03-13 Thread Samuel Thibault
Hello, Just to make sure, could you post the exact grub.cfg module setup you are using? Damien Zammit, le ven. 12 mars 2021 23:04:47 +1100, a ecrit: > diff --git a/libmachdev/trivfs_server.c b/libmachdev/trivfs_server.c > index e3e4045d..8ee6be65 100644 > --- a/libmachdev/trivfs_server.c > +++ b/

[PATCH] machdev,pci,rump: Reuse shutdown notify from machdev

2021-03-12 Thread Damien Zammit
This set of changes allows the fsys_init flow of RPCs to work better during bootstrap. It also removes duplicated code for the startup shutdown notify between machdev and the arbiter. However, I am still unsure why the lookup of _SERVERS_STARTUP fails in the arbiter's fsys_init, see the WARNING a