On Wed, 10 Oct 2018 13:03:02 -0400 Tony Krowiak <akrow...@linux.ibm.com> wrote:
> This patch series is the QEMU counterpart to the KVM/kernel support for > guest dedicated crypto adapters. The KVM/kernel model is built on the > VFIO mediated device framework and provides the infrastructure for > granting exclusive guest access to crypto devices installed on the linux > host. This patch series introduces a new QEMU command line option, QEMU > object model and CPU model features to exploit the KVM/kernel model. > > See the detailed specifications for AP virtualization provided by this > patch set in docs/vfio-ap.txt for a more complete discussion of the > design introduced by this patch series. I added the missing g_free and device category in patch 5 and replaced patch 1 with a headers-update against kvm/next. Thanks, applied.