On 7/21/22 11:32, Andrea Bolognani wrote: > > > Andrea Bolognani (3): > schema: Allow IOMMU devices to have aliases > qemu: Assign default alias to IOMMU devices > qemu: Add IOMMU device alias to command line > > src/conf/schemas/domaincommon.rng | 3 +++ > src/qemu/qemu_alias.c | 10 ++++++++++ > src/qemu/qemu_command.c | 2 ++ > .../intel-iommu-aw-bits.x86_64-latest.args | 2 +- > .../intel-iommu-caching-mode.x86_64-latest.args | 2 +- > .../intel-iommu-device-iotlb.x86_64-latest.args | 2 +- > .../intel-iommu-eim.x86_64-latest.args | 2 +- > tests/qemuxml2argvdata/intel-iommu.x86_64-latest.args | 2 +- > .../virtio-iommu-aarch64.aarch64-latest.args | 2 +- > .../virtio-iommu-x86_64.x86_64-latest.args | 2 +- > 10 files changed, 22 insertions(+), 7 deletions(-) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal