qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-devel] [PULL 00/19] Trivial patches for 2016-01-11
Date: Mon, 11 Jan 2016 11:41:39 +0300	[thread overview]
Message-ID: <cover.1452501577.git.mjt@msgid.tls.msk.ru> (raw)

This is the first trivial-patches pull request for 2016 year, and
the first one for qemu 2.6 series.  With some old stuff in there,
collecting missing patches since Nov-2015.

There's nothing exciting in there, except of a possible fun patch
enabling sigaltstack syscall.

Please consider applying/pulling.

Thanks,

/mjt

The following changes since commit 6bb9ead762bf749af11ea225fc2a74db1b93c105:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160108-1' into staging (2016-01-08 12:50:19 +0000)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2016-01-11

for you to fetch changes up to fe02fc5209d497d011b2b4b09395e2503d9dedc6:

  hw/s390x: Remove superfluous return statements (2016-01-11 11:39:28 +0300)

----------------------------------------------------------------
trivial patches for 2016-01-11

----------------------------------------------------------------
Cao jin (5):
      xen/Makefile.objs: simplify
      hw/misc/edu: Convert to realize()
      gt64120: convert to realize()
      SH PCI Host: convert to realize()
      PCI Bonito: QOMify and cleanup

Eric Blake (1):
      crypto: Fix typo in example

Johan Ouwerkerk (1):
      Add missing syscall nrs. according to more recent Linux kernels

Marc-André Lureau (1):
      configure: fix trace backend check

Michael Tokarev (2):
      unicore32: convert get_sp_from_cpustate from macro to inline
      linux-user: enable sigaltstack for all architectures

Paolo Bonzini (1):
      net: convert qemu_log to error_report, fix message

Peter Maydell (2):
      scripts/checkpatch.pl: Don't allow special cases of unspaced operators
      osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.h

Thomas Huth (5):
      MAINTAINERS: Add the correct device_tree.h file
      hw/ide: Remove superfluous return statements
      hw/acpi: Remove superfluous return statement
      hw/core/qdev: Remove superfluous return statement
      hw/s390x: Remove superfluous return statements

Zhu Lingshan (1):
      iscsi: fix readcapacity error message

 MAINTAINERS                          |  3 ++-
 block/iscsi.c                        |  2 +-
 configure                            |  2 +-
 hw/acpi/memory_hotplug.c             |  1 -
 hw/core/qdev.c                       |  1 -
 hw/ide/atapi.c                       |  1 -
 hw/ide/macio.c                       |  2 --
 hw/mips/gt64xxx_pci.c                |  6 ++----
 hw/misc/edu.c                        |  6 ++----
 hw/pci-host/bonito.c                 | 23 ++++++++++++-----------
 hw/s390x/css.c                       |  1 -
 hw/s390x/s390-pci-bus.c              |  4 ----
 hw/sh4/sh_pci.c                      |  5 ++---
 hw/xen/Makefile.objs                 |  3 +--
 include/crypto/tlssession.h          |  2 +-
 include/qemu-common.h                |  1 -
 include/qemu/osdep.h                 |  2 ++
 linux-user/aarch64/syscall_nr.h      | 13 +++++++++++++
 linux-user/arm/syscall_nr.h          | 12 ++++++++++++
 linux-user/mips/syscall_nr.h         | 12 ++++++++++++
 linux-user/syscall.c                 |  6 ------
 linux-user/unicore32/target_signal.h |  6 +++++-
 net/dump.c                           |  2 +-
 scripts/checkpatch.pl                | 13 -------------
 24 files changed, 69 insertions(+), 60 deletions(-)

             reply	other threads:[~2016-01-11  8:42 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-11  8:41 Michael Tokarev [this message]
2016-01-11  8:41 ` [Qemu-devel] [PULL 01/19] unicore32: convert get_sp_from_cpustate from macro to inline Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 02/19] linux-user: enable sigaltstack for all architectures Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 03/19] net: convert qemu_log to error_report, fix message Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 04/19] iscsi: fix readcapacity error message Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 05/19] MAINTAINERS: Add the correct device_tree.h file Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 06/19] crypto: Fix typo in example Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 07/19] xen/Makefile.objs: simplify Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 08/19] configure: fix trace backend check Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 09/19] hw/misc/edu: Convert to realize() Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 10/19] Add missing syscall nrs. according to more recent Linux kernels Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 11/19] gt64120: convert to realize() Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 12/19] SH PCI Host: " Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 13/19] PCI Bonito: QOMify and cleanup Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 14/19] scripts/checkpatch.pl: Don't allow special cases of unspaced operators Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 15/19] osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.h Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 16/19] hw/ide: Remove superfluous return statements Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 17/19] hw/acpi: Remove superfluous return statement Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 18/19] hw/core/qdev: " Michael Tokarev
2016-01-11  8:41 ` [Qemu-devel] [PULL 19/19] hw/s390x: Remove superfluous return statements Michael Tokarev
2016-01-11 14:21 ` [Qemu-devel] [PULL 00/19] Trivial patches for 2016-01-11 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.1452501577.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).