Re: [Libguestfs] [v2v PATCH] docs/virt-v2v: document libvirt system instance startup

2023-06-28 Thread Laszlo Ersek
On 6/28/23 14:38, Richard W.M. Jones wrote: > On Wed, Jun 28, 2023 at 01:31:53PM +0200, Laszlo Ersek wrote: >> On 6/28/23 12:05, Richard W.M. Jones wrote: >>> On Tue, Jun 27, 2023 at 07:14:36PM +0200, Laszlo Ersek wrote: It has frequently tripped us up that on RHEL / Fedora, installing the

Re: [Libguestfs] [v2v PATCH] docs/virt-v2v: document libvirt system instance startup

2023-06-28 Thread Richard W.M. Jones
On Wed, Jun 28, 2023 at 01:31:53PM +0200, Laszlo Ersek wrote: > On 6/28/23 12:05, Richard W.M. Jones wrote: > > On Tue, Jun 27, 2023 at 07:14:36PM +0200, Laszlo Ersek wrote: > >> It has frequently tripped us up that on RHEL / Fedora, installing the > >> right set of libvirt RPMs (such as the one

Re: [Libguestfs] [v2v PATCH] docs/virt-v2v: document libvirt system instance startup

2023-06-28 Thread Laszlo Ersek
On 6/28/23 12:05, Richard W.M. Jones wrote: > On Tue, Jun 27, 2023 at 07:14:36PM +0200, Laszlo Ersek wrote: >> It has frequently tripped us up that on RHEL / Fedora, installing the >> right set of libvirt RPMs (such as the one pulled in by >> "libvirt-daemon-kvm") does not result in an immediately

Re: [Libguestfs] [PATCH libguestfs 4/4] ocaml/t/guestfs_065_implicit_close.ml: Skip this test on OCaml 5

2023-06-28 Thread Richard W.M. Jones
On Wed, Jun 28, 2023 at 12:24:17PM +0200, Laszlo Ersek wrote: > On 6/27/23 14:33, Richard W.M. Jones wrote: > > Link: > > https://discuss.ocaml.org/t/ocaml-5-forcing-objects-to-be-collected-and-finalized/12492/2 > > --- > > ocaml/t/guestfs_065_implicit_close.ml | 8 > > 1 file changed,

Re: [Libguestfs] [PATCH libguestfs 4/4] ocaml/t/guestfs_065_implicit_close.ml: Skip this test on OCaml 5

2023-06-28 Thread Laszlo Ersek
On 6/27/23 14:33, Richard W.M. Jones wrote: > Link: > https://discuss.ocaml.org/t/ocaml-5-forcing-objects-to-be-collected-and-finalized/12492/2 > --- > ocaml/t/guestfs_065_implicit_close.ml | 8 > 1 file changed, 8 insertions(+) > > diff --git a/ocaml/t/guestfs_065_implicit_close.ml >

Re: [Libguestfs] [PATCH libguestfs 1/4] ocaml: Replace old enter/leave_blocking_section calls

2023-06-28 Thread Laszlo Ersek
On 6/27/23 14:33, Richard W.M. Jones wrote: > Since OCaml 4 the old and confusing caml_enter_blocking_section and > caml_leave_blocking_section calls have been replaced with > caml_release_runtime_system and caml_acquire_runtime_system (in that > order). Use the new names. > --- >

Re: [Libguestfs] [v2v PATCH] docs/virt-v2v: document libvirt system instance startup

2023-06-28 Thread Richard W.M. Jones
On Tue, Jun 27, 2023 at 07:14:36PM +0200, Laszlo Ersek wrote: > It has frequently tripped us up that on RHEL / Fedora, installing the > right set of libvirt RPMs (such as the one pulled in by > "libvirt-daemon-kvm") does not result in an immediately running libvirt > system instance. Document the