[libvirt] [PATCH v4 0/3] capabilities: Provide info about host IOMMU

Michal Privoznik mprivozn at redhat.com
Fri Jun 1 09:41:38 UTC 2018


On 06/01/2018 10:15 AM, Filip Alac wrote:
> Provide information about host IOMMU support in capabilities XML.
> 
> Fixes:
> https://bugzilla.redhat.com/show_bug.cgi?id=967231
> 
> v1:
> https://www.redhat.com/archives/libvir-list/2018-May/msg01914.html
> 
> v2:
> https://www.redhat.com/archives/libvir-list/2018-May/msg01997.html
>  - Remove incorrect warning message
> 
> v3:
> https://www.redhat.com/archives/libvir-list/2018-May/msg02404.html
> 
> v4:
>  - Correct ordering of patches
> 
> Filip Alac (3):
>   qemu: hostdev: Move parts of qemuHostdevHostSupportsPassthroughVFIO() into separate function
>   capabilities: Extend capabilities with iommu_support
>   docs: news: Explain iommu_support improvement
> 
>  docs/news.xml                                 |  8 +++++
>  docs/schemas/capability.rng                   | 13 +++++++++
>  src/conf/capabilities.c                       |  9 ++++++
>  src/conf/capabilities.h                       |  3 ++
>  src/libvirt_private.syms                      |  2 ++
>  src/qemu/qemu_capabilities.c                  |  3 ++
>  src/qemu/qemu_hostdev.c                       | 29 +++----------------
>  src/test/test_driver.c                        |  2 ++
>  src/util/virutil.c                            | 28 ++++++++++++++++++
>  src/util/virutil.h                            |  2 ++
>  tests/qemucaps2xmldata/all_1.6.0-1.xml        |  1 +
>  .../nodisksnapshot_1.6.0-1.xml                |  1 +
>  .../vircaps2xmldata/vircaps-aarch64-basic.xml |  1 +
>  .../vircaps2xmldata/vircaps-x86_64-basic.xml  |  1 +
>  .../vircaps2xmldata/vircaps-x86_64-caches.xml |  1 +
>  .../vircaps-x86_64-resctrl-cdp.xml            |  1 +
>  .../vircaps-x86_64-resctrl-skx-twocaches.xml  |  1 +
>  .../vircaps-x86_64-resctrl-skx.xml            |  1 +
>  .../vircaps-x86_64-resctrl.xml                |  1 +
>  19 files changed, 83 insertions(+), 25 deletions(-)
> 


I'm fixing all the issues I've raised, ACKing and keeping in my local
branch to be pushed after the release (we're currently in freeze so we
can't push new features only bugfixes).

Michal




More information about the libvir-list mailing list