qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 1/8] sparc/grlib: split out the headers for each periphera


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 1/8] sparc/grlib: split out the headers for each peripherals
Date: Tue, 30 Jan 2024 09:50:27 +0100
User-agent: Mozilla Thunderbird

On 16/1/24 14:02, Clément Chigot wrote:
... and move them in their right hardware directory.

Update Copyright and add SPDX-License-Identifier at the same time.

Co-developed-by: Frederic Konrad <konrad.frederic@yahoo.fr>
Signed-off-by: Clément Chigot <chigot@adacore.com>
---
  hw/char/grlib_apbuart.c                       |  6 ++--
  hw/intc/grlib_irqmp.c                         |  6 ++--
  hw/sparc/leon3.c                              |  8 +++--
  hw/timer/grlib_gptimer.c                      |  6 ++--
  include/hw/char/grlib_uart.h                  | 32 +++++++++++++++++++
  .../hw/{sparc/grlib.h => intc/grlib_irqmp.h}  | 16 ++++------
  include/hw/timer/grlib_gptimer.h              | 32 +++++++++++++++++++
  7 files changed, 88 insertions(+), 18 deletions(-)
  create mode 100644 include/hw/char/grlib_uart.h
  rename include/hw/{sparc/grlib.h => intc/grlib_irqmp.h} (86%)
  create mode 100644 include/hw/timer/grlib_gptimer.h

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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