Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150213' into...
commite344e7afc1a04ab11c843c069cef0cdcc1c7787e
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Feb 2015 11:19:22 +0000 (13 11:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Feb 2015 11:19:22 +0000 (13 11:19 +0000)
tree1e027d72e5ded48160fa81aeff73453cbcf1ebef
parent449008f86418583a1f0fb946cf91ee7b4797317d
parentc2ebd862a54b7e12175d65c03ba259926cb2237a
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150213' into staging

target-arm queue:
 * PCIe support in virt board
 * Support 32-bit guests on 64-bit KVM hosts in virt board
 * Fixes to avoid C undefined behaviour

# gpg: Signature made Fri 13 Feb 2015 05:53:07 GMT using RSA key ID 14360CDE
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"

* remotes/pmaydell/tags/pull-target-arm-20150213:
  target-arm: A64: Avoid signed shifts in disas_ldst_pair()
  target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addr
  target-arm: A64: Fix handling of rotate in logic_imm_decode_wmask
  target-arm: A64: Fix shifts into sign bit
  target-arm: Add AArch32 guest support to KVM64
  target-arm: Add 32/64-bit register sync
  target-arm: Add feature parsing to virt
  target-arm: Add CPU property to disable AArch64
  pci: Move PCI VGA to pci.mak
  arm: Add PCIe host bridge in virt machine
  pci: Add generic PCIe host bridge
  pci: Allocate PCIe host bridge PCI ID

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>