Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging
commit7cd37925a17768c0ddef62ffadcb93e9e590d406
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Apr 2017 09:23:56 +0000 (21 10:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Apr 2017 09:23:56 +0000 (21 10:23 +0100)
tree041b7bb581e1bed3f1665f92f0d40d0bc1b96e19
parentfa54abb8c298f892639ffc4bc2f61448ac3be4a1
parentbe9721f400f7e5395bb2a257c291557df8f3f833
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging

Machine queue for 2.10

# gpg: Signature made Thu 20 Apr 2017 19:44:27 BST
# gpg:                using RSA key 0x2807936F984DC5A6
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6

* remotes/ehabkost/tags/machine-pull-request:
  qdev: Constify local variable returned by blk_bs
  qdev: Constify value passed to qdev_prop_set_macaddr
  hostmem: use host_memory_backend_mr_inited() where proper
  hostmem: introduce host_memory_backend_mr_inited()
  hw/core/null-machine: Print error message when using the -kernel parameter
  qdev: Make "hotplugged" property read-only
  intel_iommu: enable remote IOTLB
  intel_iommu: allow dynamic switch of IOMMU region
  intel_iommu: provide its own replay() callback
  intel_iommu: use the correct memory region for device IOTLB notification
  memory: add MemoryRegionIOMMUOps.replay() callback
  memory: introduce memory_region_notify_one()
  memory: provide iommu_replay_all()
  memory: provide IOMMU_NOTIFIER_FOREACH macro
  memory: add section range info for IOMMU notifier

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