[PULL 00/14] Renesas patches for 2021-03-06

Philippe Mathieu-Daudé posted 14 patches 3 years, 1 month ago
Test checkpatch passed
Failed in applying to current master (apply log)
hw/sh4/sh7750_regs.h          |  24 +++++++-
include/hw/sh4/sh.h           |  31 ++++++++++-
target/sh4/cpu.h              |  11 ----
hw/block/tc58128.c            |  26 +++++++++
hw/{sh4 => pci-host}/sh_pci.c |   0
target/sh4/helper.c           | 101 +++++++++++++++++-----------------
MAINTAINERS                   |   6 ++
hw/block/Kconfig              |   3 +
hw/block/meson.build          |   2 +-
hw/char/Kconfig               |   3 +
hw/char/meson.build           |   2 +-
hw/intc/Kconfig               |   3 +
hw/intc/meson.build           |   2 +-
hw/pci-host/Kconfig           |   4 ++
hw/pci-host/meson.build       |   1 +
hw/sh4/Kconfig                |  12 ++--
hw/sh4/meson.build            |   1 -
hw/timer/Kconfig              |   4 ++
hw/timer/meson.build          |   2 +-
19 files changed, 160 insertions(+), 78 deletions(-)
rename hw/{sh4 => pci-host}/sh_pci.c (100%)
[PULL 00/14] Renesas patches for 2021-03-06
Posted by Philippe Mathieu-Daudé 3 years, 1 month ago
Hi Peter,

As SH-4 is not very active, I'm here covering up with this trivial patch queue.

The following changes since commit 91e92cad67caca3bc4b8e920ddb5c8ca64aac9e1:

  Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210305' into staging (2021-03-05 19:04:47 +0000)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/renesas-20210306

for you to fetch changes up to ef95ca038295bdf6749cbce426b281c21a08971e:

  hw/sh4/sh7750_regs: Replace link to license by its full content (2021-03-06 16:19:03 +0100)

----------------------------------------------------------------
Renesas patches queue

- MMU prototype cleanups
- Clarify licenses
- Fine-grained Kconfig entries for SH-4 devices
----------------------------------------------------------------

Philippe Mathieu-Daudé (14):
  target/sh4: Fix code style for checkpatch.pl
  target/sh4: Replace magic value by MMUAccessType definitions
  target/sh4: Remove unused 'int access_type' argument
  target/sh4: Let get_physical_address() use MMUAccessType access_type
  target/sh4: Remove unused definitions
  hw/sh4: Add missing license
  hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D board
  hw/intc: Introduce SH_INTC Kconfig entry
  hw/char: Introduce SH_SCI Kconfig entry
  hw/timer: Introduce SH_TIMER Kconfig entry
  hw/block: Introduce TC58128 eeprom Kconfig entry
  hw/pci-host: Introduce SH_PCI Kconfig entry
  hw/sh4: Remove now unused CONFIG_SH4 from Kconfig
  hw/sh4/sh7750_regs: Replace link to license by its full content

 hw/sh4/sh7750_regs.h          |  24 +++++++-
 include/hw/sh4/sh.h           |  31 ++++++++++-
 target/sh4/cpu.h              |  11 ----
 hw/block/tc58128.c            |  26 +++++++++
 hw/{sh4 => pci-host}/sh_pci.c |   0
 target/sh4/helper.c           | 101 +++++++++++++++++-----------------
 MAINTAINERS                   |   6 ++
 hw/block/Kconfig              |   3 +
 hw/block/meson.build          |   2 +-
 hw/char/Kconfig               |   3 +
 hw/char/meson.build           |   2 +-
 hw/intc/Kconfig               |   3 +
 hw/intc/meson.build           |   2 +-
 hw/pci-host/Kconfig           |   4 ++
 hw/pci-host/meson.build       |   1 +
 hw/sh4/Kconfig                |  12 ++--
 hw/sh4/meson.build            |   1 -
 hw/timer/Kconfig              |   4 ++
 hw/timer/meson.build          |   2 +-
 19 files changed, 160 insertions(+), 78 deletions(-)
 rename hw/{sh4 => pci-host}/sh_pci.c (100%)

-- 
2.26.2

Re: [PULL 00/14] Renesas patches for 2021-03-06
Posted by Peter Maydell 3 years, 1 month ago
On Sat, 6 Mar 2021 at 15:38, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Hi Peter,
>
> As SH-4 is not very active, I'm here covering up with this trivial patch queue.
>
> The following changes since commit 91e92cad67caca3bc4b8e920ddb5c8ca64aac9e1:
>
>   Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210305' into staging (2021-03-05 19:04:47 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/renesas-20210306
>
> for you to fetch changes up to ef95ca038295bdf6749cbce426b281c21a08971e:
>
>   hw/sh4/sh7750_regs: Replace link to license by its full content (2021-03-06 16:19:03 +0100)
>
> ----------------------------------------------------------------
> Renesas patches queue
>
> - MMU prototype cleanups
> - Clarify licenses
> - Fine-grained Kconfig entries for SH-4 devices


Applied, thanks.

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

-- PMM