Re: [PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()

2023-02-03 Thread Peter Maydell
On Fri, 3 Feb 2023 at 07:07, Philippe Mathieu-Daudé wrote: > > Hi Peter, > > On 2/2/23 18:57, Peter Maydell wrote: > > On Fri, 23 Dec 2022 at 09:01, Alexander Graf wrote: > >> > >> The finalize_gic_version() function tries to determine which GIC version > >> the current accelerator / host combina

Re: [PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()

2023-02-02 Thread Philippe Mathieu-Daudé
Hi Peter, On 2/2/23 18:57, Peter Maydell wrote: On Fri, 23 Dec 2022 at 09:01, Alexander Graf 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 als

Re: [PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()

2023-02-02 Thread Peter Maydell
On Fri, 23 Dec 2022 at 09:01, Alexander Graf 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

Re: [PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()

2023-01-24 Thread Peter Maydell
On Fri, 23 Dec 2022 at 09:01, Alexander Graf 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

Re: [PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()

2022-12-24 Thread Richard Henderson
On 12/23/22 01:01, Alexander Graf 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 func

[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()

2022-12-23 Thread Alexander Graf
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 pa