On 10/29/25 16:30, Sergey Dyasli wrote: > Add virURICheckExtCommand() in a similar fashion to the existing > virURICheckUnixSocket() and use it for (1) the same host migration check > and (2) in remoteConnectOpen(). > > This allows to migrate VMs using the ext transport, as the external > command can act as a proxy to the remote libvirt. > > Signed-off-by: Sergey Dyasli <[email protected]> > > --- > v1 -> v2: > - no changes > > --- > src/libvirt-domain.c | 8 +++++--- > src/remote/remote_driver.c | 7 ++++--- > src/util/viruri.c | 32 ++++++++++++++++++++++++++++++++ > src/util/viruri.h | 2 ++ > 4 files changed, 43 insertions(+), 6 deletions(-)
Reviewed-by: Michal Privoznik <[email protected]> This is sort of independent of the previous patch and if you want I can merge it right away. I do understand though, that for your use case you need both patches. Michal
