On Mon, 2026-06-15 at 13:18 +0100, Peter Maydell wrote: > On Mon, 15 Jun 2026 at 13:15, Matyáš Bobek <[email protected]> > wrote: > > > > This series adds emulation of the FlexCAN CAN controller, version > > 2, > > found in NXP i.MX6 series SoCs. The controller is integrated into > > fsl-imx6 and the Sabrelite ARM board. > > > > The chip has two FlexCAN controllers, but the Linux Sabrelite > > device tree enables only one by default. Linux kernel with both > > controllers enabled has been tested to work properly (using a > > custom > > device tree). > > See docs/system/devices/can.rst for an example of QEMU command line > > invocation. > > > > More information about the implementation can be found in my > > bachelor > > thesis [1]. > > > > Changes from v4: > > - renamed can in fsl-imx6 to flexcan > > - corrected attribution for definitions borrowed from the Linux > > kernel > > - rebased onto latest master > > - Link to v4: > > https://lore.kernel.org/qemu-devel/[email protected]/ > > Have you fixed the clang sanitizer array-overrun bug that > I reported against v4?
Oh, I'm afraid I forgot about it. I will fix it and post new version. Sorry, Matt
