Re: [PATCH] qapi: clarify that the default is backend dependent

2024-06-06 Thread Stefano Garzarella
On Tue, Jun 04, 2024 at 04:58:49PM GMT, Markus Armbruster wrote: Stefano Garzarella writes: On Mon, Jun 03, 2024 at 11:34:10AM GMT, Markus Armbruster wrote: Stefano Garzarella writes: The default value of the @share option of the @MemoryBackendProperties eally depends on the backend type,

Re: [PATCH] qapi: clarify that the default is backend dependent

2024-06-04 Thread Markus Armbruster
Stefano Garzarella writes: > On Mon, Jun 03, 2024 at 11:34:10AM GMT, Markus Armbruster wrote: >>Stefano Garzarella writes: >> >>> The default value of the @share option of the @MemoryBackendProperties >>> eally depends on the backend type, so let's document it explicitly and >>> add the default

Re: [PATCH] qapi: clarify that the default is backend dependent

2024-06-04 Thread Stefano Garzarella
On Mon, Jun 03, 2024 at 11:34:10AM GMT, Markus Armbruster wrote: Stefano Garzarella writes: The default value of the @share option of the @MemoryBackendProperties eally depends on the backend type, so let's document it explicitly and add the default value where it was missing. Cc: David Hilde

Re: [PATCH] qapi: clarify that the default is backend dependent

2024-06-03 Thread Markus Armbruster
Stefano Garzarella writes: > The default value of the @share option of the @MemoryBackendProperties > eally depends on the backend type, so let's document it explicitly and > add the default value where it was missing. > > Cc: David Hildenbrand > Suggested-by: Markus Armbruster > Signed-off-by:

[PATCH] qapi: clarify that the default is backend dependent

2024-05-23 Thread Stefano Garzarella
The default value of the @share option of the @MemoryBackendProperties eally depends on the backend type, so let's document it explicitly and add the default value where it was missing. Cc: David Hildenbrand Suggested-by: Markus Armbruster Signed-off-by: Stefano Garzarella --- I followed how we