Re: [PATCH v2 17/22] rpc: move state stop into virNetDaemon class

2025-03-13 Thread Peter Krempa
On Wed, Mar 12, 2025 at 17:17:57 +, Daniel P. Berrangé wrote: > Currently the remote daemon code is responsible for calling virStateStop > in a background thread. The virNetDaemon code wants to synchronize with > this during shutdown, however, so the virThreadPtr must be passed over. > > Even

[PATCH v2 17/22] rpc: move state stop into virNetDaemon class

2025-03-12 Thread Daniel P . Berrangé
Currently the remote daemon code is responsible for calling virStateStop in a background thread. The virNetDaemon code wants to synchronize with this during shutdown, however, so the virThreadPtr must be passed over. Even the limited synchronization done currently, however, is flawed and to fix th