[Libguestfs] [libnbd PATCH] RFC: fuzzing: Break up handshake into more steps

2022-10-06 Thread Eric Blake
Give the fuzzer a few more points to experiment with added branching by explicitly using opt mode. --- I'm not quite sure whether the fuzzer is able to synthesize specific API calls from the client side; but if it can, letting the client specifically enter the NEGOTIATING state may allow the

Re: [Libguestfs] Parameter 'encrypt.key-secret' is required for cipher for virt-ls

2022-10-06 Thread Eric Blake
On Thu, Oct 06, 2022 at 03:33:34PM +0100, Richard W.M. Jones wrote: > > > Could you please provide an example on how to get such an encrypted disk > > > mounted? > > > > My understanding is that libguestfs (and guestfs-tools) do not currently > > support the kind of encrypted disk where the

Re: [Libguestfs] Parameter 'encrypt.key-secret' is required for cipher for virt-ls

2022-10-06 Thread Richard W.M. Jones
On Thu, Oct 06, 2022 at 12:16:36PM +0200, Laszlo Ersek wrote: > On 10/05/22 16:06, Do Re wrote: > > Hello all, > > > > background: One of my VM stopped working - on startup, I get the message > > "No bootable device" in the virtual machine. > > > > I would like to inspect the corresponding image

Re: [Libguestfs] [libnbd PATCH] api: Add nbd_[aio_]opt_starttls

2022-10-06 Thread Richard W.M. Jones
On Tue, Oct 04, 2022 at 07:51:18AM -0500, Eric Blake wrote: > Very similar to the recent addition of nbd_opt_structured_reply, with > the new nbd_opt_starttls() finally giving us fine-grained control over > NBD_OPT_STARTTLS, and allowing productive handshaking with a server in > SELECTIVETLS mode.

Re: [Libguestfs] Parameter 'encrypt.key-secret' is required for cipher for virt-ls

2022-10-06 Thread Laszlo Ersek
On 10/05/22 16:06, Do Re wrote: > Hello all, > > background: One of my VM stopped working - on startup, I get the message > "No bootable device" in the virtual machine. > > I would like to inspect the corresponding image with libguestfs-tools. > > However, I don't know how to pass the