On Wed, Mar 16, 2022 at 5:18 PM Eric Blake <[email protected]> wrote: > > On Tue, Mar 15, 2022 at 12:32:24AM +0300, Vladimir Sementsov-Ogievskiy wrote: > > From: Vladimir Sementsov-Ogievskiy <[email protected]> > > > > Rename the type to be reused. Old name is "what is it for". To be > > natively reused for other needs, let's name it exactly "what is it". > > > > Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> > > --- > > block/monitor/bitmap-qmp-cmds.c | 6 +++--- > > include/block/block_int-global-state.h | 2 +- > > qapi/block-core.json | 6 +++--- > > qemu-img.c | 8 ++++---- > > 4 files changed, 11 insertions(+), 11 deletions(-) > > The type name does not affect QAPI interface stability, so this is safe. > > Reviewed-by: Eric Blake <[email protected]>
Sounds right. Acked-by: John Snow <[email protected]>
