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