Failed in applying to current master (
apply log)
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 | 4 +-
hw/intc/grlib_irqmp.c | 97 ++++++++----
hw/sparc/leon3.c | 145 +++++++++++++-----
hw/timer/grlib_gptimer.c | 4 +-
include/hw/char/grlib_uart.h | 30 ++++
.../hw/{sparc/grlib.h => intc/grlib_irqmp.h} | 16 +-
include/hw/timer/grlib_gptimer.h | 30 ++++
target/sparc/cpu.h | 2 +-
target/sparc/helper.c | 16 ++
target/sparc/helper.h | 1 +
target/sparc/int32_helper.c | 2 +-
target/sparc/translate.c | 13 +-
13 files changed, 258 insertions(+), 104 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