[Qemu-devel] [PULL 0/5] Monitor patches for 2018-06-30

Markus Armbruster posted 5 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180630162744.15920-1-armbru@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
docs/devel/qapi-code-gen.txt | 17 ++++++++++-----
include/chardev/char.h       | 11 +++++++++-
monitor.c                    | 52 ++++++++++++++++++++++++++++++++------------
tests/qemu-iotests/060       | 10 ++++++++-
tests/qemu-iotests/060.out   |  1 -
5 files changed, 68 insertions(+), 23 deletions(-)
[Qemu-devel] [PULL 0/5] Monitor patches for 2018-06-30
Posted by Markus Armbruster 7 years, 4 months ago
The following changes since commit 6f4fa0998fd13bd8a533f38ee69774ecad6911b6:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2018-06-30 13:59:53 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-06-30

for you to fetch changes up to 4bfa7974d90a0cbad29c0a27334d02cbd37bb23d:

  docs: mention shared state protect for OOB (2018-06-30 17:50:48 +0200)

----------------------------------------------------------------
Monitor patches for 2018-06-30

----------------------------------------------------------------
Peter Xu (5):
      chardev: comment details for CLOSED event
      monitor: rename *_pop_one to *_pop_any
      monitor: flush qmp responses when CLOSED
      tests: iotests: drop some stderr line
      docs: mention shared state protect for OOB

 docs/devel/qapi-code-gen.txt | 17 ++++++++++-----
 include/chardev/char.h       | 11 +++++++++-
 monitor.c                    | 52 ++++++++++++++++++++++++++++++++------------
 tests/qemu-iotests/060       | 10 ++++++++-
 tests/qemu-iotests/060.out   |  1 -
 5 files changed, 68 insertions(+), 23 deletions(-)

Re: [Qemu-devel] [PULL 0/5] Monitor patches for 2018-06-30
Posted by Peter Maydell 7 years, 4 months ago
On 30 June 2018 at 17:27, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 6f4fa0998fd13bd8a533f38ee69774ecad6911b6:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2018-06-30 13:59:53 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2018-06-30
>
> for you to fetch changes up to 4bfa7974d90a0cbad29c0a27334d02cbd37bb23d:
>
>   docs: mention shared state protect for OOB (2018-06-30 17:50:48 +0200)
>
> ----------------------------------------------------------------
> Monitor patches for 2018-06-30
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM