Re: [PATCH 1/3] remote: improve error message when no URI is set

2025-04-17 Thread Richard W.M. Jones via Devel
On Thu, Apr 17, 2025 at 06:11:56PM +0100, Daniel P. Berrangé wrote: > From: Daniel P. Berrangé > > When no URI is set we try to guess what daemon to connect to by looking > for any listening sockets. If there are no listening sockets, however, > we don't even know what daemon the user expected to

[PATCH 3/3] remote: expand some debug messages for socket detection

2025-04-17 Thread Daniel P . Berrangé via Devel
From: Daniel P. Berrangé Signed-off-by: Daniel P. Berrangé --- src/remote/remote_sockets.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/remote/remote_sockets.c b/src/remote/remote_sockets.c index 4e6d19098c..b3f6cd6a42 100644 --- a/src/remote/remote_sockets.c ++

Re: [PATCH 3/3] remote: expand some debug messages for socket detection

2025-04-17 Thread Richard W.M. Jones via Devel
For the series: Reviewed-by: Richard W.M. Jones -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com nbdkit - Flexible, fast NBD server with plugins https://gitlab.com/nbdkit/nbdkit

[PATCH 1/3] remote: improve error message when no URI is set

2025-04-17 Thread Daniel P . Berrangé via Devel
From: Daniel P. Berrangé When no URI is set we try to guess what daemon to connect to by looking for any listening sockets. If there are no listening sockets, however, we don't even know what daemon the user expected to connect to. The error message in this case is not especially clear This twea

[PATCH 2/3] kbase: update docs to account for changed error message

2025-04-17 Thread Daniel P . Berrangé via Devel
From: Daniel P. Berrangé The updated doc refers to both the old and new error message, as users with old deployed versions will still be pointed to the current online docs URL. Signed-off-by: Daniel P. Berrangé --- docs/kbase/failed_connection_after_install.rst | 10 ++ 1 file changed,

[PATCH 0/3] remote: improve missing socket diagnostics

2025-04-17 Thread Daniel P . Berrangé via Devel
Daniel P. Berrangé (3): remote: improve error message when no URI is set kbase: update docs to account for changed error message remote: expand some debug messages for socket detection docs/kbase/failed_connection_after_install.rst | 10 ++ src/remote/remote_sockets.c

Plans for 11.3.0 release (freeze on Friday 25 Apr)

2025-04-17 Thread Jiri Denemark via Devel
We are getting close to 11.3.0 release of libvirt. To aim for the release on Friday 02 May I suggest entering the freeze on Friday 25 Apr and tagging RC2 on Tuesday 29 Apr. I hope this works for everyone. Jirka

Re: [PATCH v3 0/6] qemu: acpi-generic-initiator support

2025-04-17 Thread arighi--- via Devel
Ping. Any opinions / feedback about this? Thanks, -Andrea