OSDN Git Service

virtio-iommu: Add skeleton
authorEric Auger <eric.auger@redhat.com>
Fri, 14 Feb 2020 13:27:36 +0000 (14:27 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 27 Feb 2020 08:46:10 +0000 (03:46 -0500)
commit22c37a10f3e1de1b19aa8281bc368d8cea960f4c
tree4da61cdbc4f54f43fb886dc22035b58ceba599e1
parentabdd16f4681cc4d6bf84990227b5c9b98e869ccd
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>
hw/virtio/Kconfig
hw/virtio/Makefile.objs
hw/virtio/trace-events
hw/virtio/virtio-iommu.c [new file with mode: 0644]
include/hw/virtio/virtio-iommu.h [new file with mode: 0644]