On Wed, Mar 16, 2022 at 5:18 PM Eric Blake <ebl...@redhat.com> wrote: > > On Tue, Mar 15, 2022 at 12:32:24AM +0300, Vladimir Sementsov-Ogievskiy wrote: > > From: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> > > > > 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 <v.sementsov...@ya.ru> > > --- > > 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 <ebl...@redhat.com>
Sounds right. Acked-by: John Snow <js...@redhat.com>