qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: Michael Tokarev <mjt@tls.msk.ru>, qemu-trivial@nongnu.org
Subject: [Qemu-trivial] [PULL 00/23] Trivial patches for 2016-10-28
Date: Fri, 28 Oct 2016 18:18:31 +0300	[thread overview]
Message-ID: <cover.1477667878.git.mjt@msgid.tls.msk.ru> (raw)

Here's a next pull request for the trivial patches tree.
Nothing exciting is in there this time, small things
here and there.

Thanks,

/mjt

The following changes since commit fd209e4a773dd5a7fea79eaaffd276ebcb99e92a:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2016-10-28 14:29:50 +0100)

are available in the git repository at:

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

for you to fetch changes up to 630b210b9abbf362905a2096c22c5eb1d6224e77:

  Fix build for less common build directories names (2016-10-28 18:17:24 +0300)

----------------------------------------------------------------
trivial patches for 2016-10-28

----------------------------------------------------------------
Akanksha Srivastava (1):
      usb: Change *_exitfn return type from int to void

Anand J (2):
      scripts/clean-includes: added duplicate #include check
      clean-up: removed duplicate #includes

Changlong Xie (1):
      filter-dump: add missing "["

Daniel Shahaf (1):
      scripts/hxtool: fix undefined behavour of echo

Laurent Vivier (1):
      MAINTAINERS: qemu-trivial information

Marc-André Lureau (1):
      monitor: deprecate 'default' option

Michael Tokarev (1):
      qemu-options.hx: set: fix copy-paste error

Michael Walle (7):
      target-lm32: fix style issue
      target-lm32: fix LOG_DIS operand order
      target-lm32: swap operand of wcsr in LOG_DIS()
      target-lm32: disable asm logging via LOG_DIS()
      lm32: milkymist-tmu2: fix integer overflow
      target-lm32: rewrite gen_compare()
      milkymist-pfpu: fix potential integer overflow

Peter Maydell (2):
      migration: Remove unneeded NULL check from migrate_fd_error()
      s390: avoid always-true comparison in s390_pci_generate_fid()

Stefan Weil (3):
      Makefile: Fix help text for target 'installer'
      qemu-ga: Remove stray 'q' in documentation
      Fix build for less common build directories names

Thomas Huth (2):
      hw/tpm/tpm_passthrough: Simplify if-statements a little bit
      hw/block/nvme: Simplify if-statements a little bit

zhanghailiang (1):
      colo-compare: remove unused struct CompareChardevProps and 'props' variable

 MAINTAINERS                         | 11 +++++++
 Makefile                            |  2 +-
 accel.c                             |  1 -
 cputlb.c                            |  1 -
 gdbstub.c                           |  1 -
 hw/block/nvme.c                     |  4 +--
 hw/display/milkymist-tmu2.c         |  2 +-
 hw/i386/acpi-build.c                |  1 -
 hw/microblaze/boot.c                |  1 -
 hw/mips/mips_malta.c                |  1 -
 hw/misc/milkymist-pfpu.c            |  2 +-
 hw/nvram/fw_cfg.c                   |  1 -
 hw/pci-bridge/pci_expander_bridge.c |  1 -
 hw/ppc/ppc405_boards.c              |  1 -
 hw/ppc/spapr.c                      |  1 -
 hw/s390x/s390-pci-bus.c             | 10 ++-----
 hw/timer/grlib_gptimer.c            |  1 -
 hw/tpm/tpm_passthrough.c            |  6 ++--
 hw/tpm/tpm_tis.c                    |  1 -
 hw/unicore32/puv3.c                 |  1 -
 hw/usb/ccid-card-emulated.c         |  3 +-
 hw/usb/ccid-card-passthru.c         |  6 ----
 hw/usb/ccid.h                       |  2 +-
 hw/usb/dev-mtp.c                    |  1 -
 hw/usb/dev-smartcard-reader.c       | 11 ++++---
 include/hw/i386/pc.h                |  1 -
 include/monitor/monitor.h           |  2 +-
 migration/migration.c               |  2 +-
 monitor.c                           |  4 +--
 net/colo-compare.c                  |  8 ------
 qemu-ga.texi                        |  2 +-
 qemu-io-cmds.c                      |  1 -
 qemu-options.hx                     | 12 ++++----
 qmp.c                               |  1 -
 scripts/clean-includes              | 56 +++++++++++++++++++++++++++---------
 scripts/hxtool                      | 20 ++++++-------
 scripts/tracetool.py                |  2 +-
 target-i386/machine.c               |  3 --
 target-lm32/translate.c             | 57 ++++++++++++++++++-------------------
 target-mips/machine.c               |  1 -
 target-ppc/machine.c                |  1 -
 target-ppc/mem_helper.c             |  1 -
 target-sparc/machine.c              |  3 --
 target-xtensa/translate.c           |  1 -
 tests/crypto-tls-x509-helpers.h     |  3 --
 tests/vhost-user-test.c             |  2 --
 util/oslib-posix.c                  |  1 -
 vl.c                                | 12 ++------
 48 files changed, 121 insertions(+), 148 deletions(-)


             reply	other threads:[~2016-10-28 15:19 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-28 15:18 Michael Tokarev [this message]
2016-10-28 15:18 ` [Qemu-trivial] [PULL 01/23] filter-dump: add missing "[" Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 02/23] hw/tpm/tpm_passthrough: Simplify if-statements a little bit Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 03/23] target-lm32: fix style issue Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 04/23] target-lm32: fix LOG_DIS operand order Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 05/23] target-lm32: swap operand of wcsr in LOG_DIS() Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 06/23] target-lm32: disable asm logging via LOG_DIS() Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 07/23] lm32: milkymist-tmu2: fix integer overflow Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 08/23] target-lm32: rewrite gen_compare() Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 09/23] hw/block/nvme: Simplify if-statements a little bit Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 10/23] milkymist-pfpu: fix potential integer overflow Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 11/23] colo-compare: remove unused struct CompareChardevProps and 'props' variable Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 12/23] MAINTAINERS: qemu-trivial information Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 13/23] usb: Change *_exitfn return type from int to void Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 14/23] qemu-options.hx: set: fix copy-paste error Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 15/23] scripts/hxtool: fix undefined behavour of echo Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 16/23] migration: Remove unneeded NULL check from migrate_fd_error() Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 17/23] s390: avoid always-true comparison in s390_pci_generate_fid() Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 18/23] Makefile: Fix help text for target 'installer' Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 19/23] qemu-ga: Remove stray 'q' in documentation Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 20/23] monitor: deprecate 'default' option Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 21/23] scripts/clean-includes: added duplicate #include check Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 22/23] clean-up: removed duplicate #includes Michael Tokarev
2016-10-28 15:18 ` [Qemu-trivial] [PULL 23/23] Fix build for less common build directories names Michael Tokarev
2016-10-31 12:35 ` [Qemu-trivial] [Qemu-devel] [PULL 00/23] Trivial patches for 2016-10-28 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1477667878.git.mjt@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).