diff options
| author | Marcel Apfelbaum | 2016-06-27 17:38:35 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-07-04 13:50:58 +0200 |
| commit | 10d01f73e39100701028c7badd6ece52990cf758 (patch) | |
| tree | e28c7e53823c0319d0437fe24a1b82ba7b2170e3 /include | |
| parent | hw/iommu: enable iommu with -device (diff) | |
| download | qemu-10d01f73e39100701028c7badd6ece52990cf758.tar.gz qemu-10d01f73e39100701028c7badd6ece52990cf758.tar.xz qemu-10d01f73e39100701028c7badd6ece52990cf758.zip | |
machine: remove iommu property
Since iommu devices can be created with '-device' there is
no need to keep iommu as machine and mch property.
Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/pci-host/q35.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci-host/q35.h b/include/hw/pci-host/q35.h index 1075f3ea50..73992b4ed6 100644 --- a/include/hw/pci-host/q35.h +++ b/include/hw/pci-host/q35.h @@ -60,7 +60,6 @@ typedef struct MCHPCIState { uint64_t above_4g_mem_size; uint64_t pci_hole64_size; uint32_t short_root_bus; - IntelIOMMUState *iommu; } MCHPCIState; typedef struct Q35PCIHost { |
