Re: [Libguestfs] [libnbd PATCH v4 04/25] generator: Support Extent64 arg in Python code

2023-08-04 Thread Richard W.M. Jones
On Wed, Aug 02, 2023 at 08:50:24PM -0500, Eric Blake wrote: > See the earlier commit "Add Extent64 arg type" for rationale in > supporting a new generator arg type. This patch adds the Python > bindings for use of Extent64: it is fairly easy to construct a list of > 2-item tuples in place with Py_

[Libguestfs] [libnbd PATCH v4 04/25] generator: Support Extent64 arg in Python code

2023-08-02 Thread Eric Blake
See the earlier commit "Add Extent64 arg type" for rationale in supporting a new generator arg type. This patch adds the Python bindings for use of Extent64: it is fairly easy to construct a list of 2-item tuples in place with Py_BuildValue's 'K' argument for unsigned 64-bit values, without needin