From: Anthony Liguori Date: Mon, 15 Apr 2013 22:06:04 +0000 (-0500) Subject: Merge remote-tracking branch 'bonzini/hw-dirs' into staging X-Git-Tag: v1.5.0-rc0~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ceb193d30fe9b1cda0dc73bddb8051659926fb9;p=thirdparty%2Fqemu.git Merge remote-tracking branch 'bonzini/hw-dirs' into staging * bonzini/hw-dirs: exec: remove useless declarations from memory-internal.h memory: move core typedefs to qemu/typedefs.h include: avoid useless includes of exec/ headers sysemu: avoid proliferation of include/ subdirectories tpm: reorganize headers and split hardware part configure: fix TPM logic acpi.h: make it self contained acpi: move declarations from pc.h to acpi.h hw: Add lost ARM core again Fix failure to create q35 machine Add linux-headers to QEMU_INCLUDES arm: fix location of some include files Conflicts: configure aliguori: trivial conflict in configure output Signed-off-by: Anthony Liguori --- 4ceb193d30fe9b1cda0dc73bddb8051659926fb9 diff --cc configure index c5fa609efb5,1c1e3694e8e..0788e279516 --- a/configure +++ b/configure @@@ -3517,7 -3445,7 +3527,8 @@@ echo "virtio-blk-data-plane $virtio_blk echo "gcov $gcov_tool" echo "gcov enabled $gcov" echo "TPM support $tpm" +echo "libssh2 support $libssh2" + echo "TPM passthrough $tpm_passthrough" if test "$sdl_too_old" = "yes"; then echo "-> Your SDL version is too old - please upgrade to have SDL support"