[PULL 00/11] MIPS queue for December 16th, 2019

Aleksandar Markovic posted 11 patches 4 years, 4 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1576500172-11264-1-git-send-email-aleksandar.markovic@rt-rk.com
Maintainers: Aleksandar Markovic <amarkovic@wavecomp.com>, Aurelien Jarno <aurelien@aurel32.net>, "Hervé Poussineau" <hpoussin@reactos.org>, Jason Wang <jasowang@redhat.com>, Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
MAINTAINERS                              |  17 ++-
hw/display/jazz_led.c                    | 123 +++++++++++-----------
hw/dma/rc4030.c                          |  12 ++-
hw/isa/vt82c686.c                        |  23 +++--
hw/mips/mips_jazz.c                      |  32 +++---
hw/mips/mips_malta.c                     | 172 ++++++++++++++++---------------
hw/mips/mips_r4k.c                       |  56 ++++++----
hw/net/mipsnet.c                         |  42 ++++----
hw/pci-host/bonito.c                     |  60 ++++++-----
qemu-deprecated.texi                     |   5 +
tests/acceptance/linux_ssh_mips_malta.py |   6 +-
11 files changed, 300 insertions(+), 248 deletions(-)
[PULL 00/11] MIPS queue for December 16th, 2019
Posted by Aleksandar Markovic 4 years, 4 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

The following changes since commit 084a398bf8aa7634738e6c6c0103236ee1b3b72f:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-12-13 18:14:07 +0000)

are available in the git repository at:

  https://github.com/AMarkovic/qemu tags/mips-queue-dec-16-2019

for you to fetch changes up to 5d480ddde36649a652152bf35f57ccad38f052d6:

  MAINTAINERS: Add a file to MIPS section (2019-12-16 13:16:15 +0100)

----------------------------------------------------------------

MIPS queue for December 16th, 2019

  - contains only maintenance/cleanup items

----------------------------------------------------------------

Aleksandar Markovic (5):
  MAINTAINERS: Add a section on UI translation
  MAINTAINERS: Adjust maintainership for Fulong 2E board
  MAINTAINERS: Adjust maintainership for Malta board
  MAINTAINERS: Add three files to Malta section
  MAINTAINERS: Add a file to MIPS section

Filip Bozuta (5):
  mips: jazz: Renovate coding style
  mips: malta: Renovate coding style
  mips: mipssim: Renovate coding style
  mips: r4000: Renovate coding style
  mips: fulong 2e: Renovate coding style

Philippe Mathieu-Daudé (1):
  hw/mips: Deprecate the r4k machine

 MAINTAINERS                              |  17 ++-
 hw/display/jazz_led.c                    | 123 +++++++++++-----------
 hw/dma/rc4030.c                          |  12 ++-
 hw/isa/vt82c686.c                        |  23 +++--
 hw/mips/mips_jazz.c                      |  32 +++---
 hw/mips/mips_malta.c                     | 172 ++++++++++++++++---------------
 hw/mips/mips_r4k.c                       |  56 ++++++----
 hw/net/mipsnet.c                         |  42 ++++----
 hw/pci-host/bonito.c                     |  60 ++++++-----
 qemu-deprecated.texi                     |   5 +
 tests/acceptance/linux_ssh_mips_malta.py |   6 +-
 11 files changed, 300 insertions(+), 248 deletions(-)

-- 
2.7.4


Re: [PULL 00/11] MIPS queue for December 16th, 2019
Posted by Peter Maydell 4 years, 4 months ago
On Mon, 16 Dec 2019 at 12:43, Aleksandar Markovic
<aleksandar.markovic@rt-rk.com> wrote:
>
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> The following changes since commit 084a398bf8aa7634738e6c6c0103236ee1b3b72f:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-12-13 18:14:07 +0000)
>
> are available in the git repository at:
>
>   https://github.com/AMarkovic/qemu tags/mips-queue-dec-16-2019
>
> for you to fetch changes up to 5d480ddde36649a652152bf35f57ccad38f052d6:
>
>   MAINTAINERS: Add a file to MIPS section (2019-12-16 13:16:15 +0100)
>
> ----------------------------------------------------------------
>
> MIPS queue for December 16th, 2019
>
>   - contains only maintenance/cleanup items
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM