[PULL 0/4] qemu-sparc queue 20210106

Mark Cave-Ayland posted 4 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210106120526.29857-1-mark.cave-ayland@ilande.co.uk
Maintainers: KONRAD Frederic <frederic.konrad@adacore.com>, Fabien Chouteau <chouteau@adacore.com>, Artyom Tarasenko <atar4qemu@gmail.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/intc/grlib_irqmp.c    |  5 ++++-
hw/sparc/Kconfig         |  1 +
hw/sparc/leon3.c         | 21 +++++++++------------
hw/sparc/sun4m.c         | 24 +++++++++++++++++++-----
hw/timer/slavio_timer.c  |  4 ++++
include/hw/sparc/grlib.h |  4 ----
6 files changed, 37 insertions(+), 22 deletions(-)
[PULL 0/4] qemu-sparc queue 20210106
Posted by Mark Cave-Ayland 3 years, 4 months ago
The following changes since commit 2e0b5bbe813930021b2baab03c9d424c1c52d18b:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210104' into staging (2021-01-05 21:06:42 +0000)

are available in the Git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-sparc-20210106

for you to fetch changes up to a879306ca14de576d3a5dd51f830ebf89753e223:

  sun4m: don't connect two qemu_irqs directly to the same input (2021-01-06 11:41:37 +0000)

----------------------------------------------------------------
qemu-sparc queue

----------------------------------------------------------------
Mark Cave-Ayland (1):
      sun4m: don't connect two qemu_irqs directly to the same input

Peter Maydell (2):
      hw/sparc: Make grlib-irqmp device handle its own inbound IRQ lines
      include/hw/sparc/grlib.h: Remove unused set_pil_in_fn typedef

Philippe Mathieu-Daudé (1):
      hw/timer/slavio_timer: Allow 64-bit accesses

 hw/intc/grlib_irqmp.c    |  5 ++++-
 hw/sparc/Kconfig         |  1 +
 hw/sparc/leon3.c         | 21 +++++++++------------
 hw/sparc/sun4m.c         | 24 +++++++++++++++++++-----
 hw/timer/slavio_timer.c  |  4 ++++
 include/hw/sparc/grlib.h |  4 ----
 6 files changed, 37 insertions(+), 22 deletions(-)

Re: [PULL 0/4] qemu-sparc queue 20210106
Posted by Peter Maydell 3 years, 4 months ago
On Wed, 6 Jan 2021 at 12:05, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit 2e0b5bbe813930021b2baab03c9d424c1c52d18b:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210104' into staging (2021-01-05 21:06:42 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/mcayland/qemu.git tags/qemu-sparc-20210106
>
> for you to fetch changes up to a879306ca14de576d3a5dd51f830ebf89753e223:
>
>   sun4m: don't connect two qemu_irqs directly to the same input (2021-01-06 11:41:37 +0000)
>
> ----------------------------------------------------------------
> qemu-sparc queue
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM