On Wed, 25 Sept 2024 at 20:34, Kinsey Moore <kinsey.mo...@oarcorp.com> wrote: > > Hey, > I just wanted to check on the status of this patch since it's been sitting > for a bit now and I noticed it hasn't gone into any branches. Is this waiting > on something from me?
No, I'm afraid I just hadn't noticed it to pick it up. I've applied it to target-arm.next now; sorry about the delay. (Generally if nothing seems to have happened to a patch you can 'ping' it on the mailing list after a couple of weeks to get somebody's attention on it.) thanks -- PMM > Thanks, > Kinsey > > -----Original Message----- > From: Francisco Iglesias <frasse.igles...@gmail.com> > Sent: Monday, July 10, 2023 09:10 > To: peter.mayd...@linaro.org > Cc: Kinsey Moore <kinsey.mo...@oarcorp.com>; qemu-devel@nongnu.org; > phi...@linaro.org > Subject: Re: [PATCH v2] hw/arm/xlnx: Connect secondary CGEM IRQs > > > +PMM (I think this one might have fallen throught the cracks) > > Best regards, > Francisco Iglesias > > On [2023 Jun 18] Sun 00:50:47, Philippe Mathieu-Daudé wrote: > > On 16/6/23 16:38, Kinsey Moore wrote: > > > The Cadence GEM peripherals as configured for Zynq MPSoC and Versal > > > platforms have two priority queues with separate interrupt sources for > > > each. If the interrupt source for the second priority queue is not > > > connected, they work in polling mode only. This change connects the > > > second interrupt source for platforms where it is available. This patch > > > has been tested using the lwIP stack with a Xilinx-supplied driver from > > > their embeddedsw repository. > > > > > > Signed-off-by: Kinsey Moore <kinsey.mo...@oarcorp.com> > > > --- > > > hw/arm/xlnx-versal.c | 12 +++++++++++- > > > hw/arm/xlnx-zynqmp.c | 11 ++++++++++- > > > include/hw/arm/xlnx-versal.h | 1 + > > > include/hw/arm/xlnx-zynqmp.h | 1 + > > > 4 files changed, 23 insertions(+), 2 deletions(-) > > > > Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> > > > >