]> git.proxmox.com Git - mirror_qemu.git/commit
hw/tpm: Include missing 'qemu/option.h' header
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 12 Jun 2020 08:54:37 +0000 (10:54 +0200)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 19 Jun 2020 11:25:07 +0000 (07:25 -0400)
commitae9604013094fffe4d65d03874881f0a58a72167
tree15365af0b05f4b1db426e5d01f85857e2481a97c
parent29ce02bfb9fc79fec151dd450f54655e9aff2c50
hw/tpm: Include missing 'qemu/option.h' header

Files using the TPM_STANDARD_CMDLINE_OPTS macro declared in
"tpm_int.h" will use QEMU_OPT_STRING definition declared in
"qemu/option.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Message-id: 20200612085444.8362-6-philmd@redhat.com
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
hw/tpm/tpm_int.h