]> git.proxmox.com Git - mirror_qemu.git/commit
x86-iommu: Rename QOM type macros
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 25 Aug 2020 19:20:42 +0000 (15:20 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 2 Sep 2020 11:29:25 +0000 (07:29 -0400)
commit30c60f77a81c07f897ec4f482713f2d181509c78
tree1799314da75ad63c79f11ff4647ddf4fd5e008ab
parent9db70dac85446d7cb86669c39d1f4278f033337e
x86-iommu: Rename QOM type macros

Some QOM macros were using a X86_IOMMU_DEVICE prefix, and others
were using a X86_IOMMU prefix.  Rename all of them to use the
same X86_IOMMU_DEVICE prefix.

This will make future conversion to OBJECT_DECLARE* easier.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20200825192110.3528606-47-ehabkost@redhat.com>
Acked-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/i386/amd_iommu.c
hw/i386/intel_iommu.c
hw/i386/x86-iommu.c
include/hw/i386/x86-iommu.h
target/i386/kvm.c