Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240131085047.18458-1-chigot@adacore.com
Maintainers: "Clément Chigot" <chigot@adacore.com>, Frederic Konrad <konrad.frederic@yahoo.fr>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>
MAINTAINERS | 2 +-
hw/char/grlib_apbuart.c | 6 +-
hw/intc/grlib_irqmp.c | 110 ++++++++++-----
hw/sparc/leon3.c | 130 +++++++++++++-----
hw/timer/grlib_gptimer.c | 6 +-
include/hw/char/grlib_uart.h | 32 +++++
.../hw/{sparc/grlib.h => intc/grlib_irqmp.h} | 18 +--
include/hw/timer/grlib_gptimer.h | 32 +++++
target/sparc/helper.c | 16 +++
target/sparc/helper.h | 1 +
target/sparc/translate.c | 13 +-
11 files changed, 272 insertions(+), 94 deletions(-)
create mode 100644 include/hw/char/grlib_uart.h
rename include/hw/{sparc/grlib.h => intc/grlib_irqmp.h} (83%)
create mode 100644 include/hw/timer/grlib_gptimer.h