]> Git Repo - qemu.git/commit - hw/ipack/tpci200.c
ipack: Move IndustryPack out of hw/char/
authorAndreas Färber <[email protected]>
Thu, 1 Aug 2013 22:48:40 +0000 (00:48 +0200)
committerAndreas Färber <[email protected]>
Fri, 14 Feb 2014 20:11:53 +0000 (21:11 +0100)
commit1f9c4cfda4df7c442255f9492a2408d80df1d42a
treefa885f63383e96af811bce9b95bd77e4f7985e63
parent08c9cacf0e965562cbf5bf44067b0bd4863e250f
ipack: Move IndustryPack out of hw/char/

Move the header defining an IPackBus and IPackDevice base class into
a new include/ directory and move their implementation and a
PCI-IndustryPack bridge out of hw/char/ directory into a new hw/ipack/.

Acked-by: Alberto Garcia <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
hw/Makefile.objs
hw/char/Makefile.objs
hw/char/ipack.c [deleted file]
hw/char/ipack.h [deleted file]
hw/char/ipoctal232.c
hw/char/tpci200.c [deleted file]
hw/ipack/Makefile.objs [new file with mode: 0644]
hw/ipack/ipack.c [new file with mode: 0644]
hw/ipack/tpci200.c [new file with mode: 0644]
include/hw/ipack/ipack.h [new file with mode: 0644]
tests/Makefile
This page took 0.028074 seconds and 4 git commands to generate.