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

2020-10-20 Thread Vikram Garhwal
On Tue, Oct 20, 2020 at 11:53:25AM +0100, Peter Maydell wrote: > On Wed, 14 Oct 2020 at 07:04, 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 b

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

2020-10-20 Thread Peter Maydell
On Wed, 14 Oct 2020 at 07:04, 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: > -object c

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

2020-10-13 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 \