mbox

[PULL,0/2] QAPI and monitor patches for 2018-07-23 (3.0.0-rc2)

Message ID 20180723131356.27466-1-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2018-07-23

Message

Markus Armbruster July 23, 2018, 1:13 p.m. UTC
The following changes since commit 6598f0cdad6acc6674c4f060fa46e537228c2c47:

  po: Don't include comments with location (2018-07-23 10:50:54 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2018-07-23

for you to fetch changes up to 62aa1d887ff9fc76adb488d31447d126a78f4b8f:

  monitor: Fix unsafe sharing of @cur_mon among threads (2018-07-23 14:00:03 +0200)

----------------------------------------------------------------
QAPI and monitor patches for 2018-07-23 (3.0.0-rc2)

This pull request consists of a late external interface tweak and a
thread safety fix, both related to QMP out-of-band execution.

----------------------------------------------------------------
Markus Armbruster (1):
      qapi: Make 'allow-oob' optional in SchemaInfoCommand

Peter Xu (1):
      monitor: Fix unsafe sharing of @cur_mon among threads

 include/monitor/monitor.h  |  2 +-
 monitor.c                  |  2 +-
 qapi/introspect.json       |  6 +++---
 scripts/qapi/introspect.py | 10 +++++-----
 stubs/monitor.c            |  2 +-
 tests/test-util-sockets.c  |  2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)
armbru@dusky:~/work/qemu$ rm *patch
armbru@dusky:~/work/qemu$ git-format-patch --subject-prefix PULL master
0000-cover-letter.patch
0001-qapi-Make-allow-oob-optional-in-SchemaInfoCommand.patch
0002-monitor-Fix-unsafe-sharing-of-cur_mon-among-threads.patch

Comments

Peter Maydell July 23, 2018, 3:15 p.m. UTC | #1
On 23 July 2018 at 14:13, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 6598f0cdad6acc6674c4f060fa46e537228c2c47:
>
>   po: Don't include comments with location (2018-07-23 10:50:54 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2018-07-23
>
> for you to fetch changes up to 62aa1d887ff9fc76adb488d31447d126a78f4b8f:
>
>   monitor: Fix unsafe sharing of @cur_mon among threads (2018-07-23 14:00:03 +0200)
>
> ----------------------------------------------------------------
> QAPI and monitor patches for 2018-07-23 (3.0.0-rc2)
>
> This pull request consists of a late external interface tweak and a
> thread safety fix, both related to QMP out-of-band execution.
>
> ----------------------------------------------------------------
> Markus Armbruster (1):
>       qapi: Make 'allow-oob' optional in SchemaInfoCommand
>
> Peter Xu (1):
>       monitor: Fix unsafe sharing of @cur_mon among threads
>
>  include/monitor/monitor.h  |  2 +-
>  monitor.c                  |  2 +-
>  qapi/introspect.json       |  6 +++---
>  scripts/qapi/introspect.py | 10 +++++-----
>  stubs/monitor.c            |  2 +-
>  tests/test-util-sockets.c  |  2 +-
>  6 files changed, 12 insertions(+), 12 deletions(-)

Applied, thanks.

> armbru@dusky:~/work/qemu$ rm *patch
> armbru@dusky:~/work/qemu$ git-format-patch --subject-prefix PULL master
> 0000-cover-letter.patch
> 0001-qapi-Make-allow-oob-optional-in-SchemaInfoCommand.patch
> 0002-monitor-Fix-unsafe-sharing-of-cur_mon-among-threads.patch

...stray cut-n-paste? :-)

-- PMM