All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] qemu-sparc queue 20190517
@ 2019-05-17  9:40 Mark Cave-Ayland
  2019-05-17  9:40 ` [Qemu-devel] [PULL 1/8] hw/char/escc: Lower irq when transmit buffer is filled Mark Cave-Ayland
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Mark Cave-Ayland @ 2019-05-17  9:40 UTC (permalink / raw)
  To: qemu-devel, peter.maydell

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-05-17 15:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-17  9:40 [Qemu-devel] [PULL 0/8] qemu-sparc queue 20190517 Mark Cave-Ayland
2019-05-17  9:40 ` [Qemu-devel] [PULL 1/8] hw/char/escc: Lower irq when transmit buffer is filled Mark Cave-Ayland
2019-05-17  9:40 ` [Qemu-devel] [PULL 2/8] leon3: fix the error message when no bios are provided Mark Cave-Ayland
2019-05-17  9:40 ` [Qemu-devel] [PULL 3/8] grlib, irqmp: get rid of the old-style create function Mark Cave-Ayland
2019-05-17  9:40 ` [Qemu-devel] [PULL 4/8] grlib, gptimer: " Mark Cave-Ayland
2019-05-17  9:40 ` [Qemu-devel] [PULL 5/8] grlib, apbuart: " Mark Cave-Ayland
2019-05-17  9:40 ` [Qemu-devel] [PULL 6/8] leon3: add a little bootloader Mark Cave-Ayland
2019-05-17  9:40 ` [Qemu-devel] [PULL 7/8] leon3: introduce the plug and play mechanism Mark Cave-Ayland
2019-05-17  9:40 ` [Qemu-devel] [PULL 8/8] MAINTAINERS: add myself for leon3 Mark Cave-Ayland
2019-05-17 15:17 ` [Qemu-devel] [PULL 0/8] qemu-sparc queue 20190517 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.