Re: [MINI-OS PATCH 15/19] 9pfs: refactor init_9pfront()

2025-07-14 Thread Jason Andryuk
On 2025-07-02 04:12, Juergen Gross wrote: Move the Xenstore and backend interface related handling into a sub-function in order to prepare supporting reconnecting to an active 9pfs device after kexec. Signed-off-by: Juergen Gross This includes the replacement of gnttab_alloc_and_grant() which

[MINI-OS PATCH 15/19] 9pfs: refactor init_9pfront()

2025-07-02 Thread Juergen Gross
Move the Xenstore and backend interface related handling into a sub-function in order to prepare supporting reconnecting to an active 9pfs device after kexec. Signed-off-by: Juergen Gross --- 9pfront.c | 136 ++ 1 file changed, 86 insertions(+)