]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
ipack: Move IndustryPack out of hw/char/
authorAndreas Färber <afaerber@suse.de>
Thu, 1 Aug 2013 22:48:40 +0000 (00:48 +0200)
committerAndreas Färber <afaerber@suse.de>
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 <agarcia@igalia.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
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