Re: [Libguestfs] [libnbd PATCH 1/7] api: Expose "qemu:" meta-context constants

2023-07-31 Thread Richard W.M. Jones
On Thu, Jul 27, 2023 at 09:33:19AM -0500, Eric Blake wrote: > On Thu, Jul 27, 2023 at 01:41:03PM +0200, Laszlo Ersek wrote: > > On 7/26/23 19:29, Eric Blake wrote: > > > Qemu has a couple of documented meta-context definitions[1]; we might > > > as well expose constants for these namespaces. > > >

Re: [Libguestfs] [libnbd PATCH 1/7] api: Expose "qemu:" meta-context constants

2023-07-27 Thread Laszlo Ersek
On 7/27/23 17:03, Laszlo Ersek wrote: > On 7/27/23 16:33, Eric Blake wrote: >> On Thu, Jul 27, 2023 at 01:41:03PM +0200, Laszlo Ersek wrote: >>> On 7/26/23 19:29, Eric Blake wrote: Qemu has a couple of documented meta-context definitions[1]; we might as well expose constants for these

Re: [Libguestfs] [libnbd PATCH 1/7] api: Expose "qemu:" meta-context constants

2023-07-27 Thread Laszlo Ersek
On 7/27/23 16:33, Eric Blake wrote: > On Thu, Jul 27, 2023 at 01:41:03PM +0200, Laszlo Ersek wrote: >> On 7/26/23 19:29, Eric Blake wrote: >>> Qemu has a couple of documented meta-context definitions[1]; we might >>> as well expose constants for these namespaces. >>> >>> "qemu:dirty-bitmap:NAME"

Re: [Libguestfs] [libnbd PATCH 1/7] api: Expose "qemu:" meta-context constants

2023-07-27 Thread Eric Blake
On Thu, Jul 27, 2023 at 01:41:03PM +0200, Laszlo Ersek wrote: > On 7/26/23 19:29, Eric Blake wrote: > > Qemu has a couple of documented meta-context definitions[1]; we might > > as well expose constants for these namespaces. > > > > "qemu:dirty-bitmap:NAME" is a set of namespaces for any

[Libguestfs] [libnbd PATCH 1/7] api: Expose "qemu:" meta-context constants

2023-07-26 Thread Eric Blake
Qemu has a couple of documented meta-context definitions[1]; we might as well expose constants for these namespaces. "qemu:dirty-bitmap:NAME" is a set of namespaces for any arbitrary dirty bitmap name; we can't define constants for every bitspace name, but it is possible to do

[Libguestfs] [libnbd PATCH 1/7] api: Expose "qemu:" meta-context constants

2023-07-26 Thread Eric Blake
Qemu has a couple of documented meta-context definitions[1]; we might as well expose constants for these namespaces. "qemu:dirty-bitmap:NAME" is a set of namespaces for any arbitrary dirty bitmap name; we can't define constants for every bitspace name, but it is possible to do