[libvirt] [PATCH v3 0/4] capabilities: Provide info about host IOMMU

Michal Privoznik mprivozn at redhat.com
Thu May 31 14:44:48 UTC 2018


On 05/31/2018 02:30 PM, Filip Alac wrote:
> 
> Filip Alac (4):
>   virutil: Introduce virHostHasIOMMU
>   qemu: hostdev: Refactor code
>   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(-)
> 

All patches are missing S-o-B line. I have a special alias for that for
instance. This is in my ~/.gitconfig:

  [alias]
      cs = commit --signoff

so then I'm committing patches as:

  libvirt.git$ git cs -a

S-o-B line is now required. And even for projects where it isn't just
yet it doesn't hurt. Therefore it makes sense to have it as default.

Michal




More information about the libvir-list mailing list