Re: [PATCH v2 4/7] hw/net/can/xlnx-versal-canfd: Handle flags correctly

2024-08-29 Thread Pavel Pisa
On Tuesday 27 of August 2024 05:49:24 Doug Brown wrote: > Add support for QEMU_CAN_FRMF_ESI and QEMU_CAN_FRMF_BRS flags, and > ensure frame->flags is always initialized to 0. > > Note that the Xilinx IP core doesn't allow manually setting the ESI bit > during transmits, so it's only implemented for

[PATCH v2 4/7] hw/net/can/xlnx-versal-canfd: Handle flags correctly

2024-08-26 Thread Doug Brown
Add support for QEMU_CAN_FRMF_ESI and QEMU_CAN_FRMF_BRS flags, and ensure frame->flags is always initialized to 0. Note that the Xilinx IP core doesn't allow manually setting the ESI bit during transmits, so it's only implemented for the receive case. Signed-off-by: Doug Brown --- hw/net/can/xl