Re: [PULL v2 00/38] target-arm queue

2022-01-20 Thread Peter Maydell
On Thu, 20 Jan 2022 at 21:18, Peter Maydell  wrote:
>
> On Thu, 20 Jan 2022 at 16:12, Peter Maydell  wrote:
> >
> > v1->v2: fix up format string issues in aspeed_i3c.c
> >
> > -- PMM
> >
> > The following changes since commit b10d00d8811fa4eed4862963273d7353ce310c82:
> >
> >   Merge remote-tracking branch 
> > 'remotes/kraxel/tags/seabios-20220118-pull-request' into staging 
> > (2022-01-19 18:46:28 +)
> >
> > are available in the Git repository at:
> >
> >   https://git.linaro.org/people/pmaydell/qemu-arm.git 
> > tags/pull-target-arm-20220120-1
> >
> > for you to fetch changes up to b9d383ab797f54ae5fa8746117770709921dc529:
> >
> >   hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR (2022-01-20 
> > 16:04:58 +)
> >
> > 
> > target-arm:
> >  * hw/intc/arm_gicv3_its: Fix various minor bugs
> >  * hw/arm/aspeed: Add the i3c device to the AST2600 SoC
> >  * hw/arm: kudo: add lm75s behind bus 1 switch at 75
> >  * hw/arm/virt: Fix support for running guests on hosts
> >with restricted IPA ranges
> >  * hw/intc/arm_gic: Allow reset of the running priority
> >  * hw/intc/arm_gic: Implement read of GICC_IIDR
> >  * hw/arm/virt: Support for virtio-mem-pci
> >  * hw/arm/virt: Support CPU cluster on ARM virt machine
> >  * docs/can: convert to restructuredText
> >  * hw/net: Move MV88W8618 network device out of hw/arm/ directory
> >  * hw/arm/virt: KVM: Enable PAuth when supported by the host
> >
>
>
>
> Applied to target-arm.next, thanks.

Wrong canned reply :-)

Applied, thanks.

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

-- PMM



Re: [PULL v2 00/38] target-arm queue

2022-01-20 Thread Peter Maydell
On Thu, 20 Jan 2022 at 16:12, Peter Maydell  wrote:
>
> v1->v2: fix up format string issues in aspeed_i3c.c
>
> -- PMM
>
> The following changes since commit b10d00d8811fa4eed4862963273d7353ce310c82:
>
>   Merge remote-tracking branch 
> 'remotes/kraxel/tags/seabios-20220118-pull-request' into staging (2022-01-19 
> 18:46:28 +)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/pmaydell/qemu-arm.git 
> tags/pull-target-arm-20220120-1
>
> for you to fetch changes up to b9d383ab797f54ae5fa8746117770709921dc529:
>
>   hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR (2022-01-20 
> 16:04:58 +)
>
> 
> target-arm:
>  * hw/intc/arm_gicv3_its: Fix various minor bugs
>  * hw/arm/aspeed: Add the i3c device to the AST2600 SoC
>  * hw/arm: kudo: add lm75s behind bus 1 switch at 75
>  * hw/arm/virt: Fix support for running guests on hosts
>with restricted IPA ranges
>  * hw/intc/arm_gic: Allow reset of the running priority
>  * hw/intc/arm_gic: Implement read of GICC_IIDR
>  * hw/arm/virt: Support for virtio-mem-pci
>  * hw/arm/virt: Support CPU cluster on ARM virt machine
>  * docs/can: convert to restructuredText
>  * hw/net: Move MV88W8618 network device out of hw/arm/ directory
>  * hw/arm/virt: KVM: Enable PAuth when supported by the host
>



Applied to target-arm.next, thanks.

-- PMM