mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
virtio-iommu: Add skeleton
This patchs adds the skeleton for the virtio-iommu device. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20200214132745.23392-2-eric.auger@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
abdd16f468
commit
22c37a10f3
5 changed files with 335 additions and 0 deletions
|
@ -9,6 +9,11 @@ config VIRTIO_RNG
|
|||
default y
|
||||
depends on VIRTIO
|
||||
|
||||
config VIRTIO_IOMMU
|
||||
bool
|
||||
default y
|
||||
depends on VIRTIO
|
||||
|
||||
config VIRTIO_PCI
|
||||
bool
|
||||
default y if PCI_DEVICES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue