Re: [PATCH v9 1/4] hw/net/can: Introduce Xilinx ZynqMP CAN controller

2020-08-17 Thread Edgar E. Iglesias
On Fri, Aug 14, 2020 at 04:20:11PM +0100, Francisco Iglesias wrote: > On Wed, Aug 12, 2020 at 05:31:05PM -0700, Vikram Garhwal wrote: > > The Xilinx ZynqMP CAN controller is developed based on SocketCAN, QEMU CAN > > bus > > implementation. Bus connection and socketCAN connection for each CAN modu

Re: [PATCH v9 1/4] hw/net/can: Introduce Xilinx ZynqMP CAN controller

2020-08-14 Thread Francisco Iglesias
On Wed, Aug 12, 2020 at 05:31:05PM -0700, Vikram Garhwal wrote: > The Xilinx ZynqMP CAN controller is developed based on SocketCAN, QEMU CAN bus > implementation. Bus connection and socketCAN connection for each CAN module > can be set through command lines. > > Example for using single CAN: >

[PATCH v9 1/4] hw/net/can: Introduce Xilinx ZynqMP CAN controller

2020-08-12 Thread Vikram Garhwal
The Xilinx ZynqMP CAN controller is developed based on SocketCAN, QEMU CAN bus implementation. Bus connection and socketCAN connection for each CAN module can be set through command lines. Example for using single CAN: -object can-bus,id=canbus0 \ -machine xlnx-zcu102.canbus0=canbus0 \