Re: [PATCH v2] qapi: merge common parts of NbdServerOptions and nbd-server-start data

2025-02-19 Thread Eric Blake
On Wed, Feb 19, 2025 at 10:19:14PM +0300, Vladimir Sementsov-Ogievskiy wrote: > Instead of comment > "Keep this type consistent with the nbd-server-start arguments", we > can simply merge these things. > > Note that each field of new base already has "since" tag, equal in both > original copies. S

[PATCH v2] qapi: merge common parts of NbdServerOptions and nbd-server-start data

2025-02-19 Thread Vladimir Sementsov-Ogievskiy
Instead of comment "Keep this type consistent with the nbd-server-start arguments", we can simply merge these things. Note that each field of new base already has "since" tag, equal in both original copies. So "since" information is saved. Signed-off-by: Vladimir Sementsov-Ogievskiy --- v2: reb