[Qemu-devel] [PULL 0/1] qmp-shell: fix nested json regression

Eduardo Habkost posted 1 patch 5 years, 1 month ago
Test checkpatch passed
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190312021659.24197-1-ehabkost@redhat.com
Maintainers: Cleber Rosa <crosa@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Markus Armbruster <armbru@redhat.com>
scripts/qmp/qmp-shell | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] qmp-shell: fix nested json regression
Posted by Eduardo Habkost 5 years, 1 month ago
The following changes since commit 336cfef495f0cd5b1606251c52628d0372e9a809:

  Makefile: Don't install non-sphinx files in sphinx docs install (2019-03-11 11:10:44 +0000)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/python-next-pull-request

for you to fetch changes up to b35203b227261961ff1da9b77b546c1919968bee:

  qmp-shell: fix nested json regression (2019-03-11 10:22:31 -0300)

----------------------------------------------------------------
qmp-shell: fix nested json regression

One small bug fix.

----------------------------------------------------------------

Marc-André Lureau (1):
  qmp-shell: fix nested json regression

 scripts/qmp/qmp-shell | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/1] qmp-shell: fix nested json regression
Posted by Peter Maydell 5 years, 1 month ago
On Tue, 12 Mar 2019 at 02:17, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 336cfef495f0cd5b1606251c52628d0372e9a809:
>
>   Makefile: Don't install non-sphinx files in sphinx docs install (2019-03-11 11:10:44 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/python-next-pull-request
>
> for you to fetch changes up to b35203b227261961ff1da9b77b546c1919968bee:
>
>   qmp-shell: fix nested json regression (2019-03-11 10:22:31 -0300)
>
> ----------------------------------------------------------------
> qmp-shell: fix nested json regression
>
> One small bug fix.
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM