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/14] Trivial patches for 2017-02-28
Date: Tue, 28 Feb 2017 09:44:43 +0300	[thread overview]
Message-ID: <cover.1488264243.git.mjt@msgid.tls.msk.ru> (raw)

This is yet another trivial patches pull request.
Please consider applying/pulling.

The following changes since commit 8f2d7c341184a95d05476ea3c45dbae2b9ddbe51:

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-02-27-1' into staging (2017-02-27 15:33:21 +0000)

are available in the git repository at:

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

for you to fetch changes up to f5507e0448bd34473af72509297617a783049024:

  syscall: fixed mincore(2) not failing with ENOMEM (2017-02-28 09:03:39 +0300)

----------------------------------------------------------------
trivial patches for 2017-02-28

----------------------------------------------------------------
Fam Zheng (1):
      cadence_gem: Remove unused parameter debug message

Franklin \"Snaipe\" Mathieu (1):
      syscall: fixed mincore(2) not failing with ENOMEM

Igor Pavlikevich (1):
      hw/acpi/tco.c: fix tco timer stop

John Snow (1):
      ide: remove undefined behavior in ide-test

Marc-André Lureau (1):
      Update copyright year

Peter Maydell (3):
      softfloat: Use correct type in float64_to_uint64_round_to_zero()
      CODING_STYLE: Mention preferred comment form
      lm32: milkymist-tmu2: fix a third integer overflow

Philippe Mathieu-Daudé (1):
      register: fix incorrect read mask

Stefan Weil (1):
      target/s390x: Fix typo

Thomas Huth (3):
      hw/core/or-irq: Mark the device with cannot_instantiate_with_device_add_yet
      hw/core/register: Mark the device with cannot_instantiate_with_device_add_yet
      tests/prom-env: Enable the test for the sun4u machine, too

Vincenzo Maffione (1):
      qemu-options.hx: add missing id=chr0 chardev argument in vhost-user example

 CODING_STYLE                |  7 +++++++
 fpu/softfloat.c             |  2 +-
 hw/acpi/tco.c               |  1 +
 hw/core/or-irq.c            |  3 +++
 hw/core/register.c          | 30 ++++++++++++++++++++++++------
 hw/display/milkymist-tmu2.c |  2 +-
 hw/net/cadence_gem.c        |  2 +-
 include/qemu-common.h       |  2 +-
 linux-user/syscall.c        | 11 ++++++++---
 qemu-options.hx             |  2 +-
 target/s390x/cpu_models.c   |  2 +-
 tests/Makefile.include      |  3 +--
 tests/ide-test.c            |  1 +
 tests/prom-env-test.c       |  2 +-
 14 files changed, 52 insertions(+), 18 deletions(-)

             reply	other threads:[~2017-02-28  6:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28  6:44 Michael Tokarev [this message]
2017-02-28  6:44 ` [Qemu-devel] [PULL 01/14] target/s390x: Fix typo Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 02/14] softfloat: Use correct type in float64_to_uint64_round_to_zero() Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 03/14] hw/core/or-irq: Mark the device with cannot_instantiate_with_device_add_yet Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 04/14] hw/core/register: " Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 05/14] CODING_STYLE: Mention preferred comment form Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 06/14] ide: remove undefined behavior in ide-test Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 07/14] register: fix incorrect read mask Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 08/14] cadence_gem: Remove unused parameter debug message Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 09/14] tests/prom-env: Enable the test for the sun4u machine, too Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 10/14] Update copyright year Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 11/14] qemu-options.hx: add missing id=chr0 chardev argument in vhost-user example Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 12/14] lm32: milkymist-tmu2: fix a third integer overflow Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 13/14] hw/acpi/tco.c: fix tco timer stop Michael Tokarev
2017-02-28  6:44 ` [Qemu-devel] [PULL 14/14] syscall: fixed mincore(2) not failing with ENOMEM Michael Tokarev
2017-02-28 17:31 ` [Qemu-devel] [PULL 00/14] Trivial patches for 2017-02-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.1488264243.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).