[PATCH 0/3] IOMMU improvements

Michal Privoznik posted 3 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1656932858.git.mprivozn@redhat.com
docs/formatdomain.rst          |  3 +++
src/conf/domain_validate.c     | 25 ++++++++++++++++++++++++-
src/qemu/qemu_domain_address.c |  4 ++--
3 files changed, 29 insertions(+), 3 deletions(-)
[PATCH 0/3] IOMMU improvements
Posted by Michal Privoznik 1 year, 9 months ago
These are inspired by:

https://bugzilla.redhat.com/show_bug.cgi?id=2101633

While there are some missing info to fix the actual but, I've noticed
couple of areas for improvement while investigating the bug.

Michal Prívozník (3):
  qemu_domain_address: Drop needless virDomainIOMMUModel typecast
  docs: Document <address/> for IOMMU device
  domain_validate: Disallow non-virtio IOMMU with an <address/>

 docs/formatdomain.rst          |  3 +++
 src/conf/domain_validate.c     | 25 ++++++++++++++++++++++++-
 src/qemu/qemu_domain_address.c |  4 ++--
 3 files changed, 29 insertions(+), 3 deletions(-)

-- 
2.35.1

Re: [PATCH 0/3] IOMMU improvements
Posted by Ján Tomko 1 year, 9 months ago
On a Monday in 2022, Michal Privoznik wrote:
>These are inspired by:
>
>https://bugzilla.redhat.com/show_bug.cgi?id=2101633
>
>While there are some missing info to fix the actual but, I've noticed
>couple of areas for improvement while investigating the bug.
>
>Michal Prívozník (3):
>  qemu_domain_address: Drop needless virDomainIOMMUModel typecast
>  docs: Document <address/> for IOMMU device
>  domain_validate: Disallow non-virtio IOMMU with an <address/>
>
> docs/formatdomain.rst          |  3 +++
> src/conf/domain_validate.c     | 25 ++++++++++++++++++++++++-
> src/qemu/qemu_domain_address.c |  4 ++--
> 3 files changed, 29 insertions(+), 3 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano