xemu/hw
Paolo Bonzini bdee56f546 tpm: reorganize headers and split hardware part
The TPM subsystem does not have a full front-end/back-end separation.
The sole available backend, tpm_passthrough, depends on the data
structures of the sole available frontend, tpm_tis.

However, we can at least try to split the user interface (tpm.c) from the
implementation (hw/tpm).  The patches makes tpm.c not include tpm_int.h,
which is shared between tpm_tis.c and tpm_passthrough.c; instead it
moves more stuff to tpm_backend.h.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-04-15 18:19:25 +02:00
..
9pfs virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge 2013-04-09 07:47:00 -05:00
acpi hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
alpha arm: fix location of some include files 2013-04-15 15:16:01 +02:00
arm arm: fix location of some include files 2013-04-15 15:16:01 +02:00
audio hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
block arm: fix location of some include files 2013-04-15 15:16:01 +02:00
bt hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
char hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
core hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
cpu hw: move ARM CPU cores to hw/cpu/, configure with default-configs/ 2013-04-08 18:13:16 +02:00
cris hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
display arm: fix location of some include files 2013-04-15 15:16:01 +02:00
dma hw: move DMA controllers to hw/dma/, configure with default-configs/ 2013-04-08 18:13:14 +02:00
gpio hw: move GPIO interfaces to hw/gpio/, configure with default-configs/ 2013-04-08 18:13:16 +02:00
i2c hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
i386 acpi: move declarations from pc.h to acpi.h 2013-04-15 15:16:34 +02:00
ide hw: make all of hw/ide/ configurable via default-configs/ 2013-04-08 18:13:12 +02:00
input arm: fix location of some include files 2013-04-15 15:16:01 +02:00
intc arm: fix location of some include files 2013-04-15 15:16:01 +02:00
isa hw: move ISA bridges and devices to hw/isa/, configure with default-configs/ 2013-04-08 18:13:14 +02:00
lm32 arm: fix location of some include files 2013-04-15 15:16:01 +02:00
m68k hw: move char devices to hw/char/, configure via default-configs/ 2013-04-08 18:13:14 +02:00
microblaze arm: fix location of some include files 2013-04-15 15:16:01 +02:00
mips hw: move PCI bridges to hw/pci-* or hw/ARCH 2013-04-08 18:13:14 +02:00
misc arm: fix location of some include files 2013-04-15 15:16:01 +02:00
moxie hw: move MC146818RTC to hw/timer/, configure via default-configs/ 2013-04-08 18:13:13 +02:00
net arm: fix location of some include files 2013-04-15 15:16:01 +02:00
nvram hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/ 2013-04-08 18:13:16 +02:00
openrisc hw: move headers to include/ 2013-04-08 18:13:10 +02:00
pci hw: move PCI bridges to hw/pci-* or hw/ARCH 2013-04-08 18:13:14 +02:00
pci-bridge hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
pci-host hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
ppc arm: fix location of some include files 2013-04-15 15:16:01 +02:00
s390x Typo, spelling and grammatical fixes 2013-04-12 14:33:20 +02:00
scsi hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
sd Typo, spelling and grammatical fixes 2013-04-12 14:33:20 +02:00
sh4 arm: fix location of some include files 2013-04-15 15:16:01 +02:00
sparc hw: move other devices to hw/misc/, configure with default-configs/ 2013-04-08 18:13:16 +02:00
sparc64 hw: move PCI bridges to hw/pci-* or hw/ARCH 2013-04-08 18:13:14 +02:00
ssi hw: move SSI controllers to hw/ssi/, configure via default-configs/ 2013-04-08 18:13:13 +02:00
timer arm: fix location of some include files 2013-04-15 15:16:01 +02:00
tpm tpm: reorganize headers and split hardware part 2013-04-15 18:19:25 +02:00
unicore32 hw: move headers to include/ 2013-04-08 18:13:10 +02:00
usb Merge remote-tracking branch 'bonzini/hw-dirs' into staging 2013-04-08 13:12:33 -05:00
virtio hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
watchdog hw: move watchdogs to hw/watchdog, configure via default-configs/ 2013-04-08 18:13:13 +02:00
xen hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
xtensa hw: move private headers to hw/ subdirectories. 2013-04-08 18:13:16 +02:00
Makefile.objs tpm: reorganize headers and split hardware part 2013-04-15 18:19:25 +02:00