qemu-e2k/hw/tpm
Jafar Abdi aadad398e7 hw/tpm: fix usage of bool in tpm-tis.c
Clean up wrong usage of FALSE and TRUE in places that use "bool" from stdbool.h.

FALSE and TRUE (with capital letters) are the constants defined by glib for
being used with the "gboolean" type of glib. But some parts of the code also use
TRUE and FALSE for variables that are declared as "bool" (the type from <stdbool.h>).

Signed-off-by: Jafar Abdi <cafer.abdi@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2020-05-12 11:47:24 -04:00
..
Kconfig tpm: Add the SysBus TPM TIS device 2020-03-05 12:18:08 -05:00
Makefile.objs tpm: Add the SysBus TPM TIS device 2020-03-05 12:18:08 -05:00
tpm_crb.c
tpm_emulator.c
tpm_int.h
tpm_ioctl.h
tpm_passthrough.c
tpm_ppi.c
tpm_ppi.h
tpm_spapr.c
tpm_tis_common.c hw/tpm: fix usage of bool in tpm-tis.c 2020-05-12 11:47:24 -04:00
tpm_tis_isa.c
tpm_tis_sysbus.c tpm: tpm-tis-device: set PPI to false by default 2020-05-06 10:12:16 -04:00
tpm_tis.h
tpm_util.c
tpm_util.h
trace-events