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

Filip Alac posted 4 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180531123054.13831-1-filipalac@gmail.com
Test syntax-check passed
There is a newer version of this series
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(-)
[libvirt] [PATCH v3 0/4] capabilities: Provide info about host IOMMU
Posted by Filip Alac 5 years, 10 months ago
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(-)

-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v3 0/4] capabilities: Provide info about host IOMMU
Posted by Michal Privoznik 5 years, 10 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list