[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/4]: QMP queue
From: |
Luiz Capitulino |
Subject: |
[Qemu-devel] [PULL 0/4]: QMP queue |
Date: |
Fri, 3 Aug 2012 13:42:54 -0300 |
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
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(-)
- [Qemu-devel] [PULL 0/4]: QMP queue,
Luiz Capitulino <=
- [Qemu-devel] [PATCH 1/4] qapi: qapi.py: allow the "'" character to be escaped, Luiz Capitulino, 2012/08/03
- [Qemu-devel] [PATCH 3/4] block: Use bdrv_get_backing_file_depth(), Luiz Capitulino, 2012/08/03
- [Qemu-devel] [PATCH 2/4] block: create bdrv_get_backing_file_depth(), Luiz Capitulino, 2012/08/03
- [Qemu-devel] [PATCH 4/4] hmp: show the backing file depth, Luiz Capitulino, 2012/08/03
- Re: [Qemu-devel] [PULL 0/4]: QMP queue, Anthony Liguori, 2012/08/03