On 8/12/24 15:19, Daniel P. Berrangé wrote: > This method is deprecated in libssh 0.11.0 in favour of the more > flexible ssh_channel_get_exit_state. Rewrite our code to call the > latter, and provide a compat shim that only fills out exit status. > > Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > --- > src/rpc/virnetlibsshsession.c | 50 +++++++++++++++++++++++++++++------ > 1 file changed, 42 insertions(+), 8 deletions(-) > Heh, looks like we were thinking alike: https://lists.libvirt.org/archives/list/devel@xxxxxxxxxxxxxxxxx/thread/GCXIRNUG7AYJV52VZM4FJM6ZXXRBROYD/ Michal