qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Writing a CAN driver for QEMU


From: Stefan Weil
Subject: Re: [Qemu-devel] Writing a CAN driver for QEMU
Date: Sun, 19 May 2013 11:21:55 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

Am 19.05.2013 09:23, schrieb Peter Maydell:
> On 19 May 2013 07:58, Jean-Christophe PLAGNIOL-VILLARD
> <address@hidden> wrote:
>> The AT91 is simple too and there is some patch on the ML to add the
>> at91sam9263 SoC
> I would recommend against making this project depend on also getting
> an entire new SoC and board model into shape to be committed upstream.
> You want something which is either part of an existing upstream
> QEMU board or which is a pluggable card for a bus QEMU already
> supports (like PCI).
>
> thanks
> -- PMM

PCI (and USB if they were supported with LinCAN) CAN controller boards
could also be used with x86, so QEMU (with KVM) would be much faster
and use lessresources than an ARM system emulation.

So one of the PCI controllers might be the best choice.

Select one with good documentation, complete implementation (on the
RTEMS / LinCAN side) and small source code (which is typically an
indicator for the complexity - a large complex driver typically
also needs a complex emulation in QEMU).

Regards,
Stefan Weil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]