qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: Re: [PULL 00/27] target-arm queue
Date: Fri, 13 Sep 2024 19:05:07 +0100	[thread overview]
Message-ID: <CAFEAcA_YDpvROyvXRx6wp1HYor53oajfuABoTsZR4n89bOPH_A@mail.gmail.com> (raw)
In-Reply-To: <20240913151411.2167922-1-peter.maydell@linaro.org>

On Fri, 13 Sept 2024 at 16:14, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> The following changes since commit 63731c346f071a77e1bb1789bef1ac9d592b6d4f:
>
>   Merge tag 'pull-loongarch-20240912' of https://gitlab.com/gaosong/qemu into staging (2024-09-13 11:38:15 +0100)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20240913
>
> for you to fetch changes up to 110684c9a69a02cbabfbddcd3afa921826ad565c:
>
>   hw/intc/arm_gic: fix spurious level triggered interrupts (2024-09-13 15:31:50 +0100)
>
> ----------------------------------------------------------------
> target-arm queue:
>  * s390: convert s390 virtio-ccw and CPU to three-phase reset
>  * reset: remove now-unused device_class_set_parent_reset()
>  * reset: introduce device_class_set_legacy_reset()
>  * reset: remove unneeded transitional machinery
>  * kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()
>  * hvf: arm: Implement and use hvf_get_physical_address_range
>    so VMs can have larger-than-36-bit IPA spaces when the host
>    supports this
>  * target/arm/tcg: refine cache descriptions with a wrapper
>  * hw/net/can/xlnx-versal-canfd: fix various bugs
>  * MAINTAINERS: update versal, CAN maintainer entries
>  * hw/intc/arm_gic: fix spurious level triggered interrupts


Applied, thanks.

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

-- PMM


  parent reply	other threads:[~2024-09-13 18:06 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-13 15:13 [PULL 00/27] target-arm queue Peter Maydell
2024-09-13 15:13 ` [PULL 01/27] hw/s390/ccw-device: Convert to three-phase reset Peter Maydell
2024-09-13 15:13 ` [PULL 02/27] hw/s390/virtio-ccw: " Peter Maydell
2024-09-13 15:13 ` [PULL 03/27] target/s390: Convert CPU to Resettable interface Peter Maydell
2024-09-13 15:13 ` [PULL 04/27] hw: Remove device_class_set_parent_reset() Peter Maydell
2024-09-13 15:13 ` [PULL 05/27] target/alpha, hppa: Remove unused parent_reset fields Peter Maydell
2024-09-13 15:13 ` [PULL 06/27] hw: Define new device_class_set_legacy_reset() Peter Maydell
2024-09-13 15:13 ` [PULL 07/27] hw: Use device_class_set_legacy_reset() instead of opencoding Peter Maydell
2024-09-13 15:13 ` [PULL 08/27] hw: Rename DeviceClass::reset field to legacy_reset Peter Maydell
2024-09-13 15:13 ` [PULL 09/27] hw: Remove device_phases_reset() Peter Maydell
2024-09-13 15:13 ` [PULL 10/27] hw/core/qdev: Simplify legacy_reset handling Peter Maydell
2024-09-13 15:13 ` [PULL 11/27] hw/core/resettable: Remove transitional_function machinery Peter Maydell
2024-09-13 15:13 ` [PULL 12/27] kvm: Use 'unsigned long' for request argument in functions wrapping ioctl() Peter Maydell
2024-09-13 15:13 ` [PULL 13/27] hw/boards: Add hvf_get_physical_address_range to MachineClass Peter Maydell
2024-09-13 15:13 ` [PULL 14/27] hvf: Split up hv_vm_create logic per arch Peter Maydell
2024-09-13 15:13 ` [PULL 15/27] hvf: arm: Implement and use hvf_get_physical_address_range Peter Maydell
2024-09-13 15:14 ` [PULL 16/27] target/arm/tcg: refine cache descriptions with a wrapper Peter Maydell
2024-09-13 15:14 ` [PULL 17/27] hw/net/can/xlnx-versal-canfd: Fix interrupt level Peter Maydell
2024-09-13 15:14 ` [PULL 18/27] hw/net/can/xlnx-versal-canfd: Fix CAN FD flag check Peter Maydell
2024-09-13 15:14 ` [PULL 19/27] hw/net/can/xlnx-versal-canfd: Translate CAN ID registers Peter Maydell
2024-09-13 15:14 ` [PULL 20/27] hw/net/can/xlnx-versal-canfd: Handle flags correctly Peter Maydell
2024-09-13 15:14 ` [PULL 21/27] hw/net/can/xlnx-versal-canfd: Fix byte ordering Peter Maydell
2024-09-13 15:14 ` [PULL 22/27] hw/net/can/xlnx-versal-canfd: Simplify DLC conversions Peter Maydell
2024-09-13 15:14 ` [PULL 23/27] hw/net/can/xlnx-versal-canfd: Fix FIFO issues Peter Maydell
2024-09-13 15:14 ` [PULL 24/27] MAINTAINERS: Remove Vikram Garhwal as maintainer Peter Maydell
2024-09-13 15:14 ` [PULL 25/27] MAINTAINERS: Update Xilinx Versal OSPI maintainer's email address Peter Maydell
2024-09-13 15:14 ` [PULL 26/27] MAINTAINERS: Add my-self as CAN maintainer Peter Maydell
2024-09-13 15:14 ` [PULL 27/27] hw/intc/arm_gic: fix spurious level triggered interrupts Peter Maydell
2024-09-13 18:05 ` Peter Maydell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-20 14:19 [PULL 00/27] target-arm queue Peter Maydell
2020-08-24  9:47 Peter Maydell
2020-08-24 13:53 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFEAcA_YDpvROyvXRx6wp1HYor53oajfuABoTsZR4n89bOPH_A@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).