[libvirt] [RFC PATCH 0/3] qemu: guest dedicated crypto adapters

Boris Fiuczynski posted 3 patches 5 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20181008162544.23348-1-fiuczy@linux.ibm.com
Test syntax-check passed
There is a newer version of this series
docs/formatdomain.html.in      | 3 ++-
docs/news.xml                  | 9 +++++++++
docs/schemas/domaincommon.rng  | 1 +
src/qemu/qemu_capabilities.c   | 2 ++
src/qemu/qemu_capabilities.h   | 1 +
src/qemu/qemu_command.c        | 8 ++++++++
src/qemu/qemu_domain_address.c | 4 ++++
src/util/virmdev.c             | 3 ++-
src/util/virmdev.h             | 1 +
9 files changed, 30 insertions(+), 2 deletions(-)
[libvirt] [RFC PATCH 0/3] qemu: guest dedicated crypto adapters
Posted by Boris Fiuczynski 5 years, 5 months ago
This RFC patch series introduces initial libvirt support for guest
dedicated crypto adapters on S390.
It essentially allows to specify a vfio-ap mediated device in a domain.
Extensive documentation about AP is available in patch 6 of
the QEMU patch series.

KVM/kernel: guest dedicated crypto adapters
https://lkml.org/lkml/2018/9/26/25

QEMU: s390x: vfio-ap: guest dedicated crypto adapters
https://lists.gnu.org/archive/html/qemu-devel/2018-09/msg03538.html

Boris Fiuczynski (3):
  qemu: add vfio-ap capability
  qemu: vfio-ap device support
  news: Update news for vfio-ap support

 docs/formatdomain.html.in      | 3 ++-
 docs/news.xml                  | 9 +++++++++
 docs/schemas/domaincommon.rng  | 1 +
 src/qemu/qemu_capabilities.c   | 2 ++
 src/qemu/qemu_capabilities.h   | 1 +
 src/qemu/qemu_command.c        | 8 ++++++++
 src/qemu/qemu_domain_address.c | 4 ++++
 src/util/virmdev.c             | 3 ++-
 src/util/virmdev.h             | 1 +
 9 files changed, 30 insertions(+), 2 deletions(-)

-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [RFC PATCH 0/3] qemu: guest dedicated crypto adapters
Posted by Christian Borntraeger 5 years, 5 months ago
FWIW,

the qemu patches are now in master.
https://git.qemu.org/?p=qemu.git;a=commit;h=69ac8c4cb93f2685839ff7b857cef306b388ff3c




On 10/08/2018 06:25 PM, Boris Fiuczynski wrote:
> This RFC patch series introduces initial libvirt support for guest
> dedicated crypto adapters on S390.
> It essentially allows to specify a vfio-ap mediated device in a domain.
> Extensive documentation about AP is available in patch 6 of
> the QEMU patch series.
> 
> KVM/kernel: guest dedicated crypto adapters
> https://lkml.org/lkml/2018/9/26/25
> 
> QEMU: s390x: vfio-ap: guest dedicated crypto adapters
> https://lists.gnu.org/archive/html/qemu-devel/2018-09/msg03538.html
> 
> Boris Fiuczynski (3):
>   qemu: add vfio-ap capability
>   qemu: vfio-ap device support
>   news: Update news for vfio-ap support
> 
>  docs/formatdomain.html.in      | 3 ++-
>  docs/news.xml                  | 9 +++++++++
>  docs/schemas/domaincommon.rng  | 1 +
>  src/qemu/qemu_capabilities.c   | 2 ++
>  src/qemu/qemu_capabilities.h   | 1 +
>  src/qemu/qemu_command.c        | 8 ++++++++
>  src/qemu/qemu_domain_address.c | 4 ++++
>  src/util/virmdev.c             | 3 ++-
>  src/util/virmdev.h             | 1 +
>  9 files changed, 30 insertions(+), 2 deletions(-)
> 


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