qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 1/2] Add TEWS TPCI200 Indust ryPack emulation


From: Alberto Garcia
Subject: [Qemu-devel] [PATCH v2 1/2] Add TEWS TPCI200 Indust ryPack emulation
Date: Wed, 5 Dec 2012 15:16:47 +0200

The TPCI200 is a PCI board that supports up to 4 IndustryPack modules.

A new bus type called 'IndustryPack' has been created so any
compatible module can be attached to this board.

Signed-off-by: Alberto Garcia <address@hidden>
---
 default-configs/pci.mak |    1 +
 hw/Makefile.objs        |    3 +
 hw/ipack.c              |  106 ++++++++
 hw/ipack.h              |   75 ++++++
 hw/pci_ids.h            |    3 +
 hw/tpci200.c            |  667 +++++++++++++++++++++++++++++++++++++++++++++++
 6 ficheiros modificados, 855 adições(+)
 create mode 100644 hw/ipack.c
 create mode 100644 hw/ipack.h
 create mode 100644 hw/tpci200.c

Attachment: 0001-Add-TEWS-TPCI200-IndustryPack-emulation.patch
Description: Text Data


reply via email to

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