On Fri, 3 Feb 2023 at 07:07, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > Hi Peter, > > On 2/2/23 18:57, Peter Maydell wrote: > > On Fri, 23 Dec 2022 at 09:01, Alexander Graf <ag...@csgraf.de> wrote: > >> > >> The finalize_gic_version() function tries to determine which GIC version > >> the current accelerator / host combination supports. During the initial > >> HVF porting efforts, I didn't realize that I also had to touch this > >> function. Then Zenghui brought up this function as reply to my HVF GICv3 > >> enablement patch - and boy it is a mess. > >> > >> This patch set cleans up all of the GIC finalization so that we can > >> easily plug HVF in and also hopefully will have a better time extending > >> it in the future. As second step, it explicitly adds HVF support and > >> fails loudly for any unsupported accelerators.
> > Applied to target-arm.next, thanks. > > Did you squash the changes mentioned here? > https://lore.kernel.org/qemu-devel/3278ab81-ccdc-9ccc-e504-dca757db5...@linaro.org/ Yes, I found those when I noticed the patch didn't pass 'make check' :-) -- PMM