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

2017-11-01 Thread Philippe Mathieu-Daudé
more comments after reading your next patch. On 11/01/2017 10:00 PM, p...@cmp.felk.cvut.cz wrote: [...] > diff --git a/include/can/can_emu.h b/include/can/can_emu.h > new file mode 100644 > index 00..86b35aef32 > --- /dev/null > +++ b/include/can/can_emu.h > @@ -0,0 +1,133 @@ > +/* > + * C

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

2017-11-01 Thread Philippe Mathieu-Daudé
Hi Pavel, On 11/01/2017 10:00 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. > >

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

2017-11-01 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. Connection to the real host CAN bus network through SocketCAN network interface