qemu-e2k/hw/tpm
Markus Armbruster a27bd6c779 Include hw/qdev-properties.h less
In my "build everything" tree, changing hw/qdev-properties.h triggers
a recompile of some 2700 out of 6600 objects (not counting tests and
objects that don't depend on qemu/osdep.h).

Many places including hw/qdev-properties.h (directly or via hw/qdev.h)
actually need only hw/qdev-core.h.  Include hw/qdev-core.h there
instead.

hw/qdev.h is actually pointless: all it does is include hw/qdev-core.h
and hw/qdev-properties.h, which in turn includes hw/qdev-core.h.
Replace the remaining uses of hw/qdev.h by hw/qdev-properties.h.

While there, delete a few superfluous inclusions of hw/qdev-core.h.

Touching hw/qdev-properties.h now recompiles some 1200 objects.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20190812052359.30071-22-armbru@redhat.com>
2019-08-16 13:31:53 +02:00
..
Kconfig tpm: express dependencies with Kconfig 2019-03-07 21:45:53 +01:00
Makefile.objs hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built 2019-07-08 10:04:38 -04:00
tpm_crb.c Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
tpm_emulator.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
tpm_int.h tpm_emulator: Translate TPM error codes to strings 2019-07-25 11:37:10 -04:00
tpm_ioctl.h Clean up ill-advised or unusual header guards 2019-05-13 08:58:55 +02:00
tpm_passthrough.c Include hw/hw.h exactly where needed 2019-08-16 13:31:52 +02:00
tpm_ppi.c Include sysemu/reset.h a lot less 2019-08-16 13:31:52 +02:00
tpm_ppi.h tpm: clear RAM when "memory overwrite" requested 2019-01-17 21:10:57 -05:00
tpm_tis.c Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
tpm_util.c Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
tpm_util.h tpm: wrap stX_be_p in tpm_cmd_set_XYZ functions 2018-02-03 09:01:55 -05:00
trace-events trace: Eliminate use of TARGET_FMT_plx 2019-08-16 13:31:51 +02:00