mbox

[PULL,0/4] qemu-sparc queue 20210106

Message ID 20210106120526.29857-1-mark.cave-ayland@ilande.co.uk
State New
Headers show

Pull-request

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

Message

Mark Cave-Ayland Jan. 6, 2021, 12:05 p.m. UTC
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(-)

Comments

Peter Maydell Jan. 6, 2021, 3:51 p.m. UTC | #1
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