]> git.proxmox.com Git - mirror_qemu.git/commit - hw/net/can/can_sja1000.c
hw/net/can: SJA1000 chip register level emulation for QEMU
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 27 Jan 2018 16:43:21 +0000 (17:43 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Feb 2018 10:44:13 +0000 (11:44 +0100)
commit733210e75465aecf99cac641e6408cee6ace9037
tree55124ca885a2352949df31a5fefc93953bbefa44
parentea15ea8a7c67b1277d6817fb247b1427e0d293f3
hw/net/can: SJA1000 chip register level emulation for QEMU

The core SJA1000 support is independent of following
patches which map SJA1000 chip to PCI boards.

The work is based on Jin Yang GSoC 2013 work funded
by Google and mentored in frame of RTEMS project GSoC
slot donated to QEMU.

Rewritten for QEMU-2.0+ versions and architecture cleanup
by Pavel Pisa (Czech Technical University in Prague).

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
default-configs/pci.mak
hw/Makefile.objs
hw/net/Makefile.objs
hw/net/can/Makefile.objs [new file with mode: 0644]
hw/net/can/can_sja1000.c [new file with mode: 0644]
hw/net/can/can_sja1000.h [new file with mode: 0644]