Re: [PATCH] Implementation of SJA1000 CAN-bus devices that support MSI (PCI capability 0x05). - Implementation of multiple MSI vector support for SJA1000 devices. - Added can_pcm26d2ca_pci.c; support

2023-11-09 Thread Deniz Eren
aka.ms/o0ukef> ________ From: Deniz Eren Sent: Tuesday, November 7, 2023 4:26:57 PM To: qemu-devel@nongnu.org Cc: deniz.eren...@gmail.com ; Deniz Eren Subject: [PATCH] Implementation of SJA1000 CAN-bus devices that support MSI (PCI capability 0x05). - Implementation of mul

[PATCH] Implementation of SJA1000 CAN-bus devices that support MSI (PCI capability 0x05). - Implementation of multiple MSI vector support for SJA1000 devices. - Added can_pcm26d2ca_pci.c; support for

2023-11-06 Thread Deniz Eren
Signed-off-by: Deniz Eren --- hw/net/can/can_pcm26d2ca_pci.c | 281 + hw/net/can/can_sja1000.c | 91 +++ hw/net/can/can_sja1000.h | 12 ++ hw/net/can/meson.build | 1 + 4 files changed, 385 insertions(+) create mode 100644 hw/net

Re: [Qemu-devel] [PATCH V4 0/7] CAN bus support for QEMU (SJA1000 PCI so far)

2018-01-30 Thread Deniz Eren
onzini wrote: On 30/01/2018 19:13, Deniz Eren wrote: Hi Pavel, Paolo, I tried to rerun my environment to test however it seems the interface has changed a little and my standard program options cause complaints. Unfortunately I don’t have too much time to dig through at the moment. My

Re: [Qemu-devel] [PATCH V4 0/7] CAN bus support for QEMU (SJA1000 PCI so far)

2018-01-30 Thread Deniz Eren
-i386 -hda sdd2gb-uno1483-16.04-2.0-dev.img -boot d -k en-us -device mioe3680_pci,canbus1=canbus0,host1=vcan0,canbus2=canbus1,host2=vcan1 -m size=2048 -netdev user,id=user.0 -device e1000,netdev=user.0 -redir tcp:5022::22 -enable-kvm & Best regards, Deniz Sent from my iPhone Deniz Eren

Re: [Qemu-devel] [PATCH V4 0/7] CAN bus support for QEMU (SJA1000 PCI so far)

2018-01-25 Thread Deniz Eren
specific difficulties that are best isolated to their own C files. Having said all that, there might be a nice way of merging them all generically which I fail to see currently. Best regards, Deniz Sent from my iPhone Deniz Eren +61 400 307 762 > On 25 Jan 2018, at 7:24 pm, Pavel Pisa wr

Re: [Qemu-devel] [PATCH 6/7] CAN bus MIOe-3680 PCI (dual SJA1000 channel) emulation added.

2018-01-13 Thread Deniz Eren
Signed-off-by: Deniz Eren Sent from my iPhone Deniz Eren +61 400 307 762 > On 7 Jan 2018, at 7:47 am, p...@cmp.felk.cvut.cz wrote: > > From: Deniz Eren > > Signed-off-by: Pavel Pisa > --- > hw/can/Makefile.objs | 1 + > hw/can/

Re: [Qemu-devel] [PATCH 5/7] CAN bus PCM-3680I PCI (dual SJA1000 channel) emulation added.

2018-01-13 Thread Deniz Eren
Signed-off-by: Deniz Eren I’ve tested and used this work actively at for developing driverless Straddle and AGV embedded software with QNX and Linux hosts with Advantech CAN-bus cards. Sent from my iPhone Deniz Eren +61 400 307 762 > On 7 Jan 2018, at 7:47 am, p...@cmp.felk.cvut.cz wr

Re: [Qemu-devel] [PATCH] CAN bus MIOe-3680 PCI (dual SJA1000 channel) emulation added.

2016-09-17 Thread Deniz Eren
Hi Pavel, Thank you for the merge - CAN-bus support for QEMU is very important in my opinion. Most embedded applications utilise CAN and virtualising this interface gives an amazing integration test harness. Best regards, Deniz Sent from my iPhone Deniz Eren +61 400 307 762 > On 9

[Qemu-devel] [PATCH] CAN bus MIOe-3680 PCI (dual SJA1000 channel) emulation added.

2016-09-06 Thread Deniz Eren
) += can_mioe3680_pci.o diff --git a/hw/can/can_mioe3680_pci.c b/hw/can/can_mioe3680_pci.c new file mode 100644 index 000..afcea53 --- /dev/null +++ b/hw/can/can_mioe3680_pci.c @@ -0,0 +1,325 @@ +/* + * MIOe-3680 PCI CAN device (SJA1000 based) emulation + * + * Copyright (c) 2016 Deniz Eren (deniz.e