mbox series

[PULL,0/2] QMP patches patches for 2020-10-27

Message ID 20201027101707.2988553-1-armbru@redhat.com
Headers show
Series QMP patches patches for 2020-10-27 | expand

Message

Markus Armbruster Oct. 27, 2020, 10:17 a.m. UTC
The following changes since commit 1dc887329a10903940501b43e8c0cc67af7c06d5:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' into staging (2020-10-26 17:19:26 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qmp-2020-10-27

for you to fetch changes up to 36006046675228cf2fec904e717d96ca816cc21a:

  scripts/qmp: delete 'qmp' script (2020-10-27 11:11:06 +0100)

----------------------------------------------------------------
QMP patches patches for 2020-10-27

----------------------------------------------------------------
David Edmondson (1):
      qmp-shell: Sort by key when pretty-printing

John Snow (1):
      scripts/qmp: delete 'qmp' script

 scripts/qmp/qmp       | 131 +++-----------------------------------------------
 scripts/qmp/qmp-shell |   2 +-
 2 files changed, 8 insertions(+), 125 deletions(-)

Comments

Peter Maydell Oct. 29, 2020, 11:32 a.m. UTC | #1
On Tue, 27 Oct 2020 at 10:17, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 1dc887329a10903940501b43e8c0cc67af7c06d5:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' into staging (2020-10-26 17:19:26 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qmp-2020-10-27
>
> for you to fetch changes up to 36006046675228cf2fec904e717d96ca816cc21a:
>
>   scripts/qmp: delete 'qmp' script (2020-10-27 11:11:06 +0100)
>
> ----------------------------------------------------------------
> QMP patches patches for 2020-10-27
>


Applied, thanks.

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

-- PMM