[Qemu-devel] [PULL 0/8] qemu-sparc queue 20190517

Mark Cave-Ayland posted 8 patches 4 years, 11 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Failed in applying to current master (apply log)
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
[Qemu-devel] [PULL 0/8] qemu-sparc queue 20190517
Posted by Mark Cave-Ayland 4 years, 11 months ago
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

Re: [Qemu-devel] [PULL 0/8] qemu-sparc queue 20190517
Posted by Peter Maydell 4 years, 11 months ago
On Fri, 17 May 2019 at 10:42, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> 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


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM