Re: [QEMU][PATCH 0/5] Introduce Xilinx Versal CANFD

2022-09-27 Thread Vikram Garhwal
Hi Peter, Thanks for pointing this. Looks like my configs are outdated. Will take care of this for v2. Regards, Vikram On 9/22/22 7:20 AM, Peter Maydell wrote: On Sat, 10 Sept 2022 at 09:15, Vikram Garhwal wrote: Hi, This patch implements CANFD controller for xlnx-versal-virt machine. The

Re: [QEMU][PATCH 0/5] Introduce Xilinx Versal CANFD

2022-09-22 Thread Peter Maydell
On Sat, 10 Sept 2022 at 09:15, Vikram Garhwal wrote: > > Hi, > This patch implements CANFD controller for xlnx-versal-virt machine. There are > two controllers CANFD0@0xFF06_ and CANFD1@0xFF07_ are connected to the > machine. > > Also, added basic qtests for data exchange between both the

[QEMU][PATCH 0/5] Introduce Xilinx Versal CANFD

2022-09-10 Thread Vikram Garhwal
Hi, This patch implements CANFD controller for xlnx-versal-virt machine. There are two controllers CANFD0@0xFF06_ and CANFD1@0xFF07_ are connected to the machine. Also, added basic qtests for data exchange between both the controllers in various supported configs. Regards, Vikram Vikram