Re: [PATCH 1/2] qapi/block-core: Improve MapEntry documentation

2020-11-05 Thread Markus Armbruster
Max Reitz writes: > MapEntry and BlockDeviceMapEntry are kind of the same thing, and the > latter is not used, so we want to remove it. However, the documentation > it provides for some fields is better than that of MapEntry, so steal > some of it for the latter. > > (And adjust them a bit in th

[PATCH 1/2] qapi/block-core: Improve MapEntry documentation

2020-11-04 Thread Max Reitz
MapEntry and BlockDeviceMapEntry are kind of the same thing, and the latter is not used, so we want to remove it. However, the documentation it provides for some fields is better than that of MapEntry, so steal some of it for the latter. (And adjust them a bit in the process, because I feel like