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

John Ferlan jferlan at redhat.com
Mon Oct 29 16:48:24 UTC 2018



On 10/18/18 10:54 AM, Boris Fiuczynski wrote:
> v2:
> + added singleton check for vfio-ap mediated device
> 
> This patch series introduces initial libvirt support for guest
> dedicated crypto adapters on S390.
> It 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.
> 

I modified patch2 to use "supported" and pushed the series just now.

Tks -

John

> 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-10/msg01993.html
> 
> The qemu patch series has been included into master.
> https://git.qemu.org/?p=qemu.git;a=commit;h=69ac8c4cb93f2685839ff7b857cef306b388ff3c
> 
> 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/conf/domain_conf.c         | 28 ++++++++++++++++++++++++++++
>  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 +
>  10 files changed, 58 insertions(+), 2 deletions(-)
> 




More information about the libvir-list mailing list