hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()
commit8f6b7309c423a876dbb26975fdb48f582ebcabcd
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 26 Sep 2021 17:56:47 +0000 (26 19:56 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 5 Oct 2021 21:30:57 +0000 (5 17:30 -0400)
tree030f8e98400b9736aee9d6648d15ed83155f484e
parent64cba40c4480b4716da7d26fbedc97f43aa9f8f4
hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()

Various functions are SysBus specific. Rename them using the
consistent amdvi_sysbus_XXX() pattern, to differentiate them
from PCI specific functions (which we'll add in the next
commit).

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210926175648.1649075-3-f4bug@amsat.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/amd_iommu.c