[Qemu-devel] [PULL 00/14] Trivial patches for 2017-02-28

Michael Tokarev posted 14 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1488264243.git.mjt@msgid.tls.msk.ru
Test checkpatch passed
Test docker passed
Test s390x passed
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(-)
[Qemu-devel] [PULL 00/14] Trivial patches for 2017-02-28
Posted by Michael Tokarev 7 years, 1 month ago
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(-)

Re: [Qemu-devel] [PULL 00/14] Trivial patches for 2017-02-28
Posted by Peter Maydell 7 years, 1 month ago
On 28 February 2017 at 06:44, Michael Tokarev <mjt@tls.msk.ru> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM