tpm: move qdev_prop_tpm to hw/tpm/
commit89be9e99c83095af25ce16907143c31f2959188b
authorCornelia Huck <cohuck@redhat.com>
Mon, 18 Dec 2017 18:36:31 +0000 (18 19:36 +0100)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Tue, 19 Dec 2017 11:40:04 +0000 (19 06:40 -0500)
treed34a533943bf19e60961ae8ace138e992e797495
parenteaefea537b476cb853e2edbdc68e969ec777e4bb
tpm: move qdev_prop_tpm to hw/tpm/

Building with --disable-tpm yields

../hw/core/qdev-properties-system.o: In function `set_tpm':
/home/cohuck/git/qemu/hw/core/qdev-properties-system.c:274: undefined reference to `qemu_find_tpm_be'
/home/cohuck/git/qemu/hw/core/qdev-properties-system.c:278: undefined reference to `tpm_backend_init'
../hw/core/qdev-properties-system.o: In function `release_tpm':
/home/cohuck/git/qemu/hw/core/qdev-properties-system.c:291: undefined reference to `tpm_backend_reset'

Move the implementation of DEFINE_PROP_TPMBE to hw/tpm/ so that it is
only built when tpm is actually configured, and build tpm_util in every
case.

Fixes: 493b78303532 ("qdev: add DEFINE_PROP_TPMBE")
Reported-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
hw/core/qdev-properties-system.c
hw/tpm/Makefile.objs
hw/tpm/tpm_util.c
hw/tpm/tpm_util.h
include/hw/qdev-properties.h