The following changes since commit d8276573da58e8ce78dab8c46dd660efd664bcb7:
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging (2019-05-16 13:15:08 +0100) are available in the git repository at: git://github.com/mcayland/qemu.git tags/qemu-sparc-20190517 for you to fetch changes up to 918b8adeb20d9635b16ffde7a413b15f6761b7f3: MAINTAINERS: add myself for leon3 (2019-05-17 09:17:11 +0100) ---------------------------------------------------------------- qemu-sparc queue ---------------------------------------------------------------- KONRAD Frederic (7): leon3: fix the error message when no bios are provided grlib, irqmp: get rid of the old-style create function grlib, gptimer: get rid of the old-style create function grlib, apbuart: get rid of the old-style create function leon3: add a little bootloader leon3: introduce the plug and play mechanism MAINTAINERS: add myself for leon3 Stephen Checkoway (1): hw/char/escc: Lower irq when transmit buffer is filled MAINTAINERS | 3 +- hw/char/escc.c | 7 + hw/char/grlib_apbuart.c | 4 +- hw/intc/grlib_irqmp.c | 3 +- hw/misc/Makefile.objs | 2 + hw/misc/grlib_ahb_apb_pnp.c | 269 ++++++++++++++++++++++++++++++++++++ hw/sparc/leon3.c | 157 ++++++++++++++++++--- hw/timer/grlib_gptimer.c | 4 +- include/hw/misc/grlib_ahb_apb_pnp.h | 60 ++++++++ include/hw/sparc/grlib.h | 78 +---------- 10 files changed, 490 insertions(+), 97 deletions(-) create mode 100644 hw/misc/grlib_ahb_apb_pnp.c create mode 100644 include/hw/misc/grlib_ahb_apb_pnp.h