0 7:25 PM
> To: Vikram Garhwal ; qemu-devel@nongnu.org
> Cc: Francisco Eduardo Iglesias
> Subject: Re: [PATCH 1/1] hw/net/can: Introduce Xlnx ZynqMP CAN
> controller for QEMU
>
>
> On 2020/2/25 下午2:22, Vikram Garhwal wrote:
> > Hi Jason,
> > Apologies for the delayed
qemu-devel@nongnu.org
Subject: Re: [PATCH 1/1] hw/net/can: Introduce Xlnx ZynqMP CAN controller
for QEMU
On 2020/2/11 上午5:45, Vikram Garhwal wrote:
+}
+} else {
+/* Normal mode Tx. */
+generate_frame(&fr
talks on
how CAN Socket is intended to work. Equivalent file is located as
net/can-socketcan.c.
Regards,
Vikram
> -Original Message-
> From: Jason Wang
> Sent: Monday, February 10, 2020 7:09 PM
> To: Vikram Garhwal ; qemu-devel@nongnu.org
> Subject: Re: [PATCH 1/1] hw/net
On 2020/2/11 上午5:45, Vikram Garhwal wrote:
+}
+} else {
+/* Normal mode Tx. */
+generate_frame(&frame, data);
+
+can_bus_client_send(&s->bus_client, &frame, 1);
I had a quick glance at can_bus_client_send():
It did:
rhwal ; qemu-devel@nongnu.org
> Subject: Re: [PATCH 1/1] hw/net/can: Introduce Xlnx ZynqMP CAN controller
> for QEMU
>
>
> On 2020/2/4 上午5:06, Vikram Garhwal wrote:
> > XlnxCAN is developed based on SocketCAN, QEMU CAN bus implementation.
> > Bus connection and socketCAN co
t: Re: [PATCH 1/1] hw/net/can: Introduce Xlnx ZynqMP CAN controller
> for QEMU
>
>
> On 2020/2/4 上午5:06, Vikram Garhwal wrote:
> > XlnxCAN is developed based on SocketCAN, QEMU CAN bus implementation.
> > Bus connection and socketCAN connection for each CAN modu
On 2020/2/4 上午5:06, Vikram Garhwal wrote:
XlnxCAN is developed based on SocketCAN, QEMU CAN bus implementation.
Bus connection and socketCAN connection for each CAN module can be set
through command lines.
Signed-off-by: Vikram Garhwal
---
hw/net/can/Makefile.objs |1 +
hw/net/
XlnxCAN is developed based on SocketCAN, QEMU CAN bus implementation.
Bus connection and socketCAN connection for each CAN module can be set
through command lines.
Signed-off-by: Vikram Garhwal
---
hw/net/can/Makefile.objs |1 +
hw/net/can/xlnx-zynqmp-can.c | 1106 +++