[Qemu-devel] [PULL 00/17] Trivial patches for 2018-02-10

Michael Tokarev posted 17 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1518249254.git.mjt@msgid.tls.msk.ru
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
.mailmap                            |  4 ++++
MAINTAINERS                         |  1 +
README                              |  4 ++++
configure                           | 21 +++++++++++++++-
hw/core/machine.c                   |  2 +-
qapi-schema.json                    |  4 ++--
qemu-options.hx                     | 48 ++++++++++++++++++-------------------
qga/commands-posix.c                |  2 +-
scripts/argparse.py                 |  2 +-
scripts/git-submodule.sh            |  2 +-
scripts/make-release                |  5 ++--
target/i386/hax-windows.h           |  2 --
target/i386/hvf/x86_mmu.c           |  1 -
tests/test-hbitmap.c                |  6 ++---
tests/test-qobject-output-visitor.c |  2 +-
tests/test-string-output-visitor.c  |  2 +-
util/aio-posix.c                    |  2 +-
util/oslib-posix.c                  |  2 +-
18 files changed, 68 insertions(+), 44 deletions(-)
[Qemu-devel] [PULL 00/17] Trivial patches for 2018-02-10
Posted by Michael Tokarev 6 years, 1 month ago
Here's a next pull request for the trivial-patches tree.
After a very long delay.

Hopefully I still remember how to apply patches :)

The following changes since commit c7b02d7d032d6022060e4b393827c963c93ce63f:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-speedup-090218-1' into staging (2018-02-09 16:12:34 +0000)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/trivial-patches-fetch

for you to fetch changes up to d40d74a645feea0ad01482da2358804f6574dce0:

  tests/qapi: use ARRAY_SIZE macro (2018-02-10 10:45:14 +0300)

----------------------------------------------------------------
trivial patches for 2018-02-10

----------------------------------------------------------------
Alexey Kardashevskiy (2):
      machine: Polish -machine xxx,help
      configure: Allow capstone=git only if git update is not disabled

Andreas Gustafsson (1):
      oslib-posix: check for posix_memalign in configure script

Cole Robinson (1):
      scripts/make-release: Don't archive .git files

Daniel P. Berrangé (1):
      mailmap: set preferred spelling for Daniel Berrangé

Eric Blake (2):
      Drop unneeded system header includes
      maint: Mention web site maintenance in README

Laurent Vivier (1):
      build: fix typo in error message

Michael Tokarev (2):
      qapi-schema.json: spelling (independant comparation)
      scripts/argparse.py: spelling (independant)

Philippe Mathieu-Daudé (5):
      qga: use ARRAY_SIZE macro
      async: use ARRAY_SIZE macro
      tests/hbitmap: use ARRAY_SIZE macro
      tests/qapi: use QEMU_IS_ALIGNED macro
      tests/qapi: use ARRAY_SIZE macro

Thomas Huth (2):
      qemu-options.hx: Remove confusing spaces in parameter listings
      MAINTAINERS: Add qemu-binfmt-conf.sh script

 .mailmap                            |  4 ++++
 MAINTAINERS                         |  1 +
 README                              |  4 ++++
 configure                           | 21 +++++++++++++++-
 hw/core/machine.c                   |  2 +-
 qapi-schema.json                    |  4 ++--
 qemu-options.hx                     | 48 ++++++++++++++++++-------------------
 qga/commands-posix.c                |  2 +-
 scripts/argparse.py                 |  2 +-
 scripts/git-submodule.sh            |  2 +-
 scripts/make-release                |  5 ++--
 target/i386/hax-windows.h           |  2 --
 target/i386/hvf/x86_mmu.c           |  1 -
 tests/test-hbitmap.c                |  6 ++---
 tests/test-qobject-output-visitor.c |  2 +-
 tests/test-string-output-visitor.c  |  2 +-
 util/aio-posix.c                    |  2 +-
 util/oslib-posix.c                  |  2 +-
 18 files changed, 68 insertions(+), 44 deletions(-)

Re: [Qemu-devel] [PULL 00/17] Trivial patches for 2018-02-10
Posted by Peter Maydell 6 years, 1 month ago
On 10 February 2018 at 07:54, Michael Tokarev <mjt@tls.msk.ru> wrote:
> Here's a next pull request for the trivial-patches tree.
> After a very long delay.
>
> Hopefully I still remember how to apply patches :)
>
> The following changes since commit c7b02d7d032d6022060e4b393827c963c93ce63f:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-speedup-090218-1' into staging (2018-02-09 16:12:34 +0000)
>
> are available in the git repository at:
>
>   git://git.corpit.ru/qemu.git tags/trivial-patches-fetch
>
> for you to fetch changes up to d40d74a645feea0ad01482da2358804f6574dce0:
>
>   tests/qapi: use ARRAY_SIZE macro (2018-02-10 10:45:14 +0300)
>
> ----------------------------------------------------------------
> trivial patches for 2018-02-10
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM