Luiz Capitulino <lcapitul...@redhat.com> writes: > A qapi fix from Markus and a new field to query-block by Benoit. > > The changes (since 02d2bd5d57812154cfb978bc2098cf49d551583d) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp >
Pulled. Thanks. Regards, Anthony Liguori > BenoƮt Canet (3): > block: create bdrv_get_backing_file_depth() > block: Use bdrv_get_backing_file_depth() > hmp: show the backing file depth > > Luiz Capitulino (1): > qapi: qapi.py: allow the "'" character to be escaped > > block.c | 16 ++++++++++++++++ > block.h | 1 + > hmp.c | 2 ++ > qapi-schema.json | 9 ++++++--- > qmp-commands.hx | 2 ++ > scripts/qapi.py | 31 +++++++++++++++++++++---------- > 6 files changed, 48 insertions(+), 13 deletions(-)