qemu-devel.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-devel] [PULL 00/25 for-2.10] Trivial patches for 2017-07-31
Date: Mon, 31 Jul 2017 13:21:19 +0300	[thread overview]
Message-ID: <cover.1501496349.git.mjt@msgid.tls.msk.ru> (raw)

Here's a collection of trivial stuff merged to date.
A few minor cleanups, older tests trivial fixes, changing
crash to clean exit for unicore32 and tricore, and many
small documentation fixes mostly by Philippe Mathieu-Daudé.

Please consider applying.

Thanks,

/mjt

The following changes since commit 0c26c080ee592ea47597d3ab8fd712d7d2c4ba0f:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170731' into staging (2017-07-31 09:59:26 +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 25e11d8774630600ef4c5e9906419a77163a28a1:

  docs: fix broken paths to docs/specs/ivshmem-spec.txt (2017-07-31 13:13:01 +0300)

----------------------------------------------------------------
trivial patches for 2017-07-31

----------------------------------------------------------------
Cleber Rosa (1):
      docs: fix broken paths to docs/interop dir

Eduardo Otubo (2):
      fix qemu-system-unicore32 crashing when calling without -kernel
      qemu-system-tricore: segfault when entering "x 0" on the monitor

Marc-André Lureau (3):
      tests: check-qom-proplist: fix leak
      tests: test-netfilter && pxe-test require slirp
      build-sys: there is no qemu-ga.c

Philippe Mathieu-Daudé (18):
      tests: add missing dependency to build QTEST_QEMU_BINARY
      loader: check get_image_size() return value
      ivshmem: fix incorrect error handling in ivshmem_recv_msg()
      qcow2: fix null pointer dereference
      ui/vnc: fix leak of SocketAddress **
      net/eth: fix incorrect check of iov_to_buf() return value
      m68k/translate: fix incorrect copy/paste
      linux-user/sh4: fix incorrect memory write
      syscall: fix dereference of undefined pointer
      syscall: fix use of uninitialized values
      syscall: check inotify() and eventfd() return value
      thunk: assert nb_fields is valid
      docs: fix broken paths to docs/interop/qcow2.txt
      docs: fix broken paths to docs/devel/qapi-code-gen.txt
      docs: fix broken paths to docs/devel/atomics.txt
      docs: fix broken paths to docs/devel/tracing.txt
      docs: fix broken paths to docs/config/ich9-ehci-uhci.cfg
      docs: fix broken paths to docs/specs/ivshmem-spec.txt

Thomas Huth (1):
      MAINTAINERS: Improve the NetBSD regex pattern

 MAINTAINERS                         |  2 +-
 Makefile                            |  2 +-
 audio/trace-events                  |  2 +-
 block/qcow2-refcount.c              |  4 ++--
 block/trace-events                  |  2 +-
 chardev/trace-events                |  2 +-
 crypto/trace-events                 |  2 +-
 docs/devel/lockcnt.txt              |  2 +-
 docs/devel/writing-qmp-commands.txt |  4 ++--
 docs/qcow2-cache.txt                |  2 +-
 docs/specs/pci-ids.txt              |  2 +-
 docs/usb2.txt                       |  2 +-
 hw/9pfs/trace-events                |  2 +-
 hw/acpi/trace-events                |  2 +-
 hw/alpha/trace-events               |  2 +-
 hw/arm/trace-events                 |  2 +-
 hw/audio/trace-events               |  2 +-
 hw/block/dataplane/trace-events     |  2 +-
 hw/block/trace-events               |  2 +-
 hw/char/trace-events                |  2 +-
 hw/core/loader.c                    |  4 ++--
 hw/display/trace-events             |  2 +-
 hw/dma/trace-events                 |  2 +-
 hw/i386/trace-events                |  2 +-
 hw/input/trace-events               |  2 +-
 hw/intc/trace-events                |  2 +-
 hw/isa/trace-events                 |  2 +-
 hw/mem/trace-events                 |  2 +-
 hw/misc/ivshmem.c                   |  5 ++++-
 hw/misc/trace-events                |  2 +-
 hw/net/trace-events                 |  2 +-
 hw/nvram/trace-events               |  2 +-
 hw/pci/trace-events                 |  2 +-
 hw/ppc/trace-events                 |  2 +-
 hw/s390x/trace-events               |  2 +-
 hw/scsi/trace-events                |  2 +-
 hw/sd/trace-events                  |  2 +-
 hw/sparc/trace-events               |  2 +-
 hw/timer/trace-events               |  2 +-
 hw/unicore32/puv3.c                 |  5 ++++-
 hw/usb/trace-events                 |  2 +-
 hw/vfio/trace-events                |  2 +-
 hw/virtio/trace-events              |  2 +-
 hw/xen/trace-events                 |  2 +-
 include/qapi/visitor.h              |  2 +-
 include/qemu/atomic.h               |  4 ++--
 io/trace-events                     |  2 +-
 linux-user/elfload.c                |  2 +-
 linux-user/syscall.c                | 18 ++++++++++++++----
 linux-user/trace-events             |  2 +-
 migration/trace-events              |  2 +-
 net/eth.c                           |  4 ++--
 net/trace-events                    |  2 +-
 qapi-schema.json                    |  4 ++--
 qapi/introspect.json                |  2 +-
 qapi/qapi-util.c                    |  2 +-
 qom/trace-events                    |  2 +-
 scripts/qapi2texi.py                |  2 +-
 scripts/simpletrace.py              |  2 +-
 target/arm/trace-events             |  2 +-
 target/i386/trace-events            |  2 +-
 target/m68k/translate.c             |  2 +-
 target/mips/trace-events            |  2 +-
 target/ppc/trace-events             |  2 +-
 target/s390x/trace-events           |  2 +-
 target/sparc/trace-events           |  2 +-
 target/tricore/cpu.c                | 10 ++++++++++
 tcg/README                          |  2 +-
 tests/Makefile.include              | 10 +++++-----
 tests/check-qom-proplist.c          |  2 ++
 thunk.c                             |  3 ++-
 ui/trace-events                     |  2 +-
 ui/vnc.c                            | 36 ++++++++++++++++++------------------
 util/trace-events                   |  2 +-
 74 files changed, 131 insertions(+), 102 deletions(-)

             reply	other threads:[~2017-07-31 10:21 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-31 10:21 Michael Tokarev [this message]
2017-07-31 10:21 ` [Qemu-devel] [PULL 01/25] tests: check-qom-proplist: fix leak Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 02/25] fix qemu-system-unicore32 crashing when calling without -kernel Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 03/25] MAINTAINERS: Improve the NetBSD regex pattern Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 04/25] tests: test-netfilter && pxe-test require slirp Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 05/25] build-sys: there is no qemu-ga.c Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 06/25] qemu-system-tricore: segfault when entering "x 0" on the monitor Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 07/25] tests: add missing dependency to build QTEST_QEMU_BINARY Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 08/25] loader: check get_image_size() return value Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 09/25] ivshmem: fix incorrect error handling in ivshmem_recv_msg() Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 10/25] qcow2: fix null pointer dereference Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 11/25] ui/vnc: fix leak of SocketAddress ** Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 12/25] net/eth: fix incorrect check of iov_to_buf() return value Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 13/25] m68k/translate: fix incorrect copy/paste Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 14/25] linux-user/sh4: fix incorrect memory write Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 15/25] syscall: fix dereference of undefined pointer Michael Tokarev
2017-07-31 13:01   ` Peter Maydell
2017-07-31 10:21 ` [Qemu-devel] [PULL 16/25] syscall: fix use of uninitialized values Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 17/25] syscall: check inotify() and eventfd() return value Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 18/25] thunk: assert nb_fields is valid Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 19/25] docs: fix broken paths to docs/interop dir Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 20/25] docs: fix broken paths to docs/interop/qcow2.txt Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 21/25] docs: fix broken paths to docs/devel/qapi-code-gen.txt Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 22/25] docs: fix broken paths to docs/devel/atomics.txt Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 23/25] docs: fix broken paths to docs/devel/tracing.txt Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 24/25] docs: fix broken paths to docs/config/ich9-ehci-uhci.cfg Michael Tokarev
2017-07-31 10:21 ` [Qemu-devel] [PULL 25/25] docs: fix broken paths to docs/specs/ivshmem-spec.txt Michael Tokarev
2017-07-31 12:01 ` [Qemu-devel] [PULL 00/25 for-2.10] Trivial patches for 2017-07-31 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.1501496349.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).