qemu-patch-raspberry4/hw/tpm
Markus Armbruster 64552b6be4 Include hw/irq.h a lot less
In my "build everything" tree, changing hw/irq.h triggers a recompile
of some 5400 out of 6600 objects (not counting tests and objects that
don't depend on qemu/osdep.h).

hw/hw.h supposedly includes it for convenience.  Several other headers
include it just to get qemu_irq and.or qemu_irq_handler.

Move the qemu_irq and qemu_irq_handler typedefs from hw/irq.h to
qemu/typedefs.h, and then include hw/irq.h only where it's still
needed.  Touching it now recompiles only some 500 objects.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190812052359.30071-13-armbru@redhat.com>
2019-08-16 13:31:52 +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 tpm: Exit in reset when backend indicates failure 2019-07-25 11:04:54 -04:00
tpm_emulator.c tpm_emulator: Translate TPM error codes to strings 2019-07-25 11:37:10 -04: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 qemu-common.h exactly where needed 2019-06-12 13:20:20 +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/irq.h a lot less 2019-08-16 13:31:52 +02:00
tpm_util.c tpm: convert tpm_util.c to use trace-events 2018-03-06 13:00:41 -05: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