qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 65b8dc: MAINTAINERS: Cover sh_intc files in t


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 65b8dc: MAINTAINERS: Cover sh_intc files in the R2D/Shix m...
Date: Tue, 23 Jun 2020 11:00:30 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 65b8dc2914c073d877e7c8804d1064fdfb5b5a5e
      
https://github.com/qemu/qemu/commit/65b8dc2914c073d877e7c8804d1064fdfb5b5a5e
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Cover sh_intc files in the R2D/Shix machine sections

Commit 81527b94ad added hw/intc/sh_intc.c, but only to the R2D
machine (it is also used by the Shix machine). Complete the
previous commit by adding the header to the R2D section, and
both source + header to the Shix section.

Suggested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 7bd0d13fa5669611d8a29abfe71fc7683c400d1d
      
https://github.com/qemu/qemu/commit/7bd0d13fa5669611d8a29abfe71fc7683c400d1d
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Add an entry for common Renesas peripherals

Renesas peripherals are common to SH4/RX based MCUs. Their
datasheets share common sections. It makes sense to maintain
them altogether.
Add the uncovered UART SCI peripheral.
The current names are misleading (see the 'sh_' prefix).
In another series we will remove these peripherals with
the 'renesas_' prefix. Out of the scope of this change in
MAINTAINERS.

Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


  Commit: ba2afd0eb2c5ca0b23feb347369660d0577c225f
      
https://github.com/qemu/qemu/commit/ba2afd0eb2c5ca0b23feb347369660d0577c225f
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M include/hw/sh4/sh.h

  Log Message:
  -----------
  hw/sh4: Use MemoryRegion typedef

Use the MemoryRegion type defined in "qemu/typedefs.h",
to keep the repository style consistent.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 95f4dc444a99ea91534b4ac9237bdec3b2581588
      
https://github.com/qemu/qemu/commit/95f4dc444a99ea91534b4ac9237bdec3b2581588
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M hw/sh4/sh7750.c
    M hw/timer/sh_timer.c
    M include/hw/sh4/sh.h
    A include/hw/timer/tmu012.h

  Log Message:
  -----------
  hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'

Extract timer definitions to 'hw/timer/tmu012.h'.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: f4d2382a9b6c3dca678d9d43b7f1e55d59ddd55d
      
https://github.com/qemu/qemu/commit/f4d2382a9b6c3dca678d9d43b7f1e55d59ddd55d
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M hw/timer/sh_timer.c

  Log Message:
  -----------
  hw/timer/sh_timer: Remove unused 'qemu/timer.h' include

Remove unused "qemu/timer.h" include.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: e78597cc457ff76119bfc8f78aa21b2e5092da92
      
https://github.com/qemu/qemu/commit/e78597cc457ff76119bfc8f78aa21b2e5092da92
  Author: Yoshinori Sato <ysato@users.sourceforge.jp>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS
    M hw/intc/Kconfig
    M hw/intc/Makefile.objs
    A hw/intc/rx_icu.c
    A include/hw/intc/rx_icu.h

  Log Message:
  -----------
  hw/intc: RX62N interrupt controller (ICUa)

This implementation supported only ICUa.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-15-ysato@users.sourceforge.jp>
[PMD: Fill VMStateField for migration, cover files in MAINTAINERS]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 7adca78edaa91069f66e373f5b7e4e7d5fe14879
      
https://github.com/qemu/qemu/commit/7adca78edaa91069f66e373f5b7e4e7d5fe14879
  Author: Yoshinori Sato <ysato@users.sourceforge.jp>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS
    M hw/timer/Kconfig
    M hw/timer/Makefile.objs
    A hw/timer/renesas_tmr.c
    A include/hw/timer/renesas_tmr.h

  Log Message:
  -----------
  hw/timer: RX62N 8-Bit timer (TMR)

renesas_tmr: 8bit timer modules.
This part use many renesas's CPU.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-16-ysato@users.sourceforge.jp>
[PMD: Split from CMT, filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: c7f37bafde83a73eedc3bd6e029abba745871dea
      
https://github.com/qemu/qemu/commit/c7f37bafde83a73eedc3bd6e029abba745871dea
  Author: Yoshinori Sato <ysato@users.sourceforge.jp>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS
    M hw/timer/Kconfig
    M hw/timer/Makefile.objs
    A hw/timer/renesas_cmt.c
    A include/hw/timer/renesas_cmt.h

  Log Message:
  -----------
  hw/timer: RX62N compare match timer (CMT)

renesas_cmt: 16bit compare match timer modules.
This part use many renesas's CPU.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-16-ysato@users.sourceforge.jp>
[PMD: Split from TMR, filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 645194c7aa8ff501cfdab864c9f5cdf220c3af76
      
https://github.com/qemu/qemu/commit/645194c7aa8ff501cfdab864c9f5cdf220c3af76
  Author: Yoshinori Sato <ysato@users.sourceforge.jp>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS
    M hw/char/Kconfig
    M hw/char/Makefile.objs
    A hw/char/renesas_sci.c
    A include/hw/char/renesas_sci.h

  Log Message:
  -----------
  hw/char: RX62N serial communication interface (SCI)

This module supported only non FIFO type.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200224141923.82118-17-ysato@users.sourceforge.jp>
[PMD: Filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 0c80f50f1e047535f76cffcf9629ebf6d4542c4d
      
https://github.com/qemu/qemu/commit/0c80f50f1e047535f76cffcf9629ebf6d4542c4d
  Author: Yoshinori Sato <ysato@users.sourceforge.jp>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS
    M hw/Kconfig
    A hw/rx/Kconfig
    A hw/rx/Makefile.objs
    A hw/rx/rx62n.c
    A include/hw/rx/rx62n.h

  Log Message:
  -----------
  hw/rx: RX62N microcontroller (MCU)

rx62n - RX62N cpu.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[PMD: Use TYPE_RX62N_CPU, use #define for RX62N_NR_TMR/CMT/SCI,
 renamed CPU -> MCU, device -> microcontroller]
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200224141923.82118-18-ysato@users.sourceforge.jp>
[PMD: Rebased on b77b5b3dc7, split of machine, use &error_abort]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 7d272cb43d64e44d476e83c89dc61f5b54a658e9
      
https://github.com/qemu/qemu/commit/7d272cb43d64e44d476e83c89dc61f5b54a658e9
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M hw/rx/rx62n.c

  Log Message:
  -----------
  hw/rx: Honor -accel qtest

Issue an error if no kernel, no bios, and not qtest'ing.
Fixes make check-qtest-rx: test/qom-test.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190531134315.4109-16-richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: 1db2086e6a98c4e917d6618c97e730eaeb2a8ada
      
https://github.com/qemu/qemu/commit/1db2086e6a98c4e917d6618c97e730eaeb2a8ada
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M hw/rx/rx62n.c
    M include/hw/rx/rx62n.h

  Log Message:
  -----------
  hw/rx: Register R5F562N7 and R5F562N8 MCUs

Make the current TYPE_RX62N_MCU an abstract class, and
generate TYPE_R5F562N7_MCU and TYPE_R5F562N8_MCU models.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: bda19d7bb56fe8f76dc32a9145c35087f81d4db7
      
https://github.com/qemu/qemu/commit/bda19d7bb56fe8f76dc32a9145c35087f81d4db7
  Author: Yoshinori Sato <ysato@users.sourceforge.jp>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS
    M default-configs/rx-softmmu.mak
    M hw/rx/Kconfig
    M hw/rx/Makefile.objs
    A hw/rx/rx-gdbsim.c
    M include/hw/rx/rx62n.h

  Log Message:
  -----------
  hw/rx: Add RX GDB simulator

Add the RX machine internally simulated in GDB.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[PMD: Use TYPE_RX62N_CPU, use #define for RX62N_NR_TMR/CMT/SCI,
 renamed CPU -> MCU, device -> microcontroller]
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200224141923.82118-18-ysato@users.sourceforge.jp>
[PMD: Split of MCU, rename gdbsim, Add gdbsim-r5f562n7/r5f562n8]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


  Commit: cf665623cb00c18997ac4a38244b360d80787417
      
https://github.com/qemu/qemu/commit/cf665623cb00c18997ac4a38244b360d80787417
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS
    A tests/acceptance/machine_rx_gdbsim.py

  Log Message:
  -----------
  BootLinuxConsoleTest: Test the RX GDB simulator

Add two tests for the rx-gdbsim machine, based on the recommended
test setup from Yoshinori Sato:
https://lists.gnu.org/archive/html/qemu-devel/2019-05/msg03586.html

- U-Boot prompt
- Linux kernel with Sash shell

These are very quick tests:

  $ avocado run -t arch:rx tests/acceptance/machine_rx_gdbsim.py
  JOB ID     : 84a6ef01c0b87975ecbfcb31a920afd735753ace
  JOB LOG    : 
/home/phil/avocado/job-results/job-2019-05-24T05.02-84a6ef0/job.log
   (1/2) tests/acceptance/machine_rx_gdbsim.py:RxGdbSimMachine.test_uboot: PASS 
(0.11 s)
   (2/2) tests/acceptance/machine_rx_gdbsim.py:RxGdbSimMachine.test_linux_sash: 
PASS (0.45 s)
  RESULTS    : PASS 2 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | 
CANCEL 0

Tests can also be run with:

  $ avocado --show=console run -t arch:rx tests/acceptance/machine_rx_gdbsim.py
  console: U-Boot 2016.05-rc3-23705-ga1ef3c71cb-dirty (Feb 05 2019 - 21:56:06 
+0900)
  console: Linux version 4.19.0+ (yo-satoh@yo-satoh-debian) (gcc version 9.0.0 
20181105 (experimental) (GCC)) #137 Wed Feb 20 23:20:02 JST 2019
  console: Built 1 zonelists, mobility grouping on.  Total pages: 8128
  ...
  console: SuperH (H)SCI(F) driver initialized
  console: 88240.serial: ttySC0 at MMIO 0x88240 (irq = 215, base_baud = 0) is a 
sci
  console: console [ttySC0] enabled
  console: 88248.serial: ttySC1 at MMIO 0x88248 (irq = 219, base_baud = 0) is a 
sci

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-Id: <20200224141923.82118-22-ysato@users.sourceforge.jp>
[PMD: Replace obsolete set_machine() by machine tag, and rename as gdbsim]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


  Commit: 4adbfa45cc3793fa85157a4813306618f6009f52
      
https://github.com/qemu/qemu/commit/4adbfa45cc3793fa85157a4813306618f6009f52
  Author: Yoshinori Sato <ysato@users.sourceforge.jp>
  Date:   2020-06-22 (Mon, 22 Jun 2020)

  Changed paths:
    M MAINTAINERS
    A docs/system/target-rx.rst
    M docs/system/targets.rst

  Log Message:
  -----------
  docs: Document the RX target

Add rx-virt target specification document.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-Id: <20200308130637.37651-1-ysato@users.sourceforge.jp>
[PMD: Cover in MAINTAINERS, rename as gdbsim, use machine argument]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


  Commit: d88d5a3806d78dcfca648c62dae9d88d3e803bd2
      
https://github.com/qemu/qemu/commit/d88d5a3806d78dcfca648c62dae9d88d3e803bd2
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M MAINTAINERS
    M default-configs/rx-softmmu.mak
    A docs/system/target-rx.rst
    M docs/system/targets.rst
    M hw/Kconfig
    M hw/char/Kconfig
    M hw/char/Makefile.objs
    A hw/char/renesas_sci.c
    M hw/intc/Kconfig
    M hw/intc/Makefile.objs
    A hw/intc/rx_icu.c
    A hw/rx/Kconfig
    A hw/rx/Makefile.objs
    A hw/rx/rx-gdbsim.c
    A hw/rx/rx62n.c
    M hw/sh4/sh7750.c
    M hw/timer/Kconfig
    M hw/timer/Makefile.objs
    A hw/timer/renesas_cmt.c
    A hw/timer/renesas_tmr.c
    M hw/timer/sh_timer.c
    A include/hw/char/renesas_sci.h
    A include/hw/intc/rx_icu.h
    A include/hw/rx/rx62n.h
    M include/hw/sh4/sh.h
    A include/hw/timer/renesas_cmt.h
    A include/hw/timer/renesas_tmr.h
    A include/hw/timer/tmu012.h
    A tests/acceptance/machine_rx_gdbsim.py

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-hw-20200622' 
into staging

Renesas hardware patches

- Add a common entry for Renesas hardware in MAINTAINERS
- Trivial SH4 cleanups
- Add RX GDB simulator from Yoshinori Sato

The Renesas RX target emulation was added in commit c8c35e5f51,
these patches complete the target by adding the hardware emulation.

Tests included:

$ avocado --show=app,console run -t arch:rx tests/acceptance/
Fetching asset from 
tests/acceptance/machine_rx_gdbsim.py:RxGdbSimMachine.test_uboot
Fetching asset from 
tests/acceptance/machine_rx_gdbsim.py:RxGdbSimMachine.test_linux_sash
 (1/2) tests/acceptance/machine_rx_gdbsim.py:RxGdbSimMachine.test_uboot:
console: U-Boot 2016.05-rc3-23705-ga1ef3c71cb-dirty (Feb 05 2019 - 21:56:06 
+0900)
PASS (0.26 s)
 (2/2) tests/acceptance/machine_rx_gdbsim.py:RxGdbSimMachine.test_linux_sash:
console: Linux version 4.19.0+ (yo-satoh@yo-satoh-debian) (gcc version 9.0.0 
20181105 (experimental) (GCC)) #137 Wed Feb 20 23:20:02 JST 2019
console: Built 1 zonelists, mobility grouping on.  Total pages: 8128
console: Kernel command line:
console: Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
console: Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
console: Memory: 14648K/32768K available (871K kernel code, 95K rwdata, 140K 
rodata, 96K init, 175K bss, 18120K reserved, 0K cma-reserved)
console: NR_IRQS: 256
console: rx-cmt: used for periodic clock events
console: clocksource: rx-tpu: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 1274173631191 ns
console: 96.00 BogoMIPS (lpj=480000)
console: pid_max: default: 4096 minimum: 301
console: Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
console: Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
console: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 19112604462750000 ns
console: clocksource: Switched to clocksource rx-tpu
console: workingset: timestamp_bits=30 max_order=12 bucket_order=0
console: SuperH (H)SCI(F) driver initialized
console: 88240.serial: ttySC0 at MMIO 0x88240 (irq = 215, base_baud = 0) is a 
sci
console: console [ttySC0] enabled
console: 88248.serial: ttySC1 at MMIO 0x88248 (irq = 219, base_baud = 0) is a 
sci
console: random: get_random_bytes called from 0x01002e48 with crng_init=0
console: Freeing unused kernel memory: 96K
console: This architecture does not have kernel memory protection.
console: Run /sbin/init as init process
console: Run /etc/init as init process
console: Run /bin/init as init process
console: Run /bin/sh as init process
console: Sash command shell (version 1.1.1)
console: /> printenv
console: HOME=/
console: TERM=linux
PASS (0.73 s)
RESULTS    : PASS 2 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB TIME   : 1.47 s

CI results:
. https://cirrus-ci.com/build/6140199509950464
. https://travis-ci.org/github/philmd/qemu/builds/700954881
. https://app.shippable.com/github/philmd/qemu/runs/812/summary/console

# gpg: Signature made Mon 22 Jun 2020 19:52:09 BST
# gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
# gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" 
[full]
# Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE

* remotes/philmd-gitlab/tags/renesas-hw-20200622:
  docs: Document the RX target
  BootLinuxConsoleTest: Test the RX GDB simulator
  hw/rx: Add RX GDB simulator
  hw/rx: Register R5F562N7 and R5F562N8 MCUs
  hw/rx: Honor -accel qtest
  hw/rx: RX62N microcontroller (MCU)
  hw/char: RX62N serial communication interface (SCI)
  hw/timer: RX62N compare match timer (CMT)
  hw/timer: RX62N 8-Bit timer (TMR)
  hw/intc: RX62N interrupt controller (ICUa)
  hw/timer/sh_timer: Remove unused 'qemu/timer.h' include
  hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'
  hw/sh4: Use MemoryRegion typedef
  MAINTAINERS: Add an entry for common Renesas peripherals
  MAINTAINERS: Cover sh_intc files in the R2D/Shix machine sections

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/61fee7f45955...d88d5a3806d7



reply via email to

[Prev in Thread] Current Thread [Next in Thread]