[Qemu-devel] [PULL 0/3] QAPI patches for 2018-04-10, 2.12-rc3

Eric Blake posted 3 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180410132200.187832-1-eblake@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
iothread.c                    | 18 ++++++++++++++----
monitor.c                     |  2 +-
tests/qemu-iotests/iotests.py |  9 +++------
3 files changed, 18 insertions(+), 11 deletions(-)
[Qemu-devel] [PULL 0/3] QAPI patches for 2018-04-10, 2.12-rc3
Posted by Eric Blake 6 years ago
The following changes since commit fb4fe32d5b6290deabe752b51cc1cc2a9e8573db:

  Merge remote-tracking branch 'remotes/xtensa/tags/20180409-xtensa' into staging (2018-04-10 10:22:45 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-qapi-2018-04-10

for you to fetch changes up to 951702f39c7e31530ce4ea65b11fe25ea1ea9c37:

  monitor: bind dispatch bh to iohandler context (2018-04-10 07:49:43 -0500)

Hopefully the last of the fixes for regressions caused by OOB which
could be observed even when x-oob=on is not used.

----------------------------------------------------------------
qapi patches for 2018-04-10

- Peter Xu: iotests: fix wait_until_completed()
- Peter Xu: iothread: workaround glib bug which hangs qmp-test
- Peter Xu: monitor: bind dispatch bh to iohandler context

----------------------------------------------------------------
Peter Xu (3):
      iotests: fix wait_until_completed()
      iothread: workaround glib bug which hangs qmp-test
      monitor: bind dispatch bh to iohandler context

 iothread.c                    | 18 ++++++++++++++----
 monitor.c                     |  2 +-
 tests/qemu-iotests/iotests.py |  9 +++------
 3 files changed, 18 insertions(+), 11 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/3] QAPI patches for 2018-04-10, 2.12-rc3
Posted by Peter Maydell 6 years ago
On 10 April 2018 at 14:21, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit fb4fe32d5b6290deabe752b51cc1cc2a9e8573db:
>
>   Merge remote-tracking branch 'remotes/xtensa/tags/20180409-xtensa' into staging (2018-04-10 10:22:45 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-qapi-2018-04-10
>
> for you to fetch changes up to 951702f39c7e31530ce4ea65b11fe25ea1ea9c37:
>
>   monitor: bind dispatch bh to iohandler context (2018-04-10 07:49:43 -0500)
>
> Hopefully the last of the fixes for regressions caused by OOB which
> could be observed even when x-oob=on is not used.
>
> ----------------------------------------------------------------
> qapi patches for 2018-04-10
>
> - Peter Xu: iotests: fix wait_until_completed()
> - Peter Xu: iothread: workaround glib bug which hangs qmp-test
> - Peter Xu: monitor: bind dispatch bh to iohandler context
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM