Merge remote-tracking branch 'bonzini/hw-dirs' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 15 Apr 2013 22:06:04 +0000 (17:06 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 15 Apr 2013 22:06:04 +0000 (17:06 -0500)
* 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 <aliguori@us.ibm.com>
1  2 
configure
hmp.c
monitor.c
qemu-char.c
vl.c

diff --cc 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"
diff --cc hmp.c
Simple merge
diff --cc monitor.c
Simple merge
diff --cc qemu-char.c
Simple merge
diff --cc vl.c
Simple merge