[Qemu-devel] [PULL 0/4] QAPI patches for 2018-03-23, for 2.12-rc1

Eric Blake posted 4 patches 6 years, 1 month ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test s390x passed
monitor.c              |  5 +--
tests/qmp-test.c       | 97 +-------------------------------------------------
tests/Makefile.include |  6 ++--
3 files changed, 5 insertions(+), 103 deletions(-)
[Qemu-devel] [PULL 0/4] QAPI patches for 2018-03-23, for 2.12-rc1
Posted by Eric Blake 6 years, 1 month ago
The following changes since commit 4c2c1015905fa1d616750dfe024b4c0b35875950:

  Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20180323' into staging (2018-03-23 10:20:54 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/ericb.git tags/pull-qapi-2018-03-23

for you to fetch changes up to 39615354fc07af34e04ab5efb5b6d478b0d24e32:

  qapi: Force UTF8 encoding when parsing qapi files (2018-03-23 12:29:07 -0500)

There may be another rc1 pull request on Monday, but let's get
these in sooner rather than later to minimize the window where
iotests are broken during bisects.

----------------------------------------------------------------
qapi patches for 2018-03-12, 2.12-rc1

- Peter Xu: 0/4 Turn OOB off for 2.12-rc1, revert OOB tests
- Eric Blake: qapi: Force UTF8 encoding when parsing qapi files

----------------------------------------------------------------
Eric Blake (1):
      qapi: Force UTF8 encoding when parsing qapi files

Peter Xu (3):
      Revert "tests: qmp-test: add oob test"
      Revert "tests: qmp-test: verify command batching"
      Revert "monitor: enable IO thread for (qmp & !mux) typed"

 monitor.c              |  5 +--
 tests/qmp-test.c       | 97 +-------------------------------------------------
 tests/Makefile.include |  6 ++--
 3 files changed, 5 insertions(+), 103 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/4] QAPI patches for 2018-03-23, for 2.12-rc1
Posted by Peter Maydell 6 years, 1 month ago
On 23 March 2018 at 17:37, Eric Blake <eblake@redhat.com> wrote:
> The following changes since commit 4c2c1015905fa1d616750dfe024b4c0b35875950:
>
>   Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20180323' into staging (2018-03-23 10:20:54 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/ericb.git tags/pull-qapi-2018-03-23
>
> for you to fetch changes up to 39615354fc07af34e04ab5efb5b6d478b0d24e32:
>
>   qapi: Force UTF8 encoding when parsing qapi files (2018-03-23 12:29:07 -0500)
>
> There may be another rc1 pull request on Monday, but let's get
> these in sooner rather than later to minimize the window where
> iotests are broken during bisects.
>
> ----------------------------------------------------------------
> qapi patches for 2018-03-12, 2.12-rc1
>
> - Peter Xu: 0/4 Turn OOB off for 2.12-rc1, revert OOB tests
> - Eric Blake: qapi: Force UTF8 encoding when parsing qapi files
>

Applied, thanks.

-- PMM