diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-12-17 22:59:47 -0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-12-18 17:07:02 +0300 |
commit | 4c22db44859af80dfca946070d155f5dd43e5492 (patch) | |
tree | 09fcffb6aeeb8d3957cf2a2b4cbc82154c617b9c | |
parent | b0392e8f78aa677f8bb5c7b11052a6af41ba69de (diff) | |
download | qemu-4c22db44859af80dfca946070d155f5dd43e5492.zip qemu-4c22db44859af80dfca946070d155f5dd43e5492.tar.gz qemu-4c22db44859af80dfca946070d155f5dd43e5492.tar.bz2 |
hw/tpm: remove old i386 dependency
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | hw/tpm/tpm_emulator.c | 1 | ||||
-rw-r--r-- | hw/tpm/tpm_passthrough.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/tpm/tpm_emulator.c b/hw/tpm/tpm_emulator.c index 3ae8bf6..38b6f17 100644 --- a/hw/tpm/tpm_emulator.c +++ b/hw/tpm/tpm_emulator.c @@ -33,7 +33,6 @@ #include "sysemu/tpm_backend.h" #include "tpm_int.h" #include "hw/hw.h" -#include "hw/i386/pc.h" #include "tpm_util.h" #include "tpm_ioctl.h" #include "migration/blocker.h" diff --git a/hw/tpm/tpm_passthrough.c b/hw/tpm/tpm_passthrough.c index 487aae2..149fae6 100644 --- a/hw/tpm/tpm_passthrough.c +++ b/hw/tpm/tpm_passthrough.c @@ -29,7 +29,6 @@ #include "sysemu/tpm_backend.h" #include "tpm_int.h" #include "hw/hw.h" -#include "hw/i386/pc.h" #include "qapi/clone-visitor.h" #include "tpm_util.h" |