Re: [Qemu-devel] [PATCH 1/7] CAN bus simple messages transport implementation for QEMU

2018-01-12 Thread KONRAD Frederic
Hi Pavel, On 01/06/2018 09:47 PM, p...@cmp.felk.cvut.cz wrote: From: Pavel Pisa The CanBusState state structure is created for each emulated CAN channel. Individual clients/emulated CAN interfaces or host interface connection registers to the bus by CanBusClientState structure. The CAN core i

[Qemu-devel] [PATCH 1/7] CAN bus simple messages transport implementation for QEMU

2018-01-06 Thread pisa
From: Pavel Pisa The CanBusState state structure is created for each emulated CAN channel. Individual clients/emulated CAN interfaces or host interface connection registers to the bus by CanBusClientState structure. The CAN core is prepared to support connection to the real host CAN bus network.