On Thu, 13 Dec 2018 at 14:56, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> First target-arm pullreq of the 4.0 series; most of this
> is Mao's cleanups that finally let us drop sysbus::init;
> the most interesting user-visible feature is RTH's patches
> adding some v8.1 and v8.2 architecture features.
>
> thanks
> -- PMM
>
> The following changes since commit 6145a6d84b3bf0f25935b88543febe076c61b0f4:
>
> Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181212' into staging (2018-12-13 13:06:09 +0000)
>
> are available in the Git repository at:
>
> https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20181213
>
> for you to fetch changes up to 2d7137c10fafefe40a0a049ff8a7bd78b66e661f:
>
> target/arm: Implement the ARMv8.1-LOR extension (2018-12-13 14:41:24 +0000)
>
> ----------------------------------------------------------------
> target-arm queue:
> * Convert various devices from sysbus init to instance_init
> * Remove the now unused sysbus init support entirely
> * Allow AArch64 processors to boot from a kernel placed over 4GB
> * hw: arm: musicpal: drop TYPE_WM8750 in object_property_set_link()
> * versal: minor fixes to virtio-mmio instantation
> * arm: Implement the ARMv8.1-HPD extension
> * arm: Implement the ARMv8.2-AA32HPD extension
> * arm: Implement the ARMv8.1-LOR extension (as the trivial
> "no limited ordering regions provided" minimum)
>
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.
-- PMM