Hi. Here's another trivial tree pull request. Really trivial stuff all over, and many changes to MAINTAINERS file from Thomas Huth.
Please consider applying. Thanks, /mjt The following changes since commit 48f592118ab42f83a1a7561c4bfd2b72a100f241: bsd-user: fix FreeBSD build after d148d90e (2016-10-07 15:17:53 +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 52cfcb464255b4da5115408e2a6ce3327bbcb9df: net/filter-mirror: Fix mirror initial check typo (2016-10-08 11:25:29 +0300) ---------------------------------------------------------------- trivial patches for 2016-10-08 ---------------------------------------------------------------- Chen Fan (1): virtio: rename the bar index field name in VirtIOPCIProxy Daniel P. Berrange (1): char: fix missing return in error path for chardev TLS init David Anderson (1): qapi: make the json schema files more regular. Eric Blake (1): tests: Ignore test executables Felix Janda (1): linux-user: include <poll.h> instead of <sys/poll.h> Greg Ungerer (1): m68k: change default system clock for m5208evb Jonathan Neuschäfer (1): CODING_STYLE: Fix a typo ("have" vs. "has") Li Qiang (1): usb: ehci: fix memory leak in ehci_process_itd Lin Ma (1): maint: Add module_block.h to .gitignore Marc-André Lureau (2): exec: remove unused compacted argument build-sys: fix find-in-path Paolo Bonzini (1): bt-hci-csr: drop unused argument Stefan Hajnoczi (1): qemu-options.hx: fix -chardev ringbuf typos Thomas Huth (11): MAINTAINERS: Add files to the Moxie section. MAINTAINERS: Add some more files to the HMP section MAINTAINERS: Add include/hw/audio/ to audio section MAINTAINERS: Add some SPARC machine related files MAINTAINERS: Add some more files to the virtio section MAINTAINERS: Add header files to CRIS section MAINTAINERS: Add some more rocker related files MAINTAINERS: Add some more pattern to recognize all win32 related files MAINTAINERS: Add usermode related config files MAINTAINERS: Add some more MIPS related files MAINTAINERS: Some updates related to the SH4 machines Wei Yang (1): bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASK Zhang Chen (1): net/filter-mirror: Fix mirror initial check typo .gitignore | 1 + CODING_STYLE | 2 +- MAINTAINERS | 38 +++++++++++++++++++++++++++++++++----- exec.c | 8 +++----- hw/arm/nseries.c | 3 +-- hw/bt/hci-csr.c | 2 +- hw/display/virtio-vga.c | 4 ++-- hw/m68k/mcf5208.c | 2 +- hw/usb/hcd-ehci.c | 1 + hw/virtio/virtio-pci.c | 20 ++++++++++---------- hw/virtio/virtio-pci.h | 8 ++++---- include/hw/bt.h | 2 +- include/qemu/bitmap.h | 7 ++----- linux-user/syscall.c | 2 +- net/filter-mirror.c | 4 ++-- qapi-schema.json | 3 +-- qapi/block-core.json | 5 ----- qemu-char.c | 1 + qemu-options.hx | 2 +- rules.mak | 2 +- tests/.gitignore | 2 ++ util/bitmap.c | 2 -- 22 files changed, 70 insertions(+), 51 deletions(-)