On Wed, 2019-11-27 at 08:29 +0100, Markus Armbruster wrote: > Maxim Levitsky <mlevi...@redhat.com> writes: > > > Signed-off-by: Maxim Levitsky <mlevi...@redhat.com> > > --- > > blockdev-hmp-cmds.c | 97 ++++++++++++++++++++++++++++++++++++++++++++- > > blockdev.c | 95 -------------------------------------------- > > 2 files changed, 96 insertions(+), 96 deletions(-) > > > > diff --git a/blockdev-hmp-cmds.c b/blockdev-hmp-cmds.c > > index 21ff6fa9a9..8884618238 100644 > > --- a/blockdev-hmp-cmds.c > > +++ b/blockdev-hmp-cmds.c > > @@ -33,7 +33,7 @@ > > #include "sysemu/sysemu.h" > > #include "monitor/monitor.h" > > #include "block/block_int.h" > > - > > +#include "qapi/qapi-commands-block.h" > > I prefer keeping qapi/ stuff together. Please add this right before > #include "qapi/qmp/qdict.h".
Absolutely no problem! Best regards, Maxim Levitsky