All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/17] Trivial patches for 2018-02-10
@ 2018-02-10  7:54 Michael Tokarev
  2018-02-10  7:54 ` [Qemu-devel] [PULL 01/17] qapi-schema.json: spelling (independant comparation) Michael Tokarev
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Michael Tokarev @ 2018-02-10  7:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, qemu-trivial

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(-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-02-12 14:52 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-10  7:54 [Qemu-devel] [PULL 00/17] Trivial patches for 2018-02-10 Michael Tokarev
2018-02-10  7:54 ` [Qemu-devel] [PULL 01/17] qapi-schema.json: spelling (independant comparation) Michael Tokarev
2018-02-10  7:54 ` [Qemu-devel] [PULL 02/17] scripts/argparse.py: spelling (independant) Michael Tokarev
2018-02-10  7:54 ` [Qemu-devel] [PULL 03/17] machine: Polish -machine xxx,help Michael Tokarev
2018-02-10  7:54 ` [Qemu-devel] [PULL 04/17] Drop unneeded system header includes Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 05/17] mailmap: set preferred spelling for Daniel Berrangé Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 06/17] qemu-options.hx: Remove confusing spaces in parameter listings Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 07/17] scripts/make-release: Don't archive .git files Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 08/17] configure: Allow capstone=git only if git update is not disabled Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 09/17] build: fix typo in error message Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 10/17] maint: Mention web site maintenance in README Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 11/17] oslib-posix: check for posix_memalign in configure script Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 12/17] MAINTAINERS: Add qemu-binfmt-conf.sh script Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 13/17] qga: use ARRAY_SIZE macro Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 14/17] async: " Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 15/17] tests/hbitmap: " Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 16/17] tests/qapi: use QEMU_IS_ALIGNED macro Michael Tokarev
2018-02-10  7:55 ` [Qemu-devel] [PULL 17/17] tests/qapi: use ARRAY_SIZE macro Michael Tokarev
2018-02-12 14:52 ` [Qemu-devel] [PULL 00/17] Trivial patches for 2018-02-10 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.