[libvirt PATCH 0/3] qemu: Allow IOMMU devices to have aliases

Andrea Bolognani posted 3 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220721093229.91273-1-abologna@redhat.com
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(-)
[libvirt PATCH 0/3] qemu: Allow IOMMU devices to have aliases
Posted by Andrea Bolognani 1 year, 9 months ago

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(-)

-- 
2.35.3
Re: [libvirt PATCH 0/3] qemu: Allow IOMMU devices to have aliases
Posted by Michal Prívozník 1 year, 9 months ago
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@redhat.com>

Michal