Re: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse

2024-11-06 Thread Peter Maydell
On Tue, 5 Nov 2024 at 22:20, Salil Mehta wrote: > > HI Peter, > > > From: Peter Maydell > > Sent: Monday, November 4, 2024 1:27 PM > > To: Salil Mehta > > > > On Sun, 3 Nov 2024 at 15:25, Salil Mehta wrote: > > > > > > Extract common GIC and CPU interrupt wiring code to improve code > >

RE: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse

2024-11-06 Thread Salil Mehta via
HI Peter, > From: Peter Maydell > Sent: Wednesday, November 6, 2024 1:01 PM > To: Salil Mehta > > On Tue, 5 Nov 2024 at 22:20, Salil Mehta wrote: > > > > HI Peter, > > > > > From: Peter Maydell > > > Sent: Monday, November 4, 2024 1:27 PM > > > To: Salil Mehta > > > > > > On

RE: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse

2024-11-05 Thread Salil Mehta via
HI Peter, > From: Peter Maydell > Sent: Monday, November 4, 2024 1:27 PM > To: Salil Mehta > > On Sun, 3 Nov 2024 at 15:25, Salil Mehta wrote: > > > > Extract common GIC and CPU interrupt wiring code to improve code > > readability and modularity, supporting reuse in future patch sets.

Re: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse

2024-11-04 Thread Gavin Shan
On 11/4/24 1:24 AM, Salil Mehta wrote: Extract common GIC and CPU interrupt wiring code to improve code readability and modularity, supporting reuse in future patch sets. This refactor is benign and introduces *no* functional changes. Note: This patch has been isolated from a larger patch set to

Re: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse

2024-11-04 Thread Gavin Shan
On 11/4/24 11:26 PM, Peter Maydell wrote: On Sun, 3 Nov 2024 at 15:25, Salil Mehta wrote: Extract common GIC and CPU interrupt wiring code to improve code readability and modularity, supporting reuse in future patch sets. This refactor is benign and introduces *no* functional changes. Note: T

Re: [PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse

2024-11-04 Thread Peter Maydell
On Sun, 3 Nov 2024 at 15:25, Salil Mehta wrote: > > Extract common GIC and CPU interrupt wiring code to improve code > readability and modularity, supporting reuse in future patch sets. This > refactor is benign and introduces *no* functional changes. > > Note: This patch has been isolated from a

[PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse

2024-11-03 Thread Salil Mehta via
Extract common GIC and CPU interrupt wiring code to improve code readability and modularity, supporting reuse in future patch sets. This refactor is benign and introduces *no* functional changes. Note: This patch has been isolated from a larger patch set to facilitate early merging and reduce the